Searched refs:strp (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
H A D | msp_usb.c | 123 char *strp; msp_usb_setup() local 142 strp = prom_getenv((char *)&envstr[0]); msp_usb_setup() 143 if (strp) { msp_usb_setup() 145 if (!strcmp(strp, "device")) msp_usb_setup()
|
/linux-4.4.14/tools/perf/util/ |
H A D | build-id.c | 130 static int asnprintf(char **strp, size_t size, const char *fmt, ...) asnprintf() argument 135 if (!strp) asnprintf() 139 if (*strp) asnprintf() 140 ret = vsnprintf(*strp, size, fmt, ap); asnprintf() 142 ret = vasprintf(strp, fmt, ap); asnprintf()
|
H A D | sort.c | 1920 char *tmp, *tok, *str, *strp; __setup_output_field() local 1926 strp = str = strdup(field_order); __setup_output_field() 1933 strp++; __setup_output_field() 1935 if (!strlen(strp)) { __setup_output_field() 1940 for (tok = strtok_r(strp, ", ", &tmp); __setup_output_field()
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
H A D | dma.c | 117 panic("Invalid DMA channel for strp\n"); crisv32_request_dma()
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
H A D | dma.c | 184 panic("Invalid DMA channel for strp\n"); crisv32_request_dma()
|
/linux-4.4.14/security/selinux/ss/ |
H A D | policydb.c | 1092 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) str_read() argument 1102 *strp = str; str_read()
|
Completed in 223 milliseconds