Home
last modified time | relevance | path

Searched refs:pmesg (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/lib/
Dtst_res.c547 char *pmesg = tmesg; in tst_resm_hexd_() local
562 pmesg += offset; in tst_resm_hexd_()
566 if (pmesg != tmesg) in tst_resm_hexd_()
567 *(pmesg++) = ' '; in tst_resm_hexd_()
569 sprintf(pmesg, "%02x", ((unsigned char *)buf)[i]); in tst_resm_hexd_()
570 pmesg += symb_num; in tst_resm_hexd_()
573 pmesg = tmesg; in tst_resm_hexd_()
/third_party/FreeBSD/sys/dev/usb/
Dusb_process.h75 const char *pmesg, uint8_t prio);
Dusb_process.c208 const char *pmesg, uint8_t prio) in usb_proc_create() argument
220 ret = usb_os_task_creat(&td, (TSK_ENTRY_FUNC)usb_process_thread, prio, pmesg, (UINTPTR)up); in usb_proc_create()