// Skip function: __VERIFIER_error // Skip function: __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: __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: __pci_register_driver // with type: int __pci_register_driver(struct pci_driver *, struct module *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int __pci_register_driver(struct pci_driver *arg0, struct module *arg1, const char *arg2) { // 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: __request_module // with type: int __request_module(bool , const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int __request_module(bool arg0, const char *arg1, ...) { // Simple type return __VERIFIER_nondet_int(); } // 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_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 // 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_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: btcx_riscmem_free // with type: void btcx_riscmem_free(struct pci_dev *, struct btcx_riscmem *) // with return type: void void btcx_riscmem_free(struct pci_dev *arg0, struct btcx_riscmem *arg1) { // Void type return; } // Function: cx88_core_get // with type: struct cx88_core *cx88_core_get(struct pci_dev *) // with return type: (struct cx88_core)* struct cx88_core *cx88_core_get(struct pci_dev *arg0) { // Pointer type return ldv_malloc(sizeof(struct cx88_core)); } // Function: cx88_core_irq // with type: int cx88_core_irq(struct cx88_core *, u32 ) // with return type: int int __VERIFIER_nondet_int(void); int cx88_core_irq(struct cx88_core *arg0, u32 arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: cx88_core_put // with type: void cx88_core_put(struct cx88_core *, struct pci_dev *) // with return type: void void cx88_core_put(struct cx88_core *arg0, struct pci_dev *arg1) { // Void type return; } // Function: cx88_free_buffer // with type: void cx88_free_buffer(struct videobuf_queue *, struct cx88_buffer *) // with return type: void void cx88_free_buffer(struct videobuf_queue *arg0, struct cx88_buffer *arg1) { // Void type return; } // Function: cx88_print_irqbits // with type: void cx88_print_irqbits(const char *, const char *, const char **, int, u32 , u32 ) // with return type: void void cx88_print_irqbits(const char *arg0, const char *arg1, const char **arg2, int arg3, u32 arg4, u32 arg5) { // Void type return; } // Function: cx88_reset // with type: int cx88_reset(struct cx88_core *) // with return type: int int __VERIFIER_nondet_int(void); int cx88_reset(struct cx88_core *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: cx88_risc_databuffer // with type: int cx88_risc_databuffer(struct pci_dev *, struct btcx_riscmem *, struct scatterlist *, unsigned int, unsigned int, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int cx88_risc_databuffer(struct pci_dev *arg0, struct btcx_riscmem *arg1, struct scatterlist *arg2, unsigned int arg3, unsigned int arg4, unsigned int arg5) { // Simple type return __VERIFIER_nondet_int(); } // Function: cx88_risc_stopper // with type: int cx88_risc_stopper(struct pci_dev *, struct btcx_riscmem *, u32 , u32 , u32 ) // with return type: int int __VERIFIER_nondet_int(void); int cx88_risc_stopper(struct pci_dev *arg0, struct btcx_riscmem *arg1, u32 arg2, u32 arg3, u32 arg4) { // Simple type return __VERIFIER_nondet_int(); } // Function: cx88_shutdown // with type: void cx88_shutdown(struct cx88_core *) // with return type: void void cx88_shutdown(struct cx88_core *arg0) { // Void type return; } // Function: cx88_sram_channel_dump // with type: void cx88_sram_channel_dump(struct cx88_core *, const struct sram_channel *) // with return type: void void cx88_sram_channel_dump(struct cx88_core *arg0, const struct sram_channel *arg1) { // Void type return; } // Function: cx88_sram_channel_setup // with type: int cx88_sram_channel_setup(struct cx88_core *, const struct sram_channel *, unsigned int, u32 ) // with return type: int int __VERIFIER_nondet_int(void); int cx88_sram_channel_setup(struct cx88_core *arg0, const struct sram_channel *arg1, unsigned int arg2, u32 arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: cx88_wakeup // with type: void cx88_wakeup(struct cx88_core *, struct cx88_dmaqueue *, u32 ) // with return type: void void cx88_wakeup(struct cx88_core *arg0, struct cx88_dmaqueue *arg1, u32 arg2) { // Void type return; } // Function: del_timer // with type: int del_timer(struct timer_list *) // with return type: int int __VERIFIER_nondet_int(void); int del_timer(struct timer_list *arg0) { // Simple type return __VERIFIER_nondet_int(); } // 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_get_drvdata // with type: void *dev_get_drvdata(const struct device *) // with return type: (void)* void *dev_get_drvdata(const struct device *arg0) { // Pointer type return ldv_malloc(0UL); } // Function: dev_set_drvdata // with type: void dev_set_drvdata(struct device *, void *) // with return type: void void dev_set_drvdata(struct device *arg0, void *arg1) { // Void type return; } // Function: dma_supported // with type: int dma_supported(struct device *, u64 ) // with return type: int int __VERIFIER_nondet_int(void); int dma_supported(struct device *arg0, u64 arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: flush_work_sync // with type: bool flush_work_sync(struct work_struct *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool flush_work_sync(struct work_struct *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // 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: init_timer_key // with type: void init_timer_key(struct timer_list *, const char *, struct lock_class_key *) // with return type: void void init_timer_key(struct timer_list *arg0, const char *arg1, struct lock_class_key *arg2) { // Void type return; } // Skip function: kfree // Function: ldv_check_return_value // with type: void ldv_check_return_value(int) // with return type: void void ldv_check_return_value(int arg0) { // Void type return; } // Function: ldv_check_return_value_probe // with type: void ldv_check_return_value_probe(int) // with return type: void void ldv_check_return_value_probe(int arg0) { // Void type return; } // Function: ldv_handler_precall // with type: void ldv_handler_precall() // with return type: void void ldv_handler_precall() { // Void type return; } // 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 // Skip function: memcpy // 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: 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_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: pci_bus_read_config_byte // with type: int pci_bus_read_config_byte(struct pci_bus *, unsigned int, int, u8 *) // with return type: int int __VERIFIER_nondet_int(void); int pci_bus_read_config_byte(struct pci_bus *arg0, unsigned int arg1, int arg2, u8 *arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: pci_choose_state // with type: pci_power_t pci_choose_state(struct pci_dev *, pm_message_t ) // with return type: pci_power_t int __VERIFIER_nondet_int(void); pci_power_t pci_choose_state(struct pci_dev *arg0, pm_message_t arg1) { // Typedef type // Real type: int // Simple type return __VERIFIER_nondet_int(); } // Function: pci_disable_device // with type: void pci_disable_device(struct pci_dev *) // with return type: void void pci_disable_device(struct pci_dev *arg0) { // Void type return; } // Function: pci_enable_device // with type: int pci_enable_device(struct pci_dev *) // with return type: int int __VERIFIER_nondet_int(void); int pci_enable_device(struct pci_dev *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: pci_restore_state // with type: void pci_restore_state(struct pci_dev *) // with return type: void void pci_restore_state(struct pci_dev *arg0) { // Void type return; } // Function: pci_save_state // with type: int pci_save_state(struct pci_dev *) // with return type: int int __VERIFIER_nondet_int(void); int pci_save_state(struct pci_dev *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: pci_set_master // with type: void pci_set_master(struct pci_dev *) // with return type: void void pci_set_master(struct pci_dev *arg0) { // Void type return; } // Function: pci_set_power_state // with type: int pci_set_power_state(struct pci_dev *, pci_power_t ) // with return type: int int __VERIFIER_nondet_int(void); int pci_set_power_state(struct pci_dev *arg0, pci_power_t arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: pci_unregister_driver // with type: void pci_unregister_driver(struct pci_driver *) // with return type: void void pci_unregister_driver(struct pci_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: 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: schedule_work // with type: int schedule_work(struct work_struct *) // with return type: int int __VERIFIER_nondet_int(void); int schedule_work(struct work_struct *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: videobuf_iolock // with type: int videobuf_iolock(struct videobuf_queue *, struct videobuf_buffer *, struct v4l2_framebuffer *) // with return type: int int __VERIFIER_nondet_int(void); int videobuf_iolock(struct videobuf_queue *arg0, struct videobuf_buffer *arg1, struct v4l2_framebuffer *arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: videobuf_to_dma // with type: struct videobuf_dmabuf *videobuf_to_dma(struct videobuf_buffer *) // with return type: (struct videobuf_dmabuf)* struct videobuf_dmabuf *videobuf_to_dma(struct videobuf_buffer *arg0) { // Pointer type return ldv_malloc(sizeof(struct videobuf_dmabuf)); }