Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 644) sorted by path

12345678910>>...26

/illumos-gate/exception_lists/
H A Dcopyright379 usr/src/lib/krb5/ss/options.c
H A Dcstyle637 usr/src/lib/krb5/ss/options.c
/illumos-gate/usr/src/boot/common/
H A Dboot.c303 char lbuf[128], *cp, *ep, *dev, *fstyp, *options; in getrootmount() local
365 options = strdup(ep); in getrootmount()
379 setenv("vfs.root.mountfrom.options", options, 0); in getrootmount()
381 free(options); in getrootmount()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th242 free-module-options
244 s" acpi-user-options" unsetenv
H A Dloader.4th74 \ the boot-args was parsed to individual options while loaded
89 s" acpi-user-options" getenv dup -1 <> if
100 \ boot-addr may have file name before options, copy it to addr
104 dup 0= if \ no options, copy all
202 s" B acpi-user-options=" dup -rot ( len addr len )
287 \ -B acpi-user-options=X to acpi-user-options=X
313 2dup \ save "-B ...." in case options is empty
360 \ its options string "option1,option2,... -..."
361 \ cut acpi-user-options=xxx and restart the parser
366 dup 18 s" acpi-user-options=" compare 0= if \ matched
[all …]
H A Dmenu-commands.4th340 s" acpi-user-options" getenv dup -1 <> if
363 s" acpi-user-options" unsetenv
371 s" acpi-user-options" setenv
468 s" acpi-user-options" unsetenv
522 free-module-options
H A Dmenu.4th247 \ illumos kernel acpi-user-options has following values:
293 \ kmdb options are as follows
297 \ 3 - boot with -k and -d options
370 \ Print our menu options with respective key/variable associations.
431 \ Set $acpi-user-options
H A Dmenu.rc104 set menuset_name2="options"
H A Dmenusets.4th545 s" set var=options" evaluate
627 s" set var=options" evaluate menuset-unloadmenuvar
H A Dsupport.4th120 \ Module options linked list
1128 : show-module-options
1151 : free-module-options
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c83 static char options[] = "Ipa:f:"; in main() local
100 while ((c = getopt(argc, argv, options)) != EOF) { in main()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs27 mode ndbm nl_types omitted options preroot prog \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/lib/libast/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/lib/libast/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/lib/libast/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/lib/libast/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.defs24 FEATURES= cmds dynamic externs locale math options poll rlimits setjmp \
58 data/options.o \
H A DMakefile.tests60 tests/options.sh \
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/cmd/ksh93/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests14 /opt/ksh93-tests/shtests <options> <varname=value> <testmodule>
16 By default, with no <options>, each test is run three times:
22 <options> may be:
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/cmd/ksh93/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/cmd/ksh93/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Doptions1 /* : : generated from contrib/ast/src/cmd/ksh93/features/options by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl60 my %options;
61 $options{'classFilter'} = $opt{c}; # filter on this class
63 $options{'eventFilter'} = $opt{e}; # filter on this event
65 $options{'idFilter'} = $opt{i}; # filter on this id
74 $parse = new Sun::Solaris::BSM::_BSMparse($debug, \%options);
108 if (defined $options{'classFilter'}) {
111 foreach (split(/\s*,\s*/, $options{'classFilter'})) {
H A Dmkmsg.pl56 my %options;
57 $options{'classFilter'} = ''; # don''t filter
59 $options{'eventFilter'} = ''; # don''t filter
60 $options{'idFilter'} = ''; # don''t filter
62 $parse = new Sun::Solaris::BSM::_BSMparse($debug, \%options, './',

12345678910>>...26