Searched refs:tok_list (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 957 char tok_list[] = {'.', ',', '{', '}', '\0'}; in ahc_parse_brace_option() local 1012 for (i = 0; tok_list[i]; i++) { in ahc_parse_brace_option() 1013 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
|
D | aic79xx_osm.c | 1068 char tok_list[] = {'.', ',', '{', '}', '\0'}; in ahd_parse_brace_option() local 1123 for (i = 0; tok_list[i]; i++) { in ahd_parse_brace_option() 1124 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 1383 char tok_list[] = { '.', ',', '{', '}', '\0' }; in aic7xxx_setup() local 1433 for(i=0; tok_list[i]; i++) in aic7xxx_setup() 1435 tok_end2 = strchr(tok, tok_list[i]); in aic7xxx_setup()
|