Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-add-new-option-eltorito-platform.patch171 +static int get_boot_platid(char *opt_arg);
209 +get_boot_platid(char *opt_arg)
215 + if (streql(opt_arg, "x86")) {
217 + } else if (streql(opt_arg, "PPC")) {
219 + } else if (streql(opt_arg, "Mac")) {
221 + } else if (streql(opt_arg, "efi")) {
224 + val = strtol(opt_arg, &ptr, 0);
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c931 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()
989 simple_strtol(opt_arg, NULL, 0)); in ahc_parse_brace_option()
990 opt_arg = tok_end; in ahc_parse_brace_option()
[all …]
H A Daic79xx_osm.c1050 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()
1108 simple_strtol(opt_arg, NULL, 0)); in ahd_parse_brace_option()
1109 opt_arg = tok_end; in ahd_parse_brace_option()
[all …]
/openbmc/qemu/system/
H A Dvl.c880 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ in help() argument
906 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
926 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
927 { option, opt_arg, opt_enum, arch_mask },
/openbmc/linux/fs/reiserfs/
H A Dsuper.c980 char **opt_arg, unsigned long *bit_flags) in reiserfs_getopt() argument
1089 *opt_arg = p; in reiserfs_getopt()