Home
last modified time | relevance | path

Searched refs:opt_arg (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_osm.c919 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 …]
Daic79xx_osm.c1043 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 …]