/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
D | ldso_randomization_test.c | 50 EXPECT_PTRNE(__FUNCTION__, handle, 0); in dlopen_randomization_0100() 52 EXPECT_EQ(__FUNCTION__, dlclose(handle), 0); in dlopen_randomization_0100() 64 EXPECT_PTRNE(__FUNCTION__, handle, 0); in dlopen_randomization_0200() 69 EXPECT_PTRNE(__FUNCTION__, i, 0); in dlopen_randomization_0200() 74 EXPECT_EQ(__FUNCTION__, BASE_NUM, *i); in dlopen_randomization_0200() 76 EXPECT_PTRNE(__FUNCTION__, test, 0); in dlopen_randomization_0200() 82 EXPECT_EQ(__FUNCTION__, BASE_NUM + 1, g_test); in dlopen_randomization_0200() 95 EXPECT_PTREQ(__FUNCTION__, handle, 0); in dlopen_randomization_0300() 110 EXPECT_PTRNE(__FUNCTION__, ori_handle, 0); in dlopen_randomization_0400() 117 EXPECT_PTREQ(__FUNCTION__, ori_handle, handle); in dlopen_randomization_0400() [all …]
|
D | ldso_randomization_manual.c | 66 t_printf("%s handles are randomized\n", __FUNCTION__); in dlopen_randomization_0500() 68 t_printf("%s exists the same handle!!!!\n", __FUNCTION__); in dlopen_randomization_0500() 83 t_printf("%s create pipe error!\n", __FUNCTION__); in dlopen_randomization_0700() 89 t_printf("%s child handle is %p \n", __FUNCTION__, child_handle); in dlopen_randomization_0700() 97 t_printf("%s parent handle is %p \n", __FUNCTION__, parent_handle); in dlopen_randomization_0700() 104 t_printf("%s get child handle is %p\n", __FUNCTION__, get_child_handle); in dlopen_randomization_0700() 106 t_printf("%s the parent handle is the same as the child handle!!!!\n", __FUNCTION__); in dlopen_randomization_0700() 108 t_printf("%s the parent handle is different form the child handle.\n", __FUNCTION__); in dlopen_randomization_0700() 134 t_printf("%s handles are randomized\n", __FUNCTION__); in dlopen_ext_randomization_0500() 136 t_printf("%s exists the same handle!!!!\n", __FUNCTION__); in dlopen_ext_randomization_0500() [all …]
|
/third_party/libunwind/libunwind/tests/ |
D | Gia64-test-nat.c | 149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler() 170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 214 printf (" %s()\n", __FUNCTION__); in check_static_to_stacked() 221 __FUNCTION__, 4 + i, ret); in check_static_to_stacked() 226 __FUNCTION__, 4 + i, ret); in check_static_to_stacked() 238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 246 __FUNCTION__, 4 + i, r[i], vals[i]); in check_static_to_stacked() 260 printf (" %s()\n", __FUNCTION__); in check_static_to_fr() [all …]
|
D | test-setjmp.c | 64 __FUNCTION__, ret); in test_setjmp() 68 __FUNCTION__, ret, i + 1); in test_setjmp() 75 __FUNCTION__, i + 1); in test_setjmp() 80 __FUNCTION__); in test_setjmp() 108 __FUNCTION__, ret); in test_sigsetjmp() 112 __FUNCTION__, ret, i + 1); in test_sigsetjmp() 119 __FUNCTION__, i + 1); in test_sigsetjmp() 124 __FUNCTION__); in test_sigsetjmp() 133 printf ("%s: got signal %d\n", __FUNCTION__, signal); in sighandler() 137 printf ("%s: back from sigprocmask\n", __FUNCTION__); in sighandler() [all …]
|
D | Gia64-test-readonly.c | 57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker() 60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 67 __FUNCTION__, ret, -UNW_EREADONLYREG); in checker() 70 __FUNCTION__, ret, -UNW_EREADONLYREG); in checker()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_ldso_namespace.c | 33 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0010() 62 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0020() 84 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0030() 95 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0040() 107 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0050() 119 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0060() 136 EXPECT_EQ(__FUNCTION__, list.size, 2); in namespace_test_0070() 164 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0080() 175 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0090() 186 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0100() [all …]
|
D | unit_test_ldso_dynlink.c | 43 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0010() 54 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0020() 65 EXPECT_EQ(__FUNCTION__, ret, 0); in dynlink_test_0030() 76 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0040() 87 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0050() 98 EXPECT_EQ(__FUNCTION__, ret, 0); in dynlink_test_0060() 109 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0070() 120 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0080() 131 EXPECT_EQ(__FUNCTION__, ret, 0); in dynlink_test_0090() 142 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0100() [all …]
|
D | unit_test_ldso_ns_config.c | 33 EXPECT_TRUE(__FUNCTION__, true); in ns_config_test_0010() 53 EXPECT_TRUE(__FUNCTION__, true); in ns_config_test_0020() 68 EXPECT_EQ(__FUNCTION__, ret, -2); in ns_config_test_0030() 82 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0040() 103 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0050() 124 EXPECT_PTRNE(__FUNCTION__, ret, NULL); in ns_config_test_0060() 138 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0070() 152 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0080() 166 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0090() 180 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0100() [all …]
|
D | unit_test_ldso_strops.c | 30 EXPECT_EQ(__FUNCTION__, str, NULL); in strops_test_0010() 44 EXPECT_EQ(__FUNCTION__, strcmp(tmp, "abc"), 0); in strops_test_0020() 57 EXPECT_EQ(__FUNCTION__, str, NULL); in strops_test_0030() 72 EXPECT_EQ(__FUNCTION__, list.size, 2); in strops_test_0040() 83 EXPECT_EQ(__FUNCTION__, ret, 0); in strops_test_0050()
|
/third_party/musl/ldso/linux/ |
D | cfi.c | 131 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in find_cfi_check_sym() 170 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in get_cfi_check_addr() 176 LD_LOGD("[CFI] [%{public}s] __arm__ defined!\n", __FUNCTION__); in get_cfi_check_addr() 180 … __FUNCTION__, cfi_check_func_addr, ((struct dso *)addr2dso((size_t)cfi_check_func_addr))->name); in get_cfi_check_addr() 194 LD_LOGD("[CFI] [%{public}s] __aarch64__ defined!\n", __FUNCTION__); in cfi_slowpath_common() 197 LD_LOGD("[CFI] [%{public}s] __aarch64__ not defined!\n", __FUNCTION__); in cfi_slowpath_common() 205 LD_LOGE("[CFI] [%{public}s] the cfi_shadow_start is null!\n", __FUNCTION__); in cfi_slowpath_common() 215 __FUNCTION__, in cfi_slowpath_common() 227 LD_LOGI("[CFI] [%{public}s] uncheck for ldso\n", __FUNCTION__); in cfi_slowpath_common() 234 __FUNCTION__, in cfi_slowpath_common() [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | cfi.c | 131 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in find_cfi_check_sym() 170 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in get_cfi_check_addr() 176 LD_LOGD("[CFI] [%{public}s] __arm__ defined!\n", __FUNCTION__); in get_cfi_check_addr() 180 … __FUNCTION__, cfi_check_func_addr, ((struct dso *)addr2dso((size_t)cfi_check_func_addr))->name); in get_cfi_check_addr() 194 LD_LOGD("[CFI] [%{public}s] __aarch64__ defined!\n", __FUNCTION__); in cfi_slowpath_common() 197 LD_LOGD("[CFI] [%{public}s] __aarch64__ not defined!\n", __FUNCTION__); in cfi_slowpath_common() 205 LD_LOGE("[CFI] [%{public}s] the cfi_shadow_start is null!\n", __FUNCTION__); in cfi_slowpath_common() 215 __FUNCTION__, in cfi_slowpath_common() 227 LD_LOGI("[CFI] [%{public}s] uncheck for ldso\n", __FUNCTION__); in cfi_slowpath_common() 234 __FUNCTION__, in cfi_slowpath_common() [all …]
|
/third_party/musl/libc-test/src/functionalext/relro/ |
D | dlopen_ext_relro_test.c | 78 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in test_write_relro_file() 98 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in test_write_relro_file_ext() 114 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0100() 130 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0200() 146 EXPECT_EQ(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0300() 163 … t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0400() 171 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0400() 188 EXPECT_EQ(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0500() 205 … t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0600() 214 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0600() [all …]
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_dlsym.c | 33 EXPECT_EQ(__FUNCTION__, dlns_create(dlnsA, pathA), EOK); in dlns_dlsym_0100_init_ns() 34 EXPECT_EQ(__FUNCTION__, dlns_create(dlnsB, pathB), EOK); in dlns_dlsym_0100_init_ns() 35 EXPECT_EQ(__FUNCTION__, dlns_create(dlnsC, pathC), EOK); in dlns_dlsym_0100_init_ns() 36 EXPECT_EQ(__FUNCTION__, dlns_inherit(dlnsB, dlnsC, NULL), EOK); in dlns_dlsym_0100_init_ns() 37 EXPECT_EQ(__FUNCTION__, dlns_inherit(dlnsA, dlnsB, NULL), EOK); in dlns_dlsym_0100_init_ns() 58 EXPECT_PTRNE(__FUNCTION__, handle_c, NULL); in dlns_dlsym_0100() 64 EXPECT_PTRNE(__FUNCTION__, handle_b, NULL); in dlns_dlsym_0100() 71 EXPECT_PTRNE(__FUNCTION__, handle_a, NULL); in dlns_dlsym_0100() 79 EXPECT_PTRNE(__FUNCTION__, test_a, NULL); in dlns_dlsym_0100() 81 EXPECT_EQ(__FUNCTION__, test_result_1, test_a()); in dlns_dlsym_0100() [all …]
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_config.c | 100 usb_err("%s: malloc name buffer failed\n", __FUNCTION__); in fconfig_get_string() 108 usb_err("%s: copy string from user failed\n", __FUNCTION__); in fconfig_get_string() 132 usb_err("%s: get gadget name failed\n", __FUNCTION__); in gadget_find_by_name() 154 usb_err("%s, %d: gadget had make\n", __FUNCTION__, __LINE__); in gadget_make() 163 usb_err("%s: malloc gadget failed\n", __FUNCTION__); in gadget_make() 184 usb_err("%s: can not find gadget\n", __FUNCTION__); in gadget_drop() 210 usb_err("%s: get gadget name failed\n", __FUNCTION__); in fconfig_make_gadget() 247 usb_err("%s: can not find the gadget\n", __FUNCTION__); in fconfig_write_dev_desc() 254 usb_err("%s: malloc device descriptor failed\n", __FUNCTION__); in fconfig_write_dev_desc() 280 usb_err("%s: malloc usb cfg failed\n", __FUNCTION__); in fconfig_alloc_gadget_cfg() [all …]
|
D | usbd_generic_ep0.c | 114 usb_err("%s: the length of descriptor is error\n", __FUNCTION__); in generic_parse_single_desc() 125 usb_err("%s: descriptor %d is not supported\n", __FUNCTION__, in generic_parse_single_desc() 136 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 151 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 162 usb_err("%s: eps_count is too large\n", __FUNCTION__); in generic_parse_single_desc() 175 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 187 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 200 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 236 usb_debug("%s: parse single desc error %d\n", __FUNCTION__, ret); in generic_parse_descs() 256 usb_err("%s: len is error\n", __FUNCTION__); in generic_got_descs() [all …]
|
D | f_generic.c | 233 usb_err("%s: name is NULL\n", __FUNCTION__); in generic_dev_find_by_name() 306 usb_err("%s: generic device is more than 64\n", __FUNCTION__); in generic_dev_new() 313 usb_err("%s malloc failed\n", __FUNCTION__); in generic_dev_new() 445 usb_err("%s: allocate eps failed", __FUNCTION__); in generic_eps_alloc() 473 usb_err("%s: alloc ep %u failed", __FUNCTION__, desc->bEndpointAddress); in generic_eps_alloc() 484 __FUNCTION__, desc->bEndpointAddress); in generic_eps_alloc() 510 usb_err("%s: invalid paramter\n", __FUNCTION__); in usbclass_generic_bind() 518 usb_err("%s: priv is NULL or state is error\n", __FUNCTION__); in usbclass_generic_bind() 523 usb_err("%s: the generic device is bound\n", __FUNCTION__); in usbclass_generic_bind() 530 usb_err("%s: devobj is NULL\n", __FUNCTION__); in usbclass_generic_bind() [all …]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logging.h | 93 #define ntfs_log_critical(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LO… 94 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L… 95 #define ntfs_log_info(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LE… 96 #define ntfs_log_perror(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_… 97 #define ntfs_log_progress(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LO… 98 #define ntfs_log_quiet(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L… 99 #define ntfs_log_verbose(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG… 100 #define ntfs_log_warning(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG… 106 #define ntfs_log_debug(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L… 107 #define ntfs_log_trace(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L… [all …]
|
/third_party/musl/porting/liteos_a/user/src/legacy/ |
D | utmpx.c | 9 unsupported_api(__FUNCTION__); in endutxent() 14 unsupported_api(__FUNCTION__); in setutxent() 19 unsupported_api(__FUNCTION__); in getutxent() 25 unsupported_api(__FUNCTION__); in getutxid() 31 unsupported_api(__FUNCTION__); in getutxline() 37 unsupported_api(__FUNCTION__); in pututxline() 43 unsupported_api(__FUNCTION__); in updwtmpx() 48 unsupported_api(__FUNCTION__); in __utmpxname()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | debug.h | 41 #define TRACE(message, ...) es::trace("trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… 48 #define FIXME(message, ...) do {es::trace("fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, #… 55 #define ERR(message, ...) do {es::trace("err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… 63 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \ 74 es::trace("\t! Unimplemented: %s(%d): ", __FUNCTION__, __LINE__); \ 80 #define UNIMPLEMENTED(...) FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__) 87 ERR("\t! Unreachable case reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value); \ 91 …#define UNREACHABLE(value) ERR("\t! Unreachable reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__…
|
/third_party/musl/libc-test/src/functionalext/symver/ |
D | dso_hard_symver.c | 27 return (char *)__FUNCTION__; in dso_hard_symver_if_old() 32 return (char *)__FUNCTION__; in dso_hard_symver_if_stable() 37 return (char *)__FUNCTION__; in dso_hard_symver_if_dev() 42 return (char *)__FUNCTION__; in dso_hard_symver_ld_old() 47 return (char *)__FUNCTION__; in dso_hard_symver_ld_stable() 52 return (char *)__FUNCTION__; in dso_hard_symver_ld_dev()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_completion.c | 45 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_init_completion() 68 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_complete() 105 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_wait_for_completion() 110 PRINT_ERR("Calling %s in interrupt callback is not allowed.\n", __FUNCTION__); in linux_wait_for_completion() 117 PRINTK("Warning: DO NOT call %s in system tasks.\n", __FUNCTION__); in linux_wait_for_completion() 141 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_wait_for_completion_timeout() 146 PRINT_ERR("Calling %s in interrupt callback is not allowed.\n", __FUNCTION__); in linux_wait_for_completion_timeout() 154 PRINTK("Warning: DO NOT call %s in system tasks.\n", __FUNCTION__); in linux_wait_for_completion_timeout() 190 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_complete_all()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Debug.h | 39 CheckNTStatus(status, __FUNCTION__, __LINE__) 43 CheckHResult(hr, __FUNCTION__, __LINE__) 51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __FUNCTION__)) 58 #define LOG_ENTRYPOINT() DebugPrintf("%s\n", __FUNCTION__) 63 #define LOG_UNSUPPORTED_ENTRYPOINT() DebugPrintf("%s XXX\n", __FUNCTION__) 66 do { if (expr) DebugPrintf("%s:%d XXX %s\n", __FUNCTION__, __LINE__, #expr); } while(0)
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | DebugAndroid.hpp | 54 __FUNCTION__, __FILE__, __LINE__); \ 64 ALOGE("badness: err %s %s:%d (" format ")", __FUNCTION__, __FILE__, \ 71 ALOGE("badness: fixme %s %s:%d (" format ")", __FUNCTION__, __FILE__, \ 79 __FUNCTION__, __FILE__, __LINE__); \ 85 __FUNCTION__, __FILE__, __LINE__, #value, value); \ 91 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
|
/third_party/mesa3d/src/util/ |
D | u_debug.h | 213 _debug_printf("%s\n", __FUNCTION__) 225 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__) 237 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 253 __FILE__, __LINE__, __FUNCTION__, __msg); \ 268 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg) 360 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__) 364 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 370 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 374 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | usb_init.c | 251 dprintf("\n******** %s in **********\n", __FUNCTION__); in usb_init() 255 …dprintf("\n duplicate usb_init %s, ctype:%d dtype:%d\n", __FUNCTION__, usb_info.ctype, usb_info.dt… in usb_init() 302 dprintf("******** %s ok**********\n\n", __FUNCTION__); in usb_init() 310 dprintf("******** %s fail**********\n\n", __FUNCTION__); in usb_init() 320 dprintf("******** %s in **********\n\n", __FUNCTION__); in usb_deinit() 324 dprintf("******** %s out, no init **********\n\n", __FUNCTION__); in usb_deinit() 329 dprintf("******** %s fail, host not support **********\n\n", __FUNCTION__); in usb_deinit() 334 dprintf("******** %s fail, %d **********\n\n", __FUNCTION__, ret); in usb_deinit()
|