// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __alloc_workqueue_key // with type: struct workqueue_struct *__alloc_workqueue_key(const char *, unsigned int, int, struct lock_class_key *, const char *, ...) // with return type: (struct workqueue_struct)* struct workqueue_struct *__alloc_workqueue_key(const char *arg0, unsigned int arg1, int arg2, struct lock_class_key *arg3, const char *arg4, ...) { // Pointer type return ldv_malloc(0UL); } // Function: __dynamic_netdev_dbg // with type: void __dynamic_netdev_dbg(struct _ddebug *, const struct net_device *, const char *, ...) // with return type: void void __dynamic_netdev_dbg(struct _ddebug *arg0, const struct net_device *arg1, const char *arg2, ...) { // Void type return; } // Function: __ieee80211_get_channel // with type: struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *, int) // with return type: (struct ieee80211_channel)* struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *arg0, int arg1) { // Pointer type return ldv_malloc(sizeof(struct ieee80211_channel)); } // Function: __init_work // with type: void __init_work(struct work_struct *, int) // with return type: void void __init_work(struct work_struct *arg0, int arg1) { // Void type return; } // Function: __msecs_to_jiffies // with type: unsigned long int __msecs_to_jiffies(const unsigned int) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int __msecs_to_jiffies(const unsigned int arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: __mutex_init // with type: void __mutex_init(struct mutex *, const char *, struct lock_class_key *) // with return type: void void __mutex_init(struct mutex *arg0, const char *arg1, struct lock_class_key *arg2) { // 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_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; } // Skip function: calloc // Function: cancel_delayed_work_sync // with type: bool cancel_delayed_work_sync(struct delayed_work *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool cancel_delayed_work_sync(struct delayed_work *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: cancel_work_sync // with type: bool cancel_work_sync(struct work_struct *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool cancel_work_sync(struct work_struct *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: cfg80211_connect_result // with type: void cfg80211_connect_result(struct net_device *, const u8 *, const u8 *, size_t , const u8 *, size_t , u16 , gfp_t ) // with return type: void void cfg80211_connect_result(struct net_device *arg0, const u8 *arg1, const u8 *arg2, size_t arg3, const u8 *arg4, size_t arg5, u16 arg6, gfp_t arg7) { // Void type return; } // Function: cfg80211_cqm_rssi_notify // with type: void cfg80211_cqm_rssi_notify(struct net_device *, enum nl80211_cqm_rssi_threshold_event , gfp_t ) // with return type: void void cfg80211_cqm_rssi_notify(struct net_device *arg0, enum nl80211_cqm_rssi_threshold_event arg1, gfp_t arg2) { // Void type return; } // Function: cfg80211_disconnected // with type: void cfg80211_disconnected(struct net_device *, u16 , const u8 *, size_t , bool , gfp_t ) // with return type: void void cfg80211_disconnected(struct net_device *arg0, u16 arg1, const u8 *arg2, size_t arg3, bool arg4, gfp_t arg5) { // Void type return; } // Function: cfg80211_ibss_joined // with type: void cfg80211_ibss_joined(struct net_device *, const u8 *, struct ieee80211_channel *, gfp_t ) // with return type: void void cfg80211_ibss_joined(struct net_device *arg0, const u8 *arg1, struct ieee80211_channel *arg2, gfp_t arg3) { // Void type return; } // Function: cfg80211_inform_bss_width // with type: struct cfg80211_bss *cfg80211_inform_bss_width(struct wiphy *, struct ieee80211_channel *, enum nl80211_bss_scan_width , enum cfg80211_bss_frame_type , const u8 *, u64 , u16 , u16 , const u8 *, size_t , s32 , gfp_t ) // with return type: (struct cfg80211_bss)* struct cfg80211_bss *cfg80211_inform_bss_width(struct wiphy *arg0, struct ieee80211_channel *arg1, enum nl80211_bss_scan_width arg2, enum cfg80211_bss_frame_type arg3, const u8 *arg4, u64 arg5, u16 arg6, u16 arg7, const u8 *arg8, size_t arg9, s32 arg10, gfp_t arg11) { // Pointer type return ldv_malloc(sizeof(struct cfg80211_bss)); } // Function: cfg80211_michael_mic_failure // with type: void cfg80211_michael_mic_failure(struct net_device *, const u8 *, enum nl80211_key_type , int, const u8 *, gfp_t ) // with return type: void void cfg80211_michael_mic_failure(struct net_device *arg0, const u8 *arg1, enum nl80211_key_type arg2, int arg3, const u8 *arg4, gfp_t arg5) { // Void type return; } // Function: cfg80211_pmksa_candidate_notify // with type: void cfg80211_pmksa_candidate_notify(struct net_device *, int, const u8 *, bool , gfp_t ) // with return type: void void cfg80211_pmksa_candidate_notify(struct net_device *arg0, int arg1, const u8 *arg2, bool arg3, gfp_t arg4) { // Void type return; } // Function: cfg80211_put_bss // with type: void cfg80211_put_bss(struct wiphy *, struct cfg80211_bss *) // with return type: void void cfg80211_put_bss(struct wiphy *arg0, struct cfg80211_bss *arg1) { // Void type return; } // Function: cfg80211_roamed // with type: void cfg80211_roamed(struct net_device *, struct ieee80211_channel *, const u8 *, const u8 *, size_t , const u8 *, size_t , gfp_t ) // with return type: void void cfg80211_roamed(struct net_device *arg0, struct ieee80211_channel *arg1, const u8 *arg2, const u8 *arg3, size_t arg4, const u8 *arg5, size_t arg6, gfp_t arg7) { // Void type return; } // Function: cfg80211_scan_done // with type: void cfg80211_scan_done(struct cfg80211_scan_request *, bool ) // with return type: void void cfg80211_scan_done(struct cfg80211_scan_request *arg0, bool arg1) { // Void type return; } // Function: destroy_workqueue // with type: void destroy_workqueue(struct workqueue_struct *) // with return type: void void destroy_workqueue(struct workqueue_struct *arg0) { // 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_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: flush_workqueue // with type: void flush_workqueue(struct workqueue_struct *) // with return type: void void flush_workqueue(struct workqueue_struct *arg0) { // Void type return; } // Function: generic_rndis_bind // with type: int generic_rndis_bind(struct usbnet *, struct usb_interface *, int) // with return type: int int __VERIFIER_nondet_int(void); int generic_rndis_bind(struct usbnet *arg0, struct usb_interface *arg1, int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: get_random_bytes // with type: void get_random_bytes(void *, int) // with return type: void void get_random_bytes(void *arg0, int arg1) { // Void type return; } // Function: ieee80211_channel_to_frequency // with type: int ieee80211_channel_to_frequency(int, enum ieee80211_band ) // with return type: int int __VERIFIER_nondet_int(void); int ieee80211_channel_to_frequency(int arg0, enum ieee80211_band arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: ieee80211_frequency_to_channel // with type: int ieee80211_frequency_to_channel(int) // with return type: int int __VERIFIER_nondet_int(void); int ieee80211_frequency_to_channel(int arg0) { // Simple type return __VERIFIER_nondet_int(); } // 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: krealloc // with type: void *krealloc(const void *, size_t , gfp_t ) // with return type: (void)* void *krealloc(const void *arg0, size_t arg1, gfp_t arg2) { // Pointer type return ldv_malloc(0UL); } // Function: ldv_bind_9 // with type: int ldv_bind_9() // with return type: int int __VERIFIER_nondet_int(void); int ldv_bind_9() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_disconnect_5 // with type: int ldv_disconnect_5() // with return type: int int __VERIFIER_nondet_int(void); int ldv_disconnect_5() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_disconnect_6 // with type: int ldv_disconnect_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_disconnect_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_disconnect_7 // with type: int ldv_disconnect_7() // with return type: int int __VERIFIER_nondet_int(void); int ldv_disconnect_7() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_init_5 // with type: int ldv_init_5() // with return type: int int __VERIFIER_nondet_int(void); int ldv_init_5() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_init_6 // with type: int ldv_init_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_init_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_init_7 // with type: int ldv_init_7() // with return type: int int __VERIFIER_nondet_int(void); int ldv_init_7() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_initialize // with type: void ldv_initialize() // with return type: void void ldv_initialize() { // Void type return; } // Function: ldv_ndo_init_8 // with type: int ldv_ndo_init_8() // with return type: int int __VERIFIER_nondet_int(void); int ldv_ndo_init_8() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_ndo_uninit_8 // with type: int ldv_ndo_uninit_8() // with return type: int int __VERIFIER_nondet_int(void); int ldv_ndo_uninit_8() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_release_9 // with type: int ldv_release_9() // with return type: int int __VERIFIER_nondet_int(void); int ldv_release_9() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_reset_resume_4 // with type: int ldv_reset_resume_4() // with return type: int int __VERIFIER_nondet_int(void); int ldv_reset_resume_4() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_start_5 // with type: int ldv_start_5() // with return type: int int __VERIFIER_nondet_int(void); int ldv_start_5() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_start_6 // with type: int ldv_start_6() // with return type: int int __VERIFIER_nondet_int(void); int ldv_start_6() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_start_7 // with type: int ldv_start_7() // with return type: int int __VERIFIER_nondet_int(void); int ldv_start_7() { // Simple type return __VERIFIER_nondet_int(); } // Function: lockdep_init_map // with type: void lockdep_init_map(struct lockdep_map *, const char *, struct lock_class_key *, int) // with return type: void void lockdep_init_map(struct lockdep_map *arg0, const char *arg1, struct lock_class_key *arg2, int arg3) { // Void type return; } // Skip function: malloc // Skip function: memcpy // Skip function: memset // Function: msleep // with type: void msleep(unsigned int) // with return type: void void msleep(unsigned int arg0) { // Void type return; } // Function: mutex_lock // with type: void mutex_lock(struct mutex *) // with return type: void void mutex_lock(struct mutex *arg0) { // Void type return; } // Function: mutex_trylock // with type: int mutex_trylock(struct mutex *) // with return type: int int __VERIFIER_nondet_int(void); int mutex_trylock(struct mutex *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: mutex_unlock // with type: void mutex_unlock(struct mutex *) // with return type: void void mutex_unlock(struct mutex *arg0) { // Void type return; } // Function: netdev_err // with type: void netdev_err(const struct net_device *, const char *, ...) // with return type: void void netdev_err(const struct net_device *arg0, const char *arg1, ...) { // Void type return; } // Function: netdev_info // with type: void netdev_info(const struct net_device *, const char *, ...) // with return type: void void netdev_info(const struct net_device *arg0, const char *arg1, ...) { // Void type return; } // Function: netdev_warn // with type: void netdev_warn(const struct net_device *, const char *, ...) // with return type: void void netdev_warn(const struct net_device *arg0, const char *arg1, ...) { // 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: queue_delayed_work_on // with type: bool queue_delayed_work_on(int, struct workqueue_struct *, struct delayed_work *, unsigned long) // with return type: bool bool __VERIFIER_nondet_bool(void); bool queue_delayed_work_on(int arg0, struct workqueue_struct *arg1, struct delayed_work *arg2, unsigned long arg3) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: queue_work_on // with type: bool queue_work_on(int, struct workqueue_struct *, struct work_struct *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool queue_work_on(int arg0, struct workqueue_struct *arg1, struct work_struct *arg2) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: rndis_command // with type: int rndis_command(struct usbnet *, struct rndis_msg_hdr *, int) // with return type: int int __VERIFIER_nondet_int(void); int rndis_command(struct usbnet *arg0, struct rndis_msg_hdr *arg1, int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: rndis_rx_fixup // with type: int rndis_rx_fixup(struct usbnet *, struct sk_buff *) // with return type: int int __VERIFIER_nondet_int(void); int rndis_rx_fixup(struct usbnet *arg0, struct sk_buff *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: rndis_status // with type: void rndis_status(struct usbnet *, struct urb *) // with return type: void void rndis_status(struct usbnet *arg0, struct urb *arg1) { // Void type return; } // Function: rndis_tx_fixup // with type: struct sk_buff *rndis_tx_fixup(struct usbnet *, struct sk_buff *, gfp_t ) // with return type: (struct sk_buff)* struct sk_buff *rndis_tx_fixup(struct usbnet *arg0, struct sk_buff *arg1, gfp_t arg2) { // Pointer type return ldv_malloc(sizeof(struct sk_buff)); } // Function: rndis_unbind // with type: void rndis_unbind(struct usbnet *, struct usb_interface *) // with return type: void void rndis_unbind(struct usbnet *arg0, struct usb_interface *arg1) { // Void type return; } // Function: round_jiffies_relative // with type: unsigned long int round_jiffies_relative(unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int round_jiffies_relative(unsigned long arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Skip function: sprintf // Skip function: strcmp // Skip function: strcpy // Skip function: strlen // Function: usb_deregister // with type: void usb_deregister(struct usb_driver *) // with return type: void void usb_deregister(struct usb_driver *arg0) { // Void type return; } // Function: usb_register_driver // with type: int usb_register_driver(struct usb_driver *, struct module *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int usb_register_driver(struct usb_driver *arg0, struct module *arg1, const char *arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: usbnet_disconnect // with type: void usbnet_disconnect(struct usb_interface *) // with return type: void void usbnet_disconnect(struct usb_interface *arg0) { // Void type return; } // Function: usbnet_open // with type: int usbnet_open(struct net_device *) // with return type: int int __VERIFIER_nondet_int(void); int usbnet_open(struct net_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: usbnet_pause_rx // with type: void usbnet_pause_rx(struct usbnet *) // with return type: void void usbnet_pause_rx(struct usbnet *arg0) { // Void type return; } // Function: usbnet_probe // with type: int usbnet_probe(struct usb_interface *, const struct usb_device_id *) // with return type: int int __VERIFIER_nondet_int(void); int usbnet_probe(struct usb_interface *arg0, const struct usb_device_id *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: usbnet_purge_paused_rxq // with type: void usbnet_purge_paused_rxq(struct usbnet *) // with return type: void void usbnet_purge_paused_rxq(struct usbnet *arg0) { // Void type return; } // Function: usbnet_resume // with type: int usbnet_resume(struct usb_interface *) // with return type: int int __VERIFIER_nondet_int(void); int usbnet_resume(struct usb_interface *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: usbnet_resume_rx // with type: void usbnet_resume_rx(struct usbnet *) // with return type: void void usbnet_resume_rx(struct usbnet *arg0) { // Void type return; } // Function: usbnet_start_xmit // with type: netdev_tx_t usbnet_start_xmit(struct sk_buff *, struct net_device *) // with return type: netdev_tx_t int __VERIFIER_nondet_int(void); netdev_tx_t usbnet_start_xmit(struct sk_buff *arg0, struct net_device *arg1) { // Typedef type // Real type: enum netdev_tx // Enum type return __VERIFIER_nondet_int(); } // Function: usbnet_stop // with type: int usbnet_stop(struct net_device *) // with return type: int int __VERIFIER_nondet_int(void); int usbnet_stop(struct net_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: usbnet_suspend // with type: int usbnet_suspend(struct usb_interface *, pm_message_t ) // with return type: int int __VERIFIER_nondet_int(void); int usbnet_suspend(struct usb_interface *arg0, pm_message_t arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: usbnet_tx_timeout // with type: void usbnet_tx_timeout(struct net_device *) // with return type: void void usbnet_tx_timeout(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: wiphy_free // with type: void wiphy_free(struct wiphy *) // with return type: void void wiphy_free(struct wiphy *arg0) { // Void type return; } // Function: wiphy_new_nm // with type: struct wiphy *wiphy_new_nm(const struct cfg80211_ops *, int, const char *) // with return type: (struct wiphy)* struct wiphy *wiphy_new_nm(const struct cfg80211_ops *arg0, int arg1, const char *arg2) { // Pointer type return ldv_malloc(sizeof(struct wiphy)); } // Function: wiphy_register // with type: int wiphy_register(struct wiphy *) // with return type: int int __VERIFIER_nondet_int(void); int wiphy_register(struct wiphy *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: wiphy_unregister // with type: void wiphy_unregister(struct wiphy *) // with return type: void void wiphy_unregister(struct wiphy *arg0) { // Void type return; }