Searched refs:tok_end (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/bench/ |
H A D | numa.c | 453 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; parse_setup_cpu_list() local 462 tok_end = strstr(tok, "-"); parse_setup_cpu_list() 464 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); parse_setup_cpu_list() 465 if (!tok_end) { parse_setup_cpu_list() 471 bind_cpu_1 = atol(tok_end + 1); parse_setup_cpu_list() 590 char *tok, *tok_end, *tok_step, *tok_mul; parse_setup_node_list() local 598 tok_end = strstr(tok, "-"); parse_setup_node_list() 600 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); parse_setup_node_list() 601 if (!tok_end) { parse_setup_node_list() 607 bind_node_1 = atol(tok_end + 1); parse_setup_node_list()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 942 char *tok_end; ahc_parse_brace_option() local 961 tok_end = strchr(opt_arg, '\0'); ahc_parse_brace_option() 962 if (tok_end < end) ahc_parse_brace_option() 963 *tok_end = ','; ahc_parse_brace_option() 1002 tok_end = end; ahc_parse_brace_option() 1005 if ((tok_end2) && (tok_end2 < tok_end)) ahc_parse_brace_option() 1006 tok_end = tok_end2; ahc_parse_brace_option() 1010 opt_arg = tok_end; ahc_parse_brace_option()
|
H A D | aic79xx_osm.c | 1063 char *tok_end; ahd_parse_brace_option() local 1082 tok_end = strchr(opt_arg, '\0'); ahd_parse_brace_option() 1083 if (tok_end < end) ahd_parse_brace_option() 1084 *tok_end = ','; ahd_parse_brace_option() 1123 tok_end = end; ahd_parse_brace_option() 1126 if ((tok_end2) && (tok_end2 < tok_end)) ahd_parse_brace_option() 1127 tok_end = tok_end2; ahd_parse_brace_option() 1131 opt_arg = tok_end; ahd_parse_brace_option()
|
Completed in 155 milliseconds