Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_osm.c937 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
950 if (*opt_arg != ':') in ahc_parse_brace_option()
951 return (opt_arg); in ahc_parse_brace_option()
952 opt_arg++; in ahc_parse_brace_option()
960 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
964 switch (*opt_arg) { in ahc_parse_brace_option()
978 opt_arg++; in ahc_parse_brace_option()
985 opt_arg++; in ahc_parse_brace_option()
995 opt_arg++; in ahc_parse_brace_option()
1003 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
[all …]
Daic79xx_osm.c1058 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument
1071 if (*opt_arg != ':') in ahd_parse_brace_option()
1072 return (opt_arg); in ahd_parse_brace_option()
1073 opt_arg++; in ahd_parse_brace_option()
1081 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option()
1085 switch (*opt_arg) { in ahd_parse_brace_option()
1099 opt_arg++; in ahd_parse_brace_option()
1106 opt_arg++; in ahd_parse_brace_option()
1116 opt_arg++; in ahd_parse_brace_option()
1124 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
[all …]
/Linux-v4.19/fs/reiserfs/
Dsuper.c985 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() argument
1094 *opt_arg = p; in reiserfs_getopt()