// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __copy_from_user_overflow // with type: void __copy_from_user_overflow() // with return type: void void __copy_from_user_overflow() { // Void type return; } // Function: __copy_to_user_overflow // with type: void __copy_to_user_overflow() // with return type: void void __copy_to_user_overflow() { // Void type return; } // Function: __dynamic_pr_debug // with type: int __dynamic_pr_debug(struct _ddebug *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int __dynamic_pr_debug(struct _ddebug *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // 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: __list_add // with type: void __list_add(struct list_head *, struct list_head *, struct list_head *) // with return type: void void __list_add(struct list_head *arg0, struct list_head *arg1, struct list_head *arg2) { // Void type return; } // Function: __list_del_entry // with type: void __list_del_entry(struct list_head *) // with return type: void void __list_del_entry(struct list_head *arg0) { // Void type return; } // 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_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: _copy_from_user // with type: unsigned long int _copy_from_user(void *, const void *, unsigned int) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int _copy_from_user(void *arg0, const void *arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: _copy_to_user // with type: unsigned long int _copy_to_user(void *, const void *, unsigned int) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int _copy_to_user(void *arg0, const void *arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: _raw_spin_lock_irqsave // with type: unsigned long int _raw_spin_lock_irqsave(raw_spinlock_t *) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int _raw_spin_lock_irqsave(raw_spinlock_t *arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // 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; } // Skip function: calloc // 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: dev_mc_add // with type: int dev_mc_add(struct net_device *, const unsigned char *) // with return type: int int __VERIFIER_nondet_int(void); int dev_mc_add(struct net_device *arg0, const unsigned char *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: dev_mc_del // with type: int dev_mc_del(struct net_device *, const unsigned char *) // with return type: int int __VERIFIER_nondet_int(void); int dev_mc_del(struct net_device *arg0, const unsigned char *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: genphy_config_aneg // with type: int genphy_config_aneg(struct phy_device *) // with return type: int int __VERIFIER_nondet_int(void); int genphy_config_aneg(struct phy_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: genphy_read_status // with type: int genphy_read_status(struct phy_device *) // with return type: int int __VERIFIER_nondet_int(void); int genphy_read_status(struct phy_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: get_device // with type: struct device *get_device(struct device *) // with return type: (struct device)* struct device *get_device(struct device *arg0) { // Pointer type return ldv_malloc(sizeof(struct device)); } // Skip function: kfree // Function: list_del // with type: void list_del(struct list_head *) // with return type: void void list_del(struct list_head *arg0) { // Void type return; } // 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 // Function: mdiobus_read // with type: int mdiobus_read(struct mii_bus *, int, u32 ) // with return type: int int __VERIFIER_nondet_int(void); int mdiobus_read(struct mii_bus *arg0, int arg1, u32 arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: mdiobus_write // with type: int mdiobus_write(struct mii_bus *, int, u32 , u16 ) // with return type: int int __VERIFIER_nondet_int(void); int mdiobus_write(struct mii_bus *arg0, int arg1, u32 arg2, u16 arg3) { // Simple type return __VERIFIER_nondet_int(); } // Skip function: memcmp // Skip function: memset // Function: might_fault // with type: void might_fault() // with return type: void void might_fault() { // Void type return; } // Function: mutex_destroy // with type: void mutex_destroy(struct mutex *) // with return type: void void mutex_destroy(struct mutex *arg0) { // Void type return; } // Function: mutex_lock_nested // with type: void mutex_lock_nested(struct mutex *, unsigned int) // with return type: void void mutex_lock_nested(struct mutex *arg0, unsigned int arg1) { // Void type return; } // Function: mutex_unlock // with type: void mutex_unlock(struct mutex *) // with return type: void void mutex_unlock(struct mutex *arg0) { // Void type return; } // Function: ns_to_timespec // with type: struct timespec ns_to_timespec(const s64 ) // with return type: struct timespec struct timespec ns_to_timespec(const s64 arg0) { // Composite type return *(struct timespec *)ldv_xmalloc(sizeof(struct timespec)); } // Function: phy_driver_register // with type: int phy_driver_register(struct phy_driver *) // with return type: int int __VERIFIER_nondet_int(void); int phy_driver_register(struct phy_driver *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: phy_driver_unregister // with type: void phy_driver_unregister(struct phy_driver *) // with return type: void void phy_driver_unregister(struct phy_driver *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: ptp_clock_event // with type: void ptp_clock_event(struct ptp_clock *, struct ptp_clock_event *) // with return type: void void ptp_clock_event(struct ptp_clock *arg0, struct ptp_clock_event *arg1) { // Void type return; } // Function: ptp_clock_index // with type: int ptp_clock_index(struct ptp_clock *) // with return type: int int __VERIFIER_nondet_int(void); int ptp_clock_index(struct ptp_clock *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: ptp_clock_register // with type: struct ptp_clock *ptp_clock_register(struct ptp_clock_info *, struct device *) // with return type: (struct ptp_clock)* struct ptp_clock *ptp_clock_register(struct ptp_clock_info *arg0, struct device *arg1) { // Pointer type return ldv_malloc(0UL); } // Function: ptp_clock_unregister // with type: int ptp_clock_unregister(struct ptp_clock *) // with return type: int int __VERIFIER_nondet_int(void); int ptp_clock_unregister(struct ptp_clock *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: ptp_find_pin // with type: int ptp_find_pin(struct ptp_clock *, enum ptp_pin_function , unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int ptp_find_pin(struct ptp_clock *arg0, enum ptp_pin_function arg1, unsigned int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: put_device // with type: void put_device(struct device *) // with return type: void void put_device(struct device *arg0) { // Void type return; } // 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: skb_complete_tx_timestamp // with type: void skb_complete_tx_timestamp(struct sk_buff *, struct skb_shared_hwtstamps *) // with return type: void void skb_complete_tx_timestamp(struct sk_buff *arg0, struct skb_shared_hwtstamps *arg1) { // Void type return; } // Function: skb_queue_tail // with type: void skb_queue_tail(struct sk_buff_head *, struct sk_buff *) // with return type: void void skb_queue_tail(struct sk_buff_head *arg0, struct sk_buff *arg1) { // Void type return; } // Skip function: snprintf // Skip function: sprintf