Searched refs:opt_arg (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 938 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument 951 if (*opt_arg != ':') in ahc_parse_brace_option() 952 return (opt_arg); in ahc_parse_brace_option() 953 opt_arg++; in ahc_parse_brace_option() 961 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option() 965 switch (*opt_arg) { in ahc_parse_brace_option() 979 opt_arg++; in ahc_parse_brace_option() 986 opt_arg++; in ahc_parse_brace_option() 996 opt_arg++; in ahc_parse_brace_option() 1004 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option() [all …]
|
D | aic79xx_osm.c | 1059 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument 1072 if (*opt_arg != ':') in ahd_parse_brace_option() 1073 return (opt_arg); in ahd_parse_brace_option() 1074 opt_arg++; in ahd_parse_brace_option() 1082 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option() 1086 switch (*opt_arg) { in ahd_parse_brace_option() 1100 opt_arg++; in ahd_parse_brace_option() 1107 opt_arg++; in ahd_parse_brace_option() 1117 opt_arg++; in ahd_parse_brace_option() 1125 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option() [all …]
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 934 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() argument 1043 *opt_arg = p; in reiserfs_getopt()
|