Searched refs:opt_arg (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 938 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, ahc_parse_brace_option() argument 951 if (*opt_arg != ':') ahc_parse_brace_option() 952 return (opt_arg); ahc_parse_brace_option() 953 opt_arg++; ahc_parse_brace_option() 961 tok_end = strchr(opt_arg, '\0'); ahc_parse_brace_option() 965 switch (*opt_arg) { ahc_parse_brace_option() 979 opt_arg++; ahc_parse_brace_option() 986 opt_arg++; ahc_parse_brace_option() 996 opt_arg++; ahc_parse_brace_option() 1004 tok_end2 = strchr(opt_arg, tok_list[i]); ahc_parse_brace_option() 1009 simple_strtol(opt_arg, NULL, 0)); ahc_parse_brace_option() 1010 opt_arg = tok_end; ahc_parse_brace_option() 1014 return (opt_arg); ahc_parse_brace_option()
|
H A D | aic79xx_osm.c | 1059 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, ahd_parse_brace_option() argument 1072 if (*opt_arg != ':') ahd_parse_brace_option() 1073 return (opt_arg); ahd_parse_brace_option() 1074 opt_arg++; ahd_parse_brace_option() 1082 tok_end = strchr(opt_arg, '\0'); ahd_parse_brace_option() 1086 switch (*opt_arg) { ahd_parse_brace_option() 1100 opt_arg++; ahd_parse_brace_option() 1107 opt_arg++; ahd_parse_brace_option() 1117 opt_arg++; ahd_parse_brace_option() 1125 tok_end2 = strchr(opt_arg, tok_list[i]); ahd_parse_brace_option() 1130 simple_strtol(opt_arg, NULL, 0)); ahd_parse_brace_option() 1131 opt_arg = tok_end; ahd_parse_brace_option() 1135 return (opt_arg); ahd_parse_brace_option()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | super.c | 928 * opt_arg - if option is found and requires an argument and if it is specifed 934 char **opt_arg, unsigned long *bit_flags) reiserfs_getopt() 1043 *opt_arg = p; reiserfs_getopt() 933 reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, char **opt_arg, unsigned long *bit_flags) reiserfs_getopt() argument
|
Completed in 172 milliseconds