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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c926 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, argument
939 if (*opt_arg != ':')
940 return (opt_arg);
941 opt_arg++;
949 tok_end = strchr(opt_arg, '\0');
953 switch (*opt_arg) {
967 opt_arg++;
974 opt_arg++;
984 opt_arg++;
992 tok_end2 = strchr(opt_arg, tok_lis
[all...]
H A Daic79xx_osm.c1042 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, argument
1055 if (*opt_arg != ':')
1056 return (opt_arg);
1057 opt_arg++;
1065 tok_end = strchr(opt_arg, '\0');
1069 switch (*opt_arg) {
1083 opt_arg++;
1090 opt_arg++;
1100 opt_arg++;
1108 tok_end2 = strchr(opt_arg, tok_lis
[all...]
/linux-master/fs/reiserfs/
H A Dsuper.c973 * opt_arg - if option is found and requires an argument and if it is specifed
979 char **opt_arg, unsigned long *bit_flags)
1088 *opt_arg = p;
978 reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, char **opt_arg, unsigned long *bit_flags) argument

Completed in 120 milliseconds