// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_uchar // Skip function: __VERIFIER_nondet_uint // Skip function: __VERIFIER_nondet_ulong // Function: ___ratelimit // with type: int ___ratelimit(struct ratelimit_state *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int ___ratelimit(struct ratelimit_state *arg0, const char *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: __const_udelay // with type: void __const_udelay(unsigned long) // with return type: void void __const_udelay(unsigned long arg0) { // Void type return; } // Function: __dma_request_channel // with type: struct dma_chan *__dma_request_channel(const dma_cap_mask_t *, bool (*)(struct dma_chan *, void *), void *) // with return type: (struct dma_chan)* struct dma_chan *__dma_request_channel(const dma_cap_mask_t *arg0, bool (*arg1)(struct dma_chan *, void *), void *arg2) { // Pointer type return ldv_malloc(sizeof(struct dma_chan)); } // 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: __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: __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: __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: __platform_driver_register // with type: int __platform_driver_register(struct platform_driver *, struct module *) // with return type: int int __VERIFIER_nondet_int(void); int __platform_driver_register(struct platform_driver *arg0, struct module *arg1) { // Simple type return __VERIFIER_nondet_int(); } // 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: __release_region // with type: void __release_region(struct resource *, resource_size_t , resource_size_t ) // with return type: void void __release_region(struct resource *arg0, resource_size_t arg1, resource_size_t arg2) { // Void type return; } // Function: __request_region // with type: struct resource *__request_region(struct resource *, resource_size_t , resource_size_t , const char *, int) // with return type: (struct resource)* struct resource *__request_region(struct resource *arg0, resource_size_t arg1, resource_size_t arg2, const char *arg3, int arg4) { // Pointer type return ldv_malloc(sizeof(struct resource)); } // Function: __wake_up // with type: void __wake_up(wait_queue_head_t *, unsigned int, int, void *) // with return type: void void __wake_up(wait_queue_head_t *arg0, unsigned int arg1, int arg2, void *arg3) { // Void type return; } // 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_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_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; } // Skip function: calloc // Function: debug_dma_alloc_coherent // with type: void debug_dma_alloc_coherent(struct device *, size_t , dma_addr_t , void *) // with return type: void void debug_dma_alloc_coherent(struct device *arg0, size_t arg1, dma_addr_t arg2, void *arg3) { // Void type return; } // Function: debug_dma_free_coherent // with type: void debug_dma_free_coherent(struct device *, size_t , void *, dma_addr_t ) // with return type: void void debug_dma_free_coherent(struct device *arg0, size_t arg1, void *arg2, dma_addr_t arg3) { // Void type return; } // Function: debug_dma_map_page // with type: void debug_dma_map_page(struct device *, struct page *, size_t , size_t , int, dma_addr_t , bool ) // with return type: void void debug_dma_map_page(struct device *arg0, struct page *arg1, size_t arg2, size_t arg3, int arg4, dma_addr_t arg5, bool arg6) { // Void type return; } // Function: debug_dma_mapping_error // with type: void debug_dma_mapping_error(struct device *, dma_addr_t ) // with return type: void void debug_dma_mapping_error(struct device *arg0, dma_addr_t arg1) { // Void type return; } // Function: debug_dma_sync_single_for_cpu // with type: void debug_dma_sync_single_for_cpu(struct device *, dma_addr_t , size_t , int) // with return type: void void debug_dma_sync_single_for_cpu(struct device *arg0, dma_addr_t arg1, size_t arg2, int arg3) { // Void type return; } // Function: debug_dma_sync_single_for_device // with type: void debug_dma_sync_single_for_device(struct device *, dma_addr_t , size_t , int) // with return type: void void debug_dma_sync_single_for_device(struct device *arg0, dma_addr_t arg1, size_t arg2, int arg3) { // Void type return; } // Function: debug_dma_unmap_page // with type: void debug_dma_unmap_page(struct device *, dma_addr_t , size_t , int, bool ) // with return type: void void debug_dma_unmap_page(struct device *arg0, dma_addr_t arg1, size_t arg2, int arg3, bool arg4) { // 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_err // with type: int dev_err(const struct device *, const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int dev_err(const struct device *arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: disable_irq_nosync // with type: void disable_irq_nosync(unsigned int) // with return type: void void disable_irq_nosync(unsigned int arg0) { // Void type return; } // Function: dma_release_channel // with type: void dma_release_channel(struct dma_chan *) // with return type: void void dma_release_channel(struct dma_chan *arg0) { // Void type return; } // Function: dma_request_slave_channel // with type: struct dma_chan *dma_request_slave_channel(struct device *, const char *) // with return type: (struct dma_chan)* struct dma_chan *dma_request_slave_channel(struct device *arg0, const char *arg1) { // Pointer type return ldv_malloc(sizeof(struct dma_chan)); } // Function: do_SAK // with type: void do_SAK(struct tty_struct *) // with return type: void void do_SAK(struct tty_struct *arg0) { // Void type return; } // Function: enable_irq // with type: void enable_irq(unsigned int) // with return type: void void enable_irq(unsigned int 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: ioremap_nocache // with type: void *ioremap_nocache(resource_size_t , unsigned long) // with return type: (void)* void *ioremap_nocache(resource_size_t arg0, unsigned long arg1) { // Pointer type return ldv_malloc(0UL); } // Function: iounmap // with type: void iounmap(volatile void *) // with return type: void void iounmap(volatile void *arg0) { // Void type return; } // Skip function: kfree // Function: kmem_cache_alloc // with type: void *kmem_cache_alloc(struct kmem_cache *, gfp_t ) // with return type: (void)* void *kmem_cache_alloc(struct kmem_cache *arg0, gfp_t arg1) { // Pointer type return ldv_malloc(0UL); } // Function: ldv_check_final_state // with type: void ldv_check_final_state() // with return type: void void ldv_check_final_state() { // Void type return; } // Function: ldv_initialize // with type: void ldv_initialize() // with return type: void void ldv_initialize() { // Void type return; } // Function: ldv_probe_5 // with type: int ldv_probe_5() // with return type: int int __VERIFIER_nondet_int(void); int ldv_probe_5() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_release_5 // with type: int ldv_release_5() // with return type: int int __VERIFIER_nondet_int(void); int ldv_release_5() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_some_page // with type: struct page___0 *ldv_some_page() // with return type: (struct page___0)* struct page___0 *ldv_some_page() { // Pointer type return ldv_malloc(sizeof(struct page___0)); } // 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; } // Skip function: malloc // 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: 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: platform_device_add // with type: int platform_device_add(struct platform_device *) // with return type: int int __VERIFIER_nondet_int(void); int platform_device_add(struct platform_device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: platform_device_alloc // with type: struct platform_device *platform_device_alloc(const char *, int) // with return type: (struct platform_device)* struct platform_device *platform_device_alloc(const char *arg0, int arg1) { // Pointer type return ldv_malloc(sizeof(struct platform_device)); } // Function: platform_device_del // with type: void platform_device_del(struct platform_device *) // with return type: void void platform_device_del(struct platform_device *arg0) { // Void type return; } // Function: platform_device_put // with type: void platform_device_put(struct platform_device *) // with return type: void void platform_device_put(struct platform_device *arg0) { // Void type return; } // Function: platform_device_unregister // with type: void platform_device_unregister(struct platform_device *) // with return type: void void platform_device_unregister(struct platform_device *arg0) { // Void type return; } // Function: platform_driver_unregister // with type: void platform_driver_unregister(struct platform_driver *) // with return type: void void platform_driver_unregister(struct platform_driver *arg0) { // Void type return; } // Function: pnp_get_resource // with type: struct resource *pnp_get_resource(struct pnp_dev *, unsigned long, unsigned int) // with return type: (struct resource)* struct resource *pnp_get_resource(struct pnp_dev *arg0, unsigned long arg1, unsigned int arg2) { // Pointer type return ldv_malloc(sizeof(struct resource)); } // Function: pnp_possible_config // with type: int pnp_possible_config(struct pnp_dev *, int, resource_size_t , resource_size_t ) // with return type: int int __VERIFIER_nondet_int(void); int pnp_possible_config(struct pnp_dev *arg0, int arg1, resource_size_t arg2, resource_size_t arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: pnp_register_driver // with type: int pnp_register_driver(struct pnp_driver *) // with return type: int int __VERIFIER_nondet_int(void); int pnp_register_driver(struct pnp_driver *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: pnp_unregister_driver // with type: void pnp_unregister_driver(struct pnp_driver *) // with return type: void void pnp_unregister_driver(struct pnp_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: probe_irq_off // with type: int probe_irq_off(unsigned long) // with return type: int int __VERIFIER_nondet_int(void); int probe_irq_off(unsigned long arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: probe_irq_on // with type: unsigned long int probe_irq_on() // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int probe_irq_on() { // Simple type return __VERIFIER_nondet_ulong(); } // 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: sg_init_table // with type: void sg_init_table(struct scatterlist *, unsigned int) // with return type: void void sg_init_table(struct scatterlist *arg0, unsigned int arg1) { // Void type return; } // Skip function: strstr // Function: touch_nmi_watchdog // with type: void touch_nmi_watchdog() // with return type: void void touch_nmi_watchdog() { // Void type return; } // Function: tty_flip_buffer_push // with type: void tty_flip_buffer_push(struct tty_port *) // with return type: void void tty_flip_buffer_push(struct tty_port *arg0) { // Void type return; } // Function: tty_insert_flip_string_fixed_flag // with type: int tty_insert_flip_string_fixed_flag(struct tty_port *, const unsigned char *, char, size_t ) // with return type: int int __VERIFIER_nondet_int(void); int tty_insert_flip_string_fixed_flag(struct tty_port *arg0, const unsigned char *arg1, char arg2, size_t arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: tty_termios_baud_rate // with type: speed_t tty_termios_baud_rate(struct ktermios *) // with return type: speed_t unsigned int __VERIFIER_nondet_uint(void); speed_t tty_termios_baud_rate(struct ktermios *arg0) { // Typedef type // Real type: unsigned int // Simple type return __VERIFIER_nondet_uint(); } // Function: tty_termios_encode_baud_rate // with type: void tty_termios_encode_baud_rate(struct ktermios *, speed_t , speed_t ) // with return type: void void tty_termios_encode_baud_rate(struct ktermios *arg0, speed_t arg1, speed_t arg2) { // Void type return; } // Function: uart_add_one_port // with type: int uart_add_one_port(struct uart_driver *, struct uart_port *) // with return type: int int __VERIFIER_nondet_int(void); int uart_add_one_port(struct uart_driver *arg0, struct uart_port *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: uart_get_baud_rate // with type: unsigned int uart_get_baud_rate(struct uart_port *, struct ktermios *, struct ktermios *, unsigned int, unsigned int) // with return type: unsigned int unsigned int __VERIFIER_nondet_uint(void); unsigned int uart_get_baud_rate(struct uart_port *arg0, struct ktermios *arg1, struct ktermios *arg2, unsigned int arg3, unsigned int arg4) { // Simple type return __VERIFIER_nondet_uint(); } // Function: uart_get_divisor // with type: unsigned int uart_get_divisor(struct uart_port *, unsigned int) // with return type: unsigned int unsigned int __VERIFIER_nondet_uint(void); unsigned int uart_get_divisor(struct uart_port *arg0, unsigned int arg1) { // Simple type return __VERIFIER_nondet_uint(); } // Function: uart_handle_cts_change // with type: void uart_handle_cts_change(struct uart_port *, unsigned int) // with return type: void void uart_handle_cts_change(struct uart_port *arg0, unsigned int arg1) { // Void type return; } // Function: uart_handle_dcd_change // with type: void uart_handle_dcd_change(struct uart_port *, unsigned int) // with return type: void void uart_handle_dcd_change(struct uart_port *arg0, unsigned int arg1) { // Void type return; } // Function: uart_insert_char // with type: void uart_insert_char(struct uart_port *, unsigned int, unsigned int, unsigned int, unsigned int) // with return type: void void uart_insert_char(struct uart_port *arg0, unsigned int arg1, unsigned int arg2, unsigned int arg3, unsigned int arg4) { // Void type return; } // Function: uart_match_port // with type: int uart_match_port(struct uart_port *, struct uart_port *) // with return type: int int __VERIFIER_nondet_int(void); int uart_match_port(struct uart_port *arg0, struct uart_port *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: uart_register_driver // with type: int uart_register_driver(struct uart_driver *) // with return type: int int __VERIFIER_nondet_int(void); int uart_register_driver(struct uart_driver *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: uart_remove_one_port // with type: int uart_remove_one_port(struct uart_driver *, struct uart_port *) // with return type: int int __VERIFIER_nondet_int(void); int uart_remove_one_port(struct uart_driver *arg0, struct uart_port *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: uart_resume_port // with type: int uart_resume_port(struct uart_driver *, struct uart_port *) // with return type: int int __VERIFIER_nondet_int(void); int uart_resume_port(struct uart_driver *arg0, struct uart_port *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: uart_suspend_port // with type: int uart_suspend_port(struct uart_driver *, struct uart_port *) // with return type: int int __VERIFIER_nondet_int(void); int uart_suspend_port(struct uart_driver *arg0, struct uart_port *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: uart_unregister_driver // with type: void uart_unregister_driver(struct uart_driver *) // with return type: void void uart_unregister_driver(struct uart_driver *arg0) { // Void type return; } // Function: uart_update_timeout // with type: void uart_update_timeout(struct uart_port *, unsigned int, unsigned int) // with return type: void void uart_update_timeout(struct uart_port *arg0, unsigned int arg1, unsigned int arg2) { // Void type return; } // Function: uart_write_wakeup // with type: void uart_write_wakeup(struct uart_port *) // with return type: void void uart_write_wakeup(struct uart_port *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; }