Searched refs:tok_list (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 948 char tok_list[] = {'.', ',', '{', '}', '\0'}; ahc_parse_brace_option() local 1003 for (i = 0; tok_list[i]; i++) { ahc_parse_brace_option() 1004 tok_end2 = strchr(opt_arg, tok_list[i]); ahc_parse_brace_option()
|
H A D | aic79xx_osm.c | 1069 char tok_list[] = {'.', ',', '{', '}', '\0'}; ahd_parse_brace_option() local 1124 for (i = 0; tok_list[i]; i++) { ahd_parse_brace_option() 1125 tok_end2 = strchr(opt_arg, tok_list[i]); ahd_parse_brace_option()
|
Completed in 54 milliseconds