Searched refs:tok_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 929 char tok_list[] = {'.', ',', '{', '}', '\0'}; in ahc_parse_brace_option() local 984 for (i = 0; tok_list[i]; i++) { in ahc_parse_brace_option() 985 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
|
H A D | aic79xx_osm.c | 1053 char tok_list[] = {'.', ',', '{', '}', '\0'}; in ahd_parse_brace_option() local 1108 for (i = 0; tok_list[i]; i++) { in ahd_parse_brace_option() 1109 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 928 char tok_list[] = {'.', ',', '{', '}', '\0'}; in ahc_parse_brace_option() local 983 for (i = 0; tok_list[i]; i++) { in ahc_parse_brace_option() 984 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
|
H A D | aic79xx_osm.c | 1047 char tok_list[] = {'.', ',', '{', '}', '\0'}; in ahd_parse_brace_option() local 1102 for (i = 0; tok_list[i]; i++) { in ahd_parse_brace_option() 1103 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
|
Completed in 13 milliseconds