Home
last modified time | relevance | path

Searched refs:option (Results 251 – 275 of 1227) sorted by relevance

1...<<11121314151617181920>>...50

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c64 invalid_closetray_option (const char *option, const char *uid) in invalid_closetray_option() argument
67 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_closetray_option()
H A Dhal-storage-unmount.c68 invalid_unmount_option (const char *option, const char *uid) in invalid_unmount_option() argument
71 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_unmount_option()
H A Dhal-storage-eject.c66 invalid_eject_option (const char *option, const char *uid) in invalid_eject_option() argument
69 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_eject_option()
/illumos-gate/usr/src/grub/grub-0.97/
H A Daclocal.m420 # the Free Software Foundation; either version 2, or (at your option)
51 # the Free Software Foundation; either version 2, or (at your option)
115 # the Free Software Foundation; either version 2, or (at your option)
159 # the Free Software Foundation; either version 2, or (at your option)
270 # that says an option was ignored or not supported.
272 # icc: Command line warning: ignoring option '-M'; no argument required
274 # icc: Command line remark: option '-MP' not supported
275 if (grep 'ignoring option' conftest.err ||
327 # the Free Software Foundation; either version 2, or (at your option)
409 # the Free Software Foundation; either version 2, or (at your option)
[all …]
H A DINSTALL37 forget to specify the option `--enable-maintainer-mode' when running the
127 installation prefix by giving `configure' the option `--prefix=PATH'.
131 you give `configure' the option `--exec-prefix=PATH', the package will
142 the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
193 it is a good idea to specify this option.
234 search by default, use this option.
247 option is useful for GRUB developers, as you can test the
261 Don't pass the "mem=" option automatically, when booting Linux.
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcall.c254 if (pp.option & KEYARGS) in ppcall()
268 if (pp.option & KEYARGS) in ppcall()
338 if (pp.option & KEYARGS) in ppcall()
403 if (!(pp.option & KEYARGS)) in ppcall()
435 else if (!(pp.state & HEADER) || (pp.option & HEADEREXPANDALL) || pp.in->type != IN_COPY) in ppcall()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME25 translators, is the addition of the -r option that controls how carriage returns
27 returns. The two other choices are to return to column 1 (-r1 option) or treat
28 carriage returns as newlines (-r2 option). You can modify the default behavior by
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c182 getsockopt(int s, int level, int option, void *optval, socklen_t *optlen) in getsockopt() argument
192 switch (option) { in getsockopt()
252 switch (option) { in getsockopt()
304 setsockopt(int s, int level, int option, const void *optval, socklen_t optlen) in setsockopt() argument
314 switch (option) { in setsockopt()
348 level, option, optval, optlen); in setsockopt()
359 level, option, optval, optlen); in setsockopt()
369 level, option, optval, optlen); in setsockopt()
382 switch (option) { in setsockopt()
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py139 def append_with_opt(option, opt, value, parser): argument
141 getattr(parser.values, option.dest).append((opt, value))
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news90 7. ctags (used in conjunction with -t option and ":ta") now
130 9.*"novice" option can now be set or unset properly.
161 23.*new set option "modelines" (abbreviated "ml") created to prevent
180 A new option "showmode" (smd) causes input mode to be indicated
210 A new command line option "-V" (verbose) is useful for
213 A new boolean set option "flash" allows you to control whether
218 The "open" boolean option has been deleted. Ex will no longer
269 that the nomesg option is intended for your EXINIT, since it only
338 The "directory" option, which has been broken for over
361 The "remap" option failed completely if it was turned off.
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpathd.dfl31 # Failback is enabled by default. To disable failback turn off this option
36 # are tracked. Turn off this option to track all network interfaces
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DREADME28 addition all the translators understand the -P option that lets you pass
29 arbitrary PostScript through to the output file. The option can be useful if
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c309 krb5_data option; local
761 TREAD_INT16(ptr, option.length, bigend);
765 if (i < option.length || option.length < 0) {
774 TREAD_STR(ptr, ptr2, option.length);
775 option.data = (char *) ptr2;
777 i -= option.length;
786 code = rd_and_store_for_creds(context, auth_context, &option,
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml980 my $option = $extEntry->getAttr('opt');
981 next if ($option eq 'none');
984 $option = 'Trusted Solaris only'
987 $option .= " (format: $format)" if $format;
1019 $line .= "$primitive\t$dereference$id[$i];\t/* $option */";
1029 $line .= "enum ${pfx_adt}_$dataType" . "\t$entryId;\t/* $option */";
1032 $line .= "time_t\t$entryId;\t/* $option */";
1038 $line .= "$primitive\t$dereference$entryId;\t/* $option */";
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh150 die "option requires an argument -- $OPTARG"
153 die "illegal option -- $OPTARG"
182 echo "\t-o set fmd(8) option to specified value during simulation"
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c49 int api_semantics, boolean_t option);
264 boolean_t option) in _alloc_buf() argument
279 } else if (option) { /* TX_TLI_API */ in _alloc_buf()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh200 for option in -R -rR ; do
202 log_must zfs destroy $option $FSSNAP
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A DREADME26 special map file (which can be selected using the -m option). See example.map
30 -m option.
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c811 tandem(char *option) in tandem() argument
816 if (equal(option, "on")) { in tandem()
833 hardwareflow(char *option) in hardwareflow() argument
838 if (equal(option, "on")) { in hardwareflow()
850 intr(char *option) in intr() argument
853 if (equal(option, "on")) in intr()
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DREADME52 - Use the '-a' option to the zfstest script and all unused disks on
63 When the '-q' option is specified, it is passed to run(1) which causes output
70 specify a custom runfile, use the -c option:
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab177 # Site option example:
178 # The following option describes an option named ipPairs, that is in
180 # It is option code 132, which is of type IP Address, consisting of
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c758 optmsg(int option, char *option_arg) in optmsg() argument
762 "nl: invalid option (-%c %s)\n"), option, option_arg); in optmsg()
770 optmsg(char *option) in optmsg() argument
772 (void) fprintf(stderr, gettext("nl: invalid option (%s)\n"), option); in optmsg()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME26 in /usr/lib/font/devpost. You can point troff there using the -Tpost option, while
28 printer using postio (with the -t option) and the files that you'll find in
65 can be built by hand or you can use postio (with the -t option) and the stuff
132 the -Taps option. In addition dpost must use level 2 encoding. A command line
137 where aps.ps is additional PostScript code (pulled in using the -C option) that
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.zerobuf.d36 #pragma D option bufsize=0
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/probes/
H A Derr.D_PDESC_ZERO.probestar.d38 #pragma D option quiet

1...<<11121314151617181920>>...50