Searched refs:q (Results 1 – 7 of 7) sorted by relevance
/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 104 static const char *nexttoken(const char *q, int sep) in nexttoken() argument 106 if (q) in nexttoken() 107 q = strchr(q, sep); in nexttoken() 108 if (q) in nexttoken() 109 q++; in nexttoken() 110 return q; in nexttoken() 193 const char *p, *q; in bitmask_parselist() local 197 q = buf; in bitmask_parselist() 198 while (p = q, q = nexttoken(q, ','), p) { in bitmask_parselist()
|
/tools/hv/ |
D | hv_fcopy_daemon.c | 43 char *q, *p; in hv_start_fcopy() local 60 while ((q = strchr(p, '/')) != NULL) { in hv_start_fcopy() 61 if (q == p) { in hv_start_fcopy() 65 *q = '\0'; in hv_start_fcopy() 79 p = q + 1; in hv_start_fcopy() 80 *q = '/'; in hv_start_fcopy()
|
D | hv_kvp_daemon.c | 448 char *value, *q; in kvp_get_os_info() local 462 q = p; in kvp_get_os_info() 468 *q++ = *p++; in kvp_get_os_info() 473 *q++ = *p++; in kvp_get_os_info() 476 *q = 0; in kvp_get_os_info() 563 char *p, *q, *x; in kvp_get_if_name() local 574 q = dev_id + strlen(kvp_net_dir); in kvp_get_if_name() 580 *q = '\0'; in kvp_get_if_name() 655 char *p, *q, *x; in kvp_mac_to_if_name() local 667 q = dev_id + strlen(kvp_net_dir); in kvp_mac_to_if_name() [all …]
|
/tools/perf/util/ |
D | header.c | 621 char *q = r; in __write_cpudesc() local 623 while (*q && isspace(*q)) in __write_cpudesc() 624 q++; in __write_cpudesc() 625 if (q != (p+1)) in __write_cpudesc() 626 while ((*r++ = *q++)); in __write_cpudesc()
|
/tools/perf/config/ |
D | utilities.mak | 135 is-absolute = $(shell echo $(shell-sq) | grep -q ^/ && echo y)
|
/tools/perf/Documentation/ |
D | perf-record.txt | 111 -q::
|
/tools/usb/usbip/ |
D | INSTALL | 226 `-q'
|