Searched refs:opt_arg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 919 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument 932 if (*opt_arg != ':') in ahc_parse_brace_option() 933 return (opt_arg); in ahc_parse_brace_option() 934 opt_arg++; in ahc_parse_brace_option() 942 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option() 946 switch (*opt_arg) { in ahc_parse_brace_option() 960 opt_arg++; in ahc_parse_brace_option() 967 opt_arg++; in ahc_parse_brace_option() 977 opt_arg++; in ahc_parse_brace_option() 985 tok_end2 = strchr(opt_arg, tok_lis in ahc_parse_brace_option() [all...] |
H A D | aic79xx_osm.c | 1043 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument 1056 if (*opt_arg != ':') in ahd_parse_brace_option() 1057 return (opt_arg); in ahd_parse_brace_option() 1058 opt_arg++; in ahd_parse_brace_option() 1066 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option() 1070 switch (*opt_arg) { in ahd_parse_brace_option() 1084 opt_arg++; in ahd_parse_brace_option() 1091 opt_arg++; in ahd_parse_brace_option() 1101 opt_arg++; in ahd_parse_brace_option() 1109 tok_end2 = strchr(opt_arg, tok_lis in ahd_parse_brace_option() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 918 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument 931 if (*opt_arg != ':') in ahc_parse_brace_option() 932 return (opt_arg); in ahc_parse_brace_option() 933 opt_arg++; in ahc_parse_brace_option() 941 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option() 945 switch (*opt_arg) { in ahc_parse_brace_option() 959 opt_arg++; in ahc_parse_brace_option() 966 opt_arg++; in ahc_parse_brace_option() 976 opt_arg++; in ahc_parse_brace_option() 984 tok_end2 = strchr(opt_arg, tok_lis in ahc_parse_brace_option() [all...] |
H A D | aic79xx_osm.c | 1037 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument 1050 if (*opt_arg != ':') in ahd_parse_brace_option() 1051 return (opt_arg); in ahd_parse_brace_option() 1052 opt_arg++; in ahd_parse_brace_option() 1060 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option() 1064 switch (*opt_arg) { in ahd_parse_brace_option() 1078 opt_arg++; in ahd_parse_brace_option() 1085 opt_arg++; in ahd_parse_brace_option() 1095 opt_arg++; in ahd_parse_brace_option() 1103 tok_end2 = strchr(opt_arg, tok_lis in ahd_parse_brace_option() [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 974 * opt_arg - if option is found and requires an argument and if it is specifed 980 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() 1089 *opt_arg = p; in reiserfs_getopt() 979 reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, char **opt_arg, unsigned long *bit_flags) reiserfs_getopt() argument
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 974 * opt_arg - if option is found and requires an argument and if it is specifed 980 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() 1089 *opt_arg = p; in reiserfs_getopt() 979 reiserfs_getopt(struct super_block *s, char **cur, opt_desc_t * opts, char **opt_arg, unsigned long *bit_flags) reiserfs_getopt() argument
|
Completed in 15 milliseconds