Home
last modified time | relevance | path

Searched refs:PRINTK (Results 1 – 25 of 54) sorted by relevance

123

/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.c45 PRINTK("The level of usb other class debug is %d\n", level); in usb_debug_func()
61 PRINTK(" iface=%p idesc=%p altindex=%d\n", in usb_dump_iface()
76 PRINTK(" bus=%p \n" in usb_dump_device()
95 PRINTK("usb_dump_queue: endpoint=%p xfer: ", ep); in usb_dump_queue()
98 PRINTK(" %p", xfer); in usb_dump_queue()
100 PRINTK("\n"); in usb_dump_queue()
112 PRINTK("usb_dump_endpoint: endpoint=%p", ep); in usb_dump_endpoint()
114 PRINTK(" edesc=%p isoc_next=%d toggle_next=%d", in usb_dump_endpoint()
118 PRINTK(" bEndpointAddress=0x%02x", in usb_dump_endpoint()
121 PRINTK("\n"); in usb_dump_endpoint()
[all …]
Dusb_process.c42 PRINTK("The level of usb process debug is %d\n", level); in usb_process_debug_func()
176 PRINTK("create %s task error!\n",nm); in usb_os_task_creat()
188 PRINTK("delete task error!\n"); in usb_os_task_delete()
/third_party/NuttX/fs/romfs/
Dfs_romfs.c76 PRINTK("ERROR: romfs_checkmount failed: %d\n", ret); in romfs_lookup()
87 PRINTK("ERROR: Failed to allocate dirinfo structure, error: %d\n", -ret); in romfs_lookup()
118 PRINTK("ERROR: '%s' is a special file\n", path); in romfs_lookup()
127 PRINTK("%s-%d: can't alloc vnode, error: %d\n", __FUNCTION__, __LINE__, ret); in romfs_lookup()
146 PRINTK("ERROR: Failed to allocate private data: %d\n", ret); in romfs_lookup()
163 PRINTK("ERROR: Failed to locate start of file data: %d\n", ret); in romfs_lookup()
179 PRINTK("%s-%d: can't alloc vnode, error: %d\n", __FUNCTION__, __LINE__, ret); in romfs_lookup()
259 PRINTK("ERROR: romfs_checkmount failed: %d\n", ret); in romfs_read()
311 PRINTK("ERROR: romfs_checkmount failed: %d\n", ret); in romfs_readpage()
318 PRINTK("ERROR: readpage out of range, ret: %d.\n", ret); in romfs_readpage()
[all …]
/third_party/NuttX/drivers/bch/
Dbchlib_setup.c61 PRINTK("ERROR: Failed to allocate BCH structure\n"); in bchlib_setup()
70 PRINTK("ERROR: Failed to open driver %s: %d\n", blkdev, -ret); in bchlib_setup()
82 PRINTK("ERROR: geometry failed: %d\n", -ret); in bchlib_setup()
88 PRINTK("ERROR: geometry failed: %d\n", -ret); in bchlib_setup()
95 PRINTK("ERROR: write access not supported\n"); in bchlib_setup()
119 PRINTK("ERROR: los_part_find failed\n"); in bchlib_setup()
129 PRINTK("ERROR: Failed to allocate sector buffer\n"); in bchlib_setup()
Dbchlib_write.c99 PRINTK("ERROR: bchlib_write failed: %d\n", ret); in bchlib_write()
136 PRINTK("ERROR: Write failed: %d\n", ret); in bchlib_write()
172 PRINTK("ERROR: bchlib_write failed: %d\n", ret); in bchlib_write()
187 PRINTK("ERROR: Flush failed: %d\n", ret); in bchlib_write()
Dbchlib_read.c117 PRINTK("ERROR: bchlib_read failed: %d\n", ret); in bchlib_read()
151 PRINTK("ERROR: Read failed: %d\n", ret); in bchlib_read()
187 PRINTK("ERROR: bchlib_read failed: %d\n", ret); in bchlib_read()
Dbchdev_register.c53 PRINTK("ERROR: bchlib_setup failed: %d\n", -ret); in bchdev_register()
62 PRINTK("ERROR: register_driver failed: %d\n", -ret); in bchdev_register()
Dbchlib_cache.c64 PRINTK("bchlib_flushsector Write failed: %d\n", ret); in bchlib_flushsector()
104 PRINTK("Read failed: %d\n", ret); in bchlib_readsector()
Dbchdev_unregister.c34 #define _err PRINTK
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c68 PRINTK("The level of usb ehci debug is %d\n", level); in usb_ehci_debug_func()
547 PRINTK("cmd=0x%08x\n", i); in ehci_dump_regs()
550 PRINTK(" EHCI_CMD_ITC_1\n"); in ehci_dump_regs()
552 PRINTK(" EHCI_CMD_ITC_2\n"); in ehci_dump_regs()
554 PRINTK(" EHCI_CMD_ITC_4\n"); in ehci_dump_regs()
556 PRINTK(" EHCI_CMD_ITC_8\n"); in ehci_dump_regs()
558 PRINTK(" EHCI_CMD_ITC_16\n"); in ehci_dump_regs()
560 PRINTK(" EHCI_CMD_ITC_32\n"); in ehci_dump_regs()
562 PRINTK(" EHCI_CMD_ITC_64\n"); in ehci_dump_regs()
564 PRINTK(" EHCI_CMD_ASPME\n"); in ehci_dump_regs()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_timer.c41 PRINTK("init_timer<error> timer is NULL\n"); in linux_init_timer()
68 PRINTK("add_timer<error> timer create failed: %u \n", ret); in DoAddTimer()
73 PRINTK("add_timer<error> timer start failed: %u \n", ret); in DoAddTimer()
83 PRINTK("add_timer<error> timer is NULL\n"); in linux_add_timer()
109 PRINTK("del_timer<error> timer is NULL\n"); in linux_del_timer()
Dadp.c67 PRINTK("path is NULL\n"); in fs_show()
71 PRINTK("Filesystem %s info: \n", path); in fs_show()
72 PRINTK("----------------------------------------\n"); in fs_show()
74 PRINTK(" Total clusters: %u \n", fss.f_blocks); in fs_show()
75 PRINTK(" Cluster size: %u \n", fss.f_bsize); in fs_show()
76 PRINTK(" Free clusters: %u \n", fss.f_bfree); in fs_show()
Dlinux_completion.c117 PRINTK("Warning: DO NOT call %s in system tasks.\n", __FUNCTION__); in linux_wait_for_completion()
154 PRINTK("Warning: DO NOT call %s in system tasks.\n", __FUNCTION__); in linux_wait_for_completion_timeout()
/third_party/NuttX/fs/driver/
Dfs_blockproxy.c169 PRINTK("ERROR: Failed to create temporary device name\n"); in block_proxy()
183 PRINTK("ERROR: bchdev_register(%s, %s) failed: %d\n", blkdev, chardev, ret); in block_proxy()
194 PRINTK("ERROR: Failed to open %s: %d\n", chardev, ret); in block_proxy()
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c85 PRINTK("The level of usb serial debug is %d\n", level); in serial_debug_func()
289 PRINTK("ucom: Waiting for a TTY device to close.\n"); in ucom_drain()
300 PRINTK("ucom: Waiting for all detached TTY " in ucom_drain_all()
921 PRINTK("len1 : %d ; len2 : %d \n", fisrt_len, temp); in ucom_get_data()
1169 PRINTK("%s error!\n", __FUNCTION__); in ucom_tx_task()
1175 PRINTK("%s error!\n", __FUNCTION__); in ucom_tx_task()
1186 PRINTK("Please open ttyUBS0 first!\n"); in ucom_tx_task()
1218 PRINTK("u3g : no usb 3g/4g modem worked!\n"); in u3g_write_from_shell()
1223 PRINTK("u3g : please enter AT command!\n"); in u3g_write_from_shell()
1228 PRINTK("u3g : only one argc supported!\n"); in u3g_write_from_shell()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Df_multi.c239 PRINTK("com_s is NULL!\n"); in usbdev_multi_initialize()
251 PRINTK(" ** multi device initialized failed! **\n"); in usbdev_multi_initialize()
255 PRINTK(" ** multi device initialized successfully! **\n"); in usbdev_multi_initialize()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axe.c116 PRINTK("The level of usb axe debug is %d\n", level); in usb_axe_debug_func()
297 PRINTK("- 100Mbps/"); in axe_setmedium()
299 PRINTK("- 10Mbps/"); in axe_setmedium()
302 PRINTK("Full\n"); in axe_setmedium()
304 PRINTK("Half\n"); in axe_setmedium()
666 PRINTK("\nAX88772A Link Up "); in axe_miibus_statchg()
669 PRINTK("\nAX88772B Link Up "); in axe_miibus_statchg()
679 PRINTK("\nAX88772A Link Down\n"); in axe_miibus_statchg()
681 PRINTK("\nAX88772B Link Down\n"); in axe_miibus_statchg()
876 PRINTK("[AXE_ERROR]axe_rxeof : pbuf_header drop failed\n"); in axe_rxeof()
[all …]
Dusb_ethernet.c181 PRINTK("could not allocate eth_hwr_funs\n"); in if_alloc()
228 PRINTK("no buffer! can not happen!\n"); in ue_recv()
532 PRINTK("pbuf_alloc fail\n"); in uether_newbuf()
547 PRINTK("pbuf_alloc fail\n"); in uether_newbuf()
552 PRINTK("pbuf_alloc fail\n"); in uether_newbuf()
599 PRINTK("uether_rxflush \n"); in uether_rxflush()
Dif_axge.c59 PRINTK("The level of usb axge debug is %d\n", level); in usb_axge_debug_func()
439 PRINTK("AX88178A Link Up\n"); in axge_miibus_statchg()
443 PRINTK("AX88178A Link Down\n"); in axge_miibus_statchg()
496 PRINTK("[AXE_ERROR]axe_rxeof : pbuf_header drop failed\n"); in axge_rxeof()
508 PRINTK("[AXE_ERROR]axe_rxeof : pbuf_header drop failed\n"); in axge_rxeof()
/third_party/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c35 #define PRINTK "/proc/sys/kernel/printk" macro
559 if (access(PRINTK, F_OK) == 0) { in setup()
560 SAFE_FILE_SCANF(PRINTK, "%d", &console_loglevel); in setup()
561 SAFE_FILE_PRINTF(PRINTK, "%d", CONSOLE_LOGLEVEL_QUIET); in setup()
568 SAFE_FILE_PRINTF(PRINTK, "%d", console_loglevel); in cleanup()
/third_party/FreeBSD/sys/kern/
Dkern_condvar.c87 PRINTK("%s %d\n",__FUNCTION__,__LINE__); in cv_wait()
93 PRINTK("%s %d\n",__FUNCTION__,__LINE__); in cv_wait()
Dkern_timeout.c90 PRINTK("add_timer<error> timer create failed: %u \n", ret); in callout_reset()
94 PRINTK("add_timer<error> timer start failed: %u \n", ret); in callout_reset()
/third_party/NuttX/fs/nfs/
Dnfs.h65 #define nfs_debug_info(format, ...) PRINTK(format, ##__VA_ARGS__)
72 #define nfs_info(format, ...) PRINTK(format, ##__VA_ARGS__)
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dmodule.h72 PRINTK("_module_run null ptr! \n"); in _module_run()
77 PRINTK("_module_run function callback ret:%d! \n", ret); in _module_run()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c127 PRINTK("%s:%s: " fmt, \
153 PRINTK("Close the umass debug\n"); in umass_debug_func()
166 PRINTK("The level of umass debug is %x\n", level); in umass_debug_func()
970 PRINTK("SCSI"); in umass_attach()
973 PRINTK("8070i (ATAPI)"); in umass_attach()
976 PRINTK("UFI"); in umass_attach()
979 PRINTK("RBC"); in umass_attach()
982 PRINTK("(unknown 0x%02x)", in umass_attach()
987 PRINTK(" over "); in umass_attach()
991 PRINTK("Bulk-Only"); in umass_attach()
[all …]

123