Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dproftool.c383 struct trace_configline_info **tailp = &trace_config_head; in read_trace_config() local
443 *tailp = line; in read_trace_config()
444 tailp = &line->next; in read_trace_config()
/openbmc/qemu/monitor/
H A Dhmp.c528 char *tailp; in get_double() local
531 d = strtod(p, &tailp); in get_double()
532 if (tailp == p) { in get_double()
542 *pp = tailp; in get_double()
/openbmc/qemu/hw/usb/
H A Dtrace-events18 …tartframe, uint32_t framecount, int rel_frame_num) "ISO_TD ED head 0x%.8x tailp 0x%.8x\n0x%.8x 0x%…
57 …head, uint32_t tail, uint32_t next) "ED @ 0x%.8x h=%u c=%u\n head=0x%.8x tailp=0x%.8x next=0x%.8x"