Searched refs:pmesg (Results 1 – 3 of 3) sorted by relevance
547 char *pmesg = tmesg; in tst_resm_hexd_() local562 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_()
75 const char *pmesg, uint8_t prio);
208 const char *pmesg, uint8_t prio) in usb_proc_create() argument220 ret = usb_os_task_creat(&td, (TSK_ENTRY_FUNC)usb_process_thread, prio, pmesg, (UINTPTR)up); in usb_proc_create()