Searched refs:opt_arg (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 919 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument 932 if (*opt_arg != ':') in ahc_parse_brace_option() 933 return (opt_arg); in ahc_parse_brace_option() 934 opt_arg++; in ahc_parse_brace_option() 942 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option() 946 switch (*opt_arg) { in ahc_parse_brace_option() 960 opt_arg++; in ahc_parse_brace_option() 967 opt_arg++; in ahc_parse_brace_option() 977 opt_arg++; in ahc_parse_brace_option() 985 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option() [all …]
|
D | aic79xx_osm.c | 1043 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument 1056 if (*opt_arg != ':') in ahd_parse_brace_option() 1057 return (opt_arg); in ahd_parse_brace_option() 1058 opt_arg++; in ahd_parse_brace_option() 1066 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option() 1070 switch (*opt_arg) { in ahd_parse_brace_option() 1084 opt_arg++; in ahd_parse_brace_option() 1091 opt_arg++; in ahd_parse_brace_option() 1101 opt_arg++; in ahd_parse_brace_option() 1109 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option() [all …]
|