// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __alloc_percpu // with type: void *__alloc_percpu(size_t , size_t ) // with return type: (void)* void *__alloc_percpu(size_t arg0, size_t arg1) { // Pointer type return ldv_malloc(0UL); } // Function: __compiletime_assert_162 // with type: void __compiletime_assert_162() // with return type: void void __compiletime_assert_162() { // Void type return; } // Function: __compiletime_assert_3106 // with type: void __compiletime_assert_3106() // with return type: void void __compiletime_assert_3106() { // Void type return; } // Function: __compiletime_assert_3107 // with type: void __compiletime_assert_3107() // with return type: void void __compiletime_assert_3107() { // Void type return; } // Function: __compiletime_assert_3108 // with type: void __compiletime_assert_3108() // with return type: void void __compiletime_assert_3108() { // Void type return; } // Function: __compiletime_assert_3109 // with type: void __compiletime_assert_3109() // with return type: void void __compiletime_assert_3109() { // Void type return; } // Function: __compiletime_assert_3110 // with type: void __compiletime_assert_3110() // with return type: void void __compiletime_assert_3110() { // Void type return; } // Function: __compiletime_assert_3111 // with type: void __compiletime_assert_3111() // with return type: void void __compiletime_assert_3111() { // Void type return; } // Function: __dev_kfree_skb_irq // with type: void __dev_kfree_skb_irq(struct sk_buff *, enum skb_free_reason ) // with return type: void void __dev_kfree_skb_irq(struct sk_buff *arg0, enum skb_free_reason arg1) { // Void type return; } // Function: __dynamic_dev_dbg // with type: int __dynamic_dev_dbg(struct _ddebug *, const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int __dynamic_dev_dbg(struct _ddebug *arg0, const struct device *arg1, const char *arg2, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: __get_page_tail // with type: bool __get_page_tail(struct page *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool __get_page_tail(struct page *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: __ldv_spin_lock // with type: void __ldv_spin_lock(spinlock_t *) // with return type: void void __ldv_spin_lock(spinlock_t *arg0) { // Void type return; } // Function: __might_sleep // with type: void __might_sleep(const char *, int, int) // with return type: void void __might_sleep(const char *arg0, int arg1, int arg2) { // Void type return; } // Function: __napi_complete // with type: void __napi_complete(struct napi_struct *) // with return type: void void __napi_complete(struct napi_struct *arg0) { // Void type return; } // Function: __napi_schedule // with type: void __napi_schedule(struct napi_struct *) // with return type: void void __napi_schedule(struct napi_struct *arg0) { // Void type return; } // Function: __netif_schedule // with type: void __netif_schedule(struct Qdisc *) // with return type: void void __netif_schedule(struct Qdisc *arg0) { // Void type return; } // Function: __phys_addr // with type: unsigned long int __phys_addr(unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int __phys_addr(unsigned long arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: __pskb_pull_tail // with type: unsigned char *__pskb_pull_tail(struct sk_buff *, int) // with return type: (unsigned char)* unsigned char *__pskb_pull_tail(struct sk_buff *arg0, int arg1) { // Pointer type return ldv_malloc(sizeof(unsigned char)); } // Function: __raw_spin_lock_init // with type: void __raw_spin_lock_init(raw_spinlock_t *, const char *, struct lock_class_key *) // with return type: void void __raw_spin_lock_init(raw_spinlock_t *arg0, const char *arg1, struct lock_class_key *arg2) { // Void type return; } // Function: _dev_info // with type: int _dev_info(const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int _dev_info(const struct device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: _raw_spin_lock // with type: void _raw_spin_lock(raw_spinlock_t *) // with return type: void void _raw_spin_lock(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_lock_bh // with type: void _raw_spin_lock_bh(raw_spinlock_t *) // with return type: void void _raw_spin_lock_bh(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_lock_irq // with type: void _raw_spin_lock_irq(raw_spinlock_t *) // with return type: void void _raw_spin_lock_irq(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_unlock // with type: void _raw_spin_unlock(raw_spinlock_t *) // with return type: void void _raw_spin_unlock(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_unlock_bh // with type: void _raw_spin_unlock_bh(raw_spinlock_t *) // with return type: void void _raw_spin_unlock_bh(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_unlock_irq // with type: void _raw_spin_unlock_irq(raw_spinlock_t *) // with return type: void void _raw_spin_unlock_irq(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_unlock_irqrestore // with type: void _raw_spin_unlock_irqrestore(raw_spinlock_t *, unsigned long) // with return type: void void _raw_spin_unlock_irqrestore(raw_spinlock_t *arg0, unsigned long arg1) { // Void type return; } // Function: alloc_etherdev_mqs // with type: struct net_device *alloc_etherdev_mqs(int, unsigned int, unsigned int) // with return type: (struct net_device)* struct net_device *alloc_etherdev_mqs(int arg0, unsigned int arg1, unsigned int arg2) { // Pointer type return ldv_malloc(sizeof(struct net_device)); } // Function: bind_evtchn_to_irqhandler // with type: int bind_evtchn_to_irqhandler(unsigned int, irqreturn_t (*)(int, void *), unsigned long, const char *, void *) // with return type: int int __VERIFIER_nondet_int(void); int bind_evtchn_to_irqhandler(unsigned int arg0, irqreturn_t (*arg1)(int, void *), unsigned long arg2, const char *arg3, void *arg4) { // Simple type return __VERIFIER_nondet_int(); } // Skip function: calloc // Function: capable // with type: bool capable(int) // with return type: bool bool __VERIFIER_nondet_bool(void); bool capable(int arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: consume_skb // with type: void consume_skb(struct sk_buff *) // with return type: void void consume_skb(struct sk_buff *arg0) { // Void type return; } // Function: del_timer_sync // with type: int del_timer_sync(struct timer_list *) // with return type: int int __VERIFIER_nondet_int(void); int del_timer_sync(struct timer_list *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: dev_warn // with type: int dev_warn(const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int dev_warn(const struct device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: device_create_file // with type: int device_create_file(struct device *, const struct device_attribute *) // with return type: int int __VERIFIER_nondet_int(void); int device_create_file(struct device *arg0, const struct device_attribute *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: device_remove_file // with type: void device_remove_file(struct device *, const struct device_attribute *) // with return type: void void device_remove_file(struct device *arg0, const struct device_attribute *arg1) { // Void type return; } // Function: dump_page // with type: void dump_page(struct page *, char *) // with return type: void void dump_page(struct page *arg0, char *arg1) { // Void type return; } // Function: eth_mac_addr // with type: int eth_mac_addr(struct net_device *, void *) // with return type: int int __VERIFIER_nondet_int(void); int eth_mac_addr(struct net_device *arg0, void *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: eth_type_trans // with type: __be16 eth_type_trans(struct sk_buff *, struct net_device *) // with return type: __be16 unsigned short __VERIFIER_nondet_ushort(void); __be16 eth_type_trans(struct sk_buff *arg0, struct net_device *arg1) { // Typedef type // Real type: __u16 // Typedef type // Real type: unsigned short // Simple type return __VERIFIER_nondet_ushort(); } // Function: eth_validate_addr // with type: int eth_validate_addr(struct net_device *) // with return type: int int __VERIFIER_nondet_int(void); int eth_validate_addr(struct net_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: ethtool_op_get_link // with type: u32 ethtool_op_get_link(struct net_device *) // with return type: u32 unsigned int __VERIFIER_nondet_uint(void); u32 ethtool_op_get_link(struct net_device *arg0) { // Typedef type // Real type: unsigned int // Simple type return __VERIFIER_nondet_uint(); } // Function: find_next_bit // with type: unsigned long int find_next_bit(const unsigned long *, unsigned long, unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int find_next_bit(const unsigned long *arg0, unsigned long arg1, unsigned long arg2) { // Simple type return __VERIFIER_nondet_ulong(); } // Skip function: free // Function: free_netdev // with type: void free_netdev(struct net_device *) // with return type: void void free_netdev(struct net_device *arg0) { // Void type return; } // Function: free_pages // with type: void free_pages(unsigned long, unsigned int) // with return type: void void free_pages(unsigned long arg0, unsigned int arg1) { // Void type return; } // Function: free_percpu // with type: void free_percpu(void *) // with return type: void void free_percpu(void *arg0) { // Void type return; } // Function: get_phys_to_machine // with type: unsigned long int get_phys_to_machine(unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int get_phys_to_machine(unsigned long arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: get_zeroed_page // with type: unsigned long int get_zeroed_page(gfp_t ) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int get_zeroed_page(gfp_t arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: gnttab_alloc_grant_references // with type: int gnttab_alloc_grant_references(u16 , grant_ref_t *) // with return type: int int __VERIFIER_nondet_int(void); int gnttab_alloc_grant_references(u16 arg0, grant_ref_t *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: gnttab_claim_grant_reference // with type: int gnttab_claim_grant_reference(grant_ref_t *) // with return type: int int __VERIFIER_nondet_int(void); int gnttab_claim_grant_reference(grant_ref_t *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: gnttab_end_foreign_access // with type: void gnttab_end_foreign_access(grant_ref_t , int, unsigned long) // with return type: void void gnttab_end_foreign_access(grant_ref_t arg0, int arg1, unsigned long arg2) { // Void type return; } // Function: gnttab_end_foreign_access_ref // with type: int gnttab_end_foreign_access_ref(grant_ref_t , int) // with return type: int int __VERIFIER_nondet_int(void); int gnttab_end_foreign_access_ref(grant_ref_t arg0, int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: gnttab_free_grant_references // with type: void gnttab_free_grant_references(grant_ref_t ) // with return type: void void gnttab_free_grant_references(grant_ref_t arg0) { // Void type return; } // Function: gnttab_grant_foreign_access_ref // with type: void gnttab_grant_foreign_access_ref(grant_ref_t , domid_t , unsigned long, int) // with return type: void void gnttab_grant_foreign_access_ref(grant_ref_t arg0, domid_t arg1, unsigned long arg2, int arg3) { // Void type return; } // Function: gnttab_query_foreign_access // with type: int gnttab_query_foreign_access(grant_ref_t ) // with return type: int int __VERIFIER_nondet_int(void); int gnttab_query_foreign_access(grant_ref_t arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: gnttab_release_grant_reference // with type: void gnttab_release_grant_reference(grant_ref_t *, grant_ref_t ) // with return type: void void gnttab_release_grant_reference(grant_ref_t *arg0, grant_ref_t arg1) { // Void type return; } // Function: init_timer_key // with type: void init_timer_key(struct timer_list *, unsigned int, const char *, struct lock_class_key *) // with return type: void void init_timer_key(struct timer_list *arg0, unsigned int arg1, const char *arg2, struct lock_class_key *arg3) { // Void type return; } // Skip function: kfree // Function: kfree_skb // with type: void kfree_skb(struct sk_buff *) // with return type: void void kfree_skb(struct sk_buff *arg0) { // Void type return; } // Function: ldv_after_alloc // with type: void ldv_after_alloc(void *) // with return type: void void ldv_after_alloc(void *arg0) { // Void type return; } // Function: ldv_assert // with type: void ldv_assert(const char *, int) // with return type: void void ldv_assert(const char *arg0, int arg1) { // Void type return; } // Function: ldv_initialize // with type: void ldv_initialize() // with return type: void void ldv_initialize() { // Void type return; } // Function: ldv_pre_register_netdev // with type: int ldv_pre_register_netdev() // with return type: int int __VERIFIER_nondet_int(void); int ldv_pre_register_netdev() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_switch_to_interrupt_context // with type: void ldv_switch_to_interrupt_context() // with return type: void void ldv_switch_to_interrupt_context() { // Void type return; } // Function: ldv_switch_to_process_context // with type: void ldv_switch_to_process_context() // with return type: void void ldv_switch_to_process_context() { // Void type return; } // Skip function: malloc // Skip function: memcpy // Skip function: memset // Function: mod_timer // with type: int mod_timer(struct timer_list *, unsigned long) // with return type: int int __VERIFIER_nondet_int(void); int mod_timer(struct timer_list *arg0, unsigned long arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: msleep // with type: void msleep(unsigned int) // with return type: void void msleep(unsigned int arg0) { // Void type return; } // Function: napi_gro_flush // with type: void napi_gro_flush(struct napi_struct *, bool ) // with return type: void void napi_gro_flush(struct napi_struct *arg0, bool arg1) { // Void type return; } // Function: napi_gro_receive // with type: gro_result_t napi_gro_receive(struct napi_struct *, struct sk_buff *) // with return type: gro_result_t int __VERIFIER_nondet_int(void); gro_result_t napi_gro_receive(struct napi_struct *arg0, struct sk_buff *arg1) { // Typedef type // Real type: enum gro_result // Enum type return __VERIFIER_nondet_int(); } // Function: net_ratelimit // with type: int net_ratelimit() // with return type: int int __VERIFIER_nondet_int(void); int net_ratelimit() { // Simple type return __VERIFIER_nondet_int(); } // Function: netdev_info // with type: int netdev_info(const struct net_device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int netdev_info(const struct net_device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: netdev_notify_peers // with type: void netdev_notify_peers(struct net_device *) // with return type: void void netdev_notify_peers(struct net_device *arg0) { // Void type return; } // Function: netdev_update_features // with type: void netdev_update_features(struct net_device *) // with return type: void void netdev_update_features(struct net_device *arg0) { // Void type return; } // Function: netif_carrier_off // with type: void netif_carrier_off(struct net_device *) // with return type: void void netif_carrier_off(struct net_device *arg0) { // Void type return; } // Function: netif_carrier_on // with type: void netif_carrier_on(struct net_device *) // with return type: void void netif_carrier_on(struct net_device *arg0) { // Void type return; } // Function: netif_napi_add // with type: void netif_napi_add(struct net_device *, struct napi_struct *, int (*)(struct napi_struct *, int), int) // with return type: void void netif_napi_add(struct net_device *arg0, struct napi_struct *arg1, int (*arg2)(struct napi_struct *, int), int arg3) { // Void type return; } // Function: netif_skb_dev_features // with type: netdev_features_t netif_skb_dev_features(struct sk_buff *, const struct net_device *) // with return type: netdev_features_t unsigned long __VERIFIER_nondet_ulong(void); netdev_features_t netif_skb_dev_features(struct sk_buff *arg0, const struct net_device *arg1) { // Typedef type // Real type: u64 // Typedef type // Real type: unsigned long long // Simple type return __VERIFIER_nondet_ulong(); } // Function: netpoll_trap // with type: int netpoll_trap() // with return type: int int __VERIFIER_nondet_int(void); int netpoll_trap() { // Simple type return __VERIFIER_nondet_int(); } // Function: notify_remote_via_irq // with type: void notify_remote_via_irq(int) // with return type: void void notify_remote_via_irq(int arg0) { // Void type return; } // Function: printk // with type: int printk(const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int printk(const char *arg0, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: register_netdev // with type: int register_netdev(struct net_device *) // with return type: int int __VERIFIER_nondet_int(void); int register_netdev(struct net_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtnl_lock // with type: void rtnl_lock() // with return type: void void rtnl_lock() { // Void type return; } // Function: rtnl_unlock // with type: void rtnl_unlock() // with return type: void void rtnl_unlock() { // Void type return; } // Function: simple_strtoul // with type: unsigned long int simple_strtoul(const char *, char **, unsigned int) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int simple_strtoul(const char *arg0, char **arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: skb_add_rx_frag // with type: void skb_add_rx_frag(struct sk_buff *, int, struct page *, int, int, unsigned int) // with return type: void void skb_add_rx_frag(struct sk_buff *arg0, int arg1, struct page *arg2, int arg3, int arg4, unsigned int arg5) { // Void type return; } // Function: skb_checksum_setup // with type: int skb_checksum_setup(struct sk_buff *, bool ) // with return type: int int __VERIFIER_nondet_int(void); int skb_checksum_setup(struct sk_buff *arg0, bool arg1) { // Simple type return __VERIFIER_nondet_int(); } // Skip function: snprintf // Skip function: sprintf // Function: trace_hardirqs_off // with type: void trace_hardirqs_off() // with return type: void void trace_hardirqs_off() { // Void type return; } // Function: trace_hardirqs_on // with type: void trace_hardirqs_on() // with return type: void void trace_hardirqs_on() { // Void type return; } // Function: unbind_from_irqhandler // with type: void unbind_from_irqhandler(unsigned int, void *) // with return type: void void unbind_from_irqhandler(unsigned int arg0, void *arg1) { // Void type return; } // Function: unregister_netdev // with type: void unregister_netdev(struct net_device *) // with return type: void void unregister_netdev(struct net_device *arg0) { // Void type return; } // Function: warn_slowpath_null // with type: void warn_slowpath_null(const char *, const int) // with return type: void void warn_slowpath_null(const char *arg0, const int arg1) { // Void type return; } // Function: xen_has_pv_nic_devices // with type: bool xen_has_pv_nic_devices() // with return type: bool bool __VERIFIER_nondet_bool(void); bool xen_has_pv_nic_devices() { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: xenbus_alloc_evtchn // with type: int xenbus_alloc_evtchn(struct xenbus_device *, int *) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_alloc_evtchn(struct xenbus_device *arg0, int *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_dev_fatal // with type: void xenbus_dev_fatal(struct xenbus_device *, int, const char *, ...) // with return type: void void xenbus_dev_fatal(struct xenbus_device *arg0, int arg1, const char *arg2, ...) { // Void type return; } // Function: xenbus_free_evtchn // with type: int xenbus_free_evtchn(struct xenbus_device *, int) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_free_evtchn(struct xenbus_device *arg0, int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_frontend_closed // with type: int xenbus_frontend_closed(struct xenbus_device *) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_frontend_closed(struct xenbus_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_grant_ring // with type: int xenbus_grant_ring(struct xenbus_device *, unsigned long) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_grant_ring(struct xenbus_device *arg0, unsigned long arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_printf // with type: int xenbus_printf(struct xenbus_transaction , const char *, const char *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_printf(struct xenbus_transaction arg0, const char *arg1, const char *arg2, const char *arg3, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_read // with type: void *xenbus_read(struct xenbus_transaction , const char *, const char *, unsigned int *) // with return type: (void)* void *xenbus_read(struct xenbus_transaction arg0, const char *arg1, const char *arg2, unsigned int *arg3) { // Pointer type return ldv_malloc(0UL); } // Function: xenbus_register_frontend // with type: int xenbus_register_frontend(struct xenbus_driver *) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_register_frontend(struct xenbus_driver *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_scanf // with type: int xenbus_scanf(struct xenbus_transaction , const char *, const char *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_scanf(struct xenbus_transaction arg0, const char *arg1, const char *arg2, const char *arg3, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_strstate // with type: const char *xenbus_strstate(enum xenbus_state ) // with return type: (const char)* const char *xenbus_strstate(enum xenbus_state arg0) { // Pointer type return ldv_malloc(sizeof(char)); } // Function: xenbus_switch_state // with type: int xenbus_switch_state(struct xenbus_device *, enum xenbus_state ) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_switch_state(struct xenbus_device *arg0, enum xenbus_state arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_transaction_end // with type: int xenbus_transaction_end(struct xenbus_transaction , int) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_transaction_end(struct xenbus_transaction arg0, int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_transaction_start // with type: int xenbus_transaction_start(struct xenbus_transaction *) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_transaction_start(struct xenbus_transaction *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: xenbus_unregister_driver // with type: void xenbus_unregister_driver(struct xenbus_driver *) // with return type: void void xenbus_unregister_driver(struct xenbus_driver *arg0) { // Void type return; } // Function: xenbus_write // with type: int xenbus_write(struct xenbus_transaction , const char *, const char *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int xenbus_write(struct xenbus_transaction arg0, const char *arg1, const char *arg2, const char *arg3) { // Simple type return __VERIFIER_nondet_int(); }