// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __dynamic_pr_debug // with type: void __dynamic_pr_debug(struct _ddebug *, const char *, ...) // with return type: void void __dynamic_pr_debug(struct _ddebug *arg0, const char *arg1, ...) { // 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: __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(); } // Skip function: calloc // Function: device_create_file // with type: int device_create_file(struct device *, const struct device_attribute *) // with return type: int int __VERIFIER_nondet_int(void); int device_create_file(struct device *arg0, const struct device_attribute *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: device_remove_file // with type: void device_remove_file(struct device *, const struct device_attribute *) // with return type: void void device_remove_file(struct device *arg0, const struct device_attribute *arg1) { // Void type return; } // Function: devm_kmalloc // with type: void *devm_kmalloc(struct device *, size_t , gfp_t ) // with return type: (void)* void *devm_kmalloc(struct device *arg0, size_t arg1, gfp_t arg2) { // Pointer type return ldv_malloc(0UL); } // Function: dmi_get_system_info // with type: const char *dmi_get_system_info(int) // with return type: (const char)* const char *dmi_get_system_info(int arg0) { // Pointer type return ldv_malloc(sizeof(char)); } // Function: hwmon_device_register // with type: struct device *hwmon_device_register(struct device *) // with return type: (struct device)* struct device *hwmon_device_register(struct device *arg0) { // Pointer type return ldv_malloc(sizeof(struct device)); } // Function: hwmon_device_unregister // with type: void hwmon_device_unregister(struct device *) // with return type: void void hwmon_device_unregister(struct device *arg0) { // Void type return; } // Function: ldv_complete_2 // with type: int ldv_complete_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_complete_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_late_2 // with type: int ldv_freeze_late_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_late_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_noirq_2 // with type: int ldv_freeze_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_noirq_2() { // 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_poweroff_late_2 // with type: int ldv_poweroff_late_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_late_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_poweroff_noirq_2 // with type: int ldv_poweroff_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_prepare_2 // with type: int ldv_prepare_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_prepare_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_early_2 // with type: int ldv_restore_early_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_early_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_noirq_2 // with type: int ldv_restore_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_early_2 // with type: int ldv_resume_early_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_early_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_noirq_2 // with type: int ldv_resume_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_late_2 // with type: int ldv_suspend_late_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_late_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_noirq_2 // with type: int ldv_suspend_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_early_2 // with type: int ldv_thaw_early_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_early_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_noirq_2 // with type: int ldv_thaw_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Skip function: malloc // 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: 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_add_resources // with type: int platform_device_add_resources(struct platform_device *, const struct resource *, unsigned int) // with return type: int int __VERIFIER_nondet_int(void); int platform_device_add_resources(struct platform_device *arg0, const struct resource *arg1, unsigned int arg2) { // 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_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: platform_get_resource // with type: struct resource *platform_get_resource(struct platform_device *, unsigned int, unsigned int) // with return type: (struct resource)* struct resource *platform_get_resource(struct platform_device *arg0, unsigned int arg1, unsigned int arg2) { // Pointer type return ldv_malloc(sizeof(struct resource)); } // 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(); } // Skip function: snprintf // Skip function: sprintf // Skip function: strcmp // Skip function: strcspn // Skip function: strlen // Function: strncasecmp // with type: int strncasecmp(const char *, const char *, size_t ) // with return type: int int __VERIFIER_nondet_int(void); int strncasecmp(const char *arg0, const char *arg1, size_t arg2) { // Simple type return __VERIFIER_nondet_int(); }