Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/aic7xxx/
Daic7xxx_osm.c920 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
933 if (*opt_arg != ':') in ahc_parse_brace_option()
934 return (opt_arg); in ahc_parse_brace_option()
935 opt_arg++; in ahc_parse_brace_option()
943 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
947 switch (*opt_arg) { in ahc_parse_brace_option()
961 opt_arg++; in ahc_parse_brace_option()
968 opt_arg++; in ahc_parse_brace_option()
978 opt_arg++; in ahc_parse_brace_option()
986 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 …]
/Linux-v5.15/fs/reiserfs/
Dsuper.c980 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() argument
1089 *opt_arg = p; in reiserfs_getopt()