// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __const_udelay // with type: void __const_udelay(unsigned long) // with return type: void void __const_udelay(unsigned long arg0) { // Void type return; } // Function: __dynamic_netdev_dbg // with type: int __dynamic_netdev_dbg(struct _ddebug *, const struct net_device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int __dynamic_netdev_dbg(struct _ddebug *arg0, const struct net_device *arg1, const char *arg2, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: __netif_schedule // with type: void __netif_schedule(struct Qdisc *) // with return type: void void __netif_schedule(struct Qdisc *arg0) { // 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: _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; } // Function: alloc_can_err_skb // with type: struct sk_buff *alloc_can_err_skb(struct net_device *, struct can_frame **) // with return type: (struct sk_buff)* struct sk_buff *alloc_can_err_skb(struct net_device *arg0, struct can_frame **arg1) { // Pointer type return ldv_malloc(sizeof(struct sk_buff)); } // Function: alloc_can_skb // with type: struct sk_buff *alloc_can_skb(struct net_device *, struct can_frame **) // with return type: (struct sk_buff)* struct sk_buff *alloc_can_skb(struct net_device *arg0, struct can_frame **arg1) { // Pointer type return ldv_malloc(sizeof(struct sk_buff)); } // Function: alloc_candev // with type: struct net_device *alloc_candev(int, unsigned int) // with return type: (struct net_device)* struct net_device *alloc_candev(int arg0, unsigned int arg1) { // Pointer type return ldv_malloc(sizeof(struct net_device)); } // Skip function: calloc // Function: can_bus_off // with type: void can_bus_off(struct net_device *) // with return type: void void can_bus_off(struct net_device *arg0) { // Void type return; } // Function: can_change_mtu // with type: int can_change_mtu(struct net_device *, int) // with return type: int int __VERIFIER_nondet_int(void); int can_change_mtu(struct net_device *arg0, int arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: can_free_echo_skb // with type: void can_free_echo_skb(struct net_device *, unsigned int) // with return type: void void can_free_echo_skb(struct net_device *arg0, unsigned int arg1) { // Void type return; } // Function: can_get_echo_skb // with type: unsigned int can_get_echo_skb(struct net_device *, unsigned int) // with return type: unsigned int unsigned int __VERIFIER_nondet_uint(void); unsigned int can_get_echo_skb(struct net_device *arg0, unsigned int arg1) { // Simple type return __VERIFIER_nondet_uint(); } // Function: can_led_event // with type: void can_led_event(struct net_device *, enum can_led_event ) // with return type: void void can_led_event(struct net_device *arg0, enum can_led_event arg1) { // Void type return; } // Function: can_put_echo_skb // with type: void can_put_echo_skb(struct sk_buff *, struct net_device *, unsigned int) // with return type: void void can_put_echo_skb(struct sk_buff *arg0, struct net_device *arg1, unsigned int arg2) { // Void type return; } // Function: close_candev // with type: void close_candev(struct net_device *) // with return type: void void close_candev(struct net_device *arg0) { // Void type return; } // Function: devm_can_led_init // with type: void devm_can_led_init(struct net_device *) // with return type: void void devm_can_led_init(struct net_device *arg0) { // Void type return; } // Function: free_candev // with type: void free_candev(struct net_device *) // with return type: void void free_candev(struct net_device *arg0) { // Void type return; } // Function: free_irq // with type: void free_irq(unsigned int, void *) // with return type: void void free_irq(unsigned int arg0, void *arg1) { // Void type return; } // Function: ldv_ndo_init_2 // with type: int ldv_ndo_init_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_ndo_init_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_ndo_uninit_2 // with type: int ldv_ndo_uninit_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_ndo_uninit_2() { // Simple type return __VERIFIER_nondet_int(); } // Skip function: malloc // Function: netdev_err // with type: int netdev_err(const struct net_device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int netdev_err(const struct net_device *arg0, const char *arg1, ...) { // 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_warn // with type: int netdev_warn(const struct net_device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int netdev_warn(const struct net_device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: open_candev // with type: int open_candev(struct net_device *) // with return type: int int __VERIFIER_nondet_int(void); int open_candev(struct net_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // 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_candev // with type: int register_candev(struct net_device *) // with return type: int int __VERIFIER_nondet_int(void); int register_candev(struct net_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: request_threaded_irq // with type: int request_threaded_irq(unsigned int, irqreturn_t (*)(int, void *), irqreturn_t (*)(int, void *), unsigned long, const char *, void *) // with return type: int int __VERIFIER_nondet_int(void); int request_threaded_irq(unsigned int arg0, irqreturn_t (*arg1)(int, void *), irqreturn_t (*arg2)(int, void *), unsigned long arg3, const char *arg4, void *arg5) { // Simple type return __VERIFIER_nondet_int(); } // Function: unregister_candev // with type: void unregister_candev(struct net_device *) // with return type: void void unregister_candev(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; }