Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_osm.c946 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
959 if (*opt_arg != ':') in ahc_parse_brace_option()
960 return (opt_arg); in ahc_parse_brace_option()
961 opt_arg++; in ahc_parse_brace_option()
969 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
973 switch (*opt_arg) { in ahc_parse_brace_option()
987 opt_arg++; in ahc_parse_brace_option()
994 opt_arg++; in ahc_parse_brace_option()
1004 opt_arg++; in ahc_parse_brace_option()
1012 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
[all …]
Daic79xx_osm.c1057 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument
1070 if (*opt_arg != ':') in ahd_parse_brace_option()
1071 return (opt_arg); in ahd_parse_brace_option()
1072 opt_arg++; in ahd_parse_brace_option()
1080 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option()
1084 switch (*opt_arg) { in ahd_parse_brace_option()
1098 opt_arg++; in ahd_parse_brace_option()
1105 opt_arg++; in ahd_parse_brace_option()
1115 opt_arg++; in ahd_parse_brace_option()
1123 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
[all …]
/linux-3.4.99/fs/reiserfs/
Dsuper.c831 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() argument
933 *opt_arg = p; in reiserfs_getopt()