Searched refs:options (Results 476 - 500 of 578) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2842 /* Deal with GNU-style long options. */
4125 /* Process GNU-style long options.
4887 /* Get GNU-style long options. */
5087 options[] =
5105 for (i = 0; i < sizeof (options) / sizeof (options[0]); i++)
5107 const char *name = options[i].name;
5112 grub_strcpy (options[i].var, ti_unescape_string (arg + len));
5117 if (i == sizeof (options) / sizeof (options[
5032 options[] = local
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c2744 if (vd_scsi->options & VD_SCSI_OPT_NORETRY) {
4411 * use "options=ro" when doing an ldm add-vdsdev
6715 vds_do_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, argument
6742 if (!(options & VD_OPT_RDONLY))
6745 if (options & VD_OPT_EXCLUSIVE)
6749 if (options & VD_OPT_SLICE) {
7000 vds_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, argument
7007 if ((status = vds_do_init_vd(vds, id, device_path, options,
7068 * Parse the options of a vds node. Options are defined as an array
7071 * mapping between the bitmask options an
7087 vds_get_options(md_t *md, mde_cookie_t vd_node, uint64_t *options) argument
7222 uint64_t id = 0, ldc_id = 0, options = 0; local
[all...]
H A Dvnet_gen.c3316 attrmsg.options = ldcp->local_hparams.dring_mode;
4575 rp->dring_mode = msg->options;
4599 if ((msg->options & VIO_RX_DRING_DATA) != 0 &&
4607 } else if ((msg->options & VIO_TX_DRING) != 0) {
4628 if (msg->options != lp->dring_mode) {
4642 msg->options = dring_mode;
4718 if (lp->dring_mode != msg->options) {
4722 if ((msg->options & lp->dring_mode) == 0) {
4729 if ((msg->options & (VIO_TX_DRING|VIO_RX_DRING_DATA))
4742 lp->dring_mode = msg->options;
[all...]
H A Dvsw_txdring.c133 mp->options = dp->options;
184 dp->options = VIO_TX_DRING;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c1026 ** Deals with setting all appropriate options.
1421 ** SETSOCKADDROPTIONS -- set options for SOCKADDR (daemon or client)
1424 ** p -- the options line.
1805 ** SETDAEMONOPTIONS -- set options for running the MTA daemon
1808 ** p -- the options line.
1927 ** SETCLIENTOPTIONS -- set options for running the client
1930 ** p -- the options line.
2295 int oldopts = _res.options;
2297 _res.options &= ~(RES_DEFNAMES|RES_DNSRCH);
2304 _res.options
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Dtester278 # <logname> <options>
279 # For each logname listed here, the default options to logadm
772 $options="-a -b moose -c 1h -d 'Fri Nov 2 13:19:55 2001' -e 1k -f 2 one two three";
774 options: $options
785 exec $bindir/optstest $options >std.out 2>std.err
795 $options="-a -b -c 1h -d 'Fri Nov 2 13:19:55 2001' -e 1k -f 2 one two three";
809 $bindir/optstest $options >std.out 2>std.err || exit 0
1176 # <logname> <options>
1177 # For each logname listed here, the default options t
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h467 int options, keystore_handle_t, char *);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c384 if (((pvt->res->options & RES_INIT) == 0U) &&
H A Dhesiod.c500 if (((ctx->res->options & RES_INIT) == 0U) &&
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c544 vm_args.options = vm_opts;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c52 * routeadm options that allow interaction with SMF services. These include:
126 * function can be used for both routing and forwarding options, in the
403 /* Callbacks used to set/retieve routing options */
477 char *key, *nk, *keyend, *val, **vals, *options, *fmri; local
494 * Before processing any options, we parse /etc/inet/routing.conf
710 options = optarg;
711 while (*options != '\0') {
712 opt_index = getsubopt(&options, v_opt, &val);
1811 * routing daemons should place configurable options in that group.
2291 * Now, set the options/variable
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c99 options |= SO_DEBUG;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c2289 uint32_t options; local
2299 /* Get supported options */
2307 options = 0;
2310 options = AAC_MAILBOX_GET(softs, 1);
2315 if ((softs->support_opt == options) &&
2328 softs->support_opt = options;
2331 /* Process supported options */
2332 if ((options & AAC_SUPPORTED_4GB_WINDOW) != 0 &&
2347 if ((options & AAC_SUPPORTED_SGMAP_HOST64) != 0) {
2354 if (options
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h317 uint64_t options; /* options */ member in struct:vd_scsi
357 /* vDisk SCSI options */
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c94 o = 0, /* some -o options given */
121 **o_options = 0,/* undefined lpadmin -o options */
142 ** options() - PARSE COMMAND LINE ARGUMENTS INTO OPTIONS
145 void options (argc, argv) function
180 * These options MAY take a value. Check the value;
219 * These options MUST have a value. Check the value;
226 * These options take numeric values, which might
256 * These options also must have non-null args.
273 * These options can have a null arg.
419 case 'o': /* several different options */
[all...]
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c447 print_l(fdout, HEAD, prbufp->options);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c228 * tcpopt struct and return a bitmask saying which options were found.
406 int options; local
414 options = tcp_parse_options(tcpha, &tcpopt);
418 * for IP or TCP options. This means that it is equal to MTU - minimum
422 if (!(options & TCP_OPT_MSS_PRESENT)) {
439 if (options & TCP_OPT_WSCALE_PRESENT) {
449 if ((options & TCP_OPT_TSTAMP_PRESENT) &&
473 * Process SACK options. If SACK is enabled for this connection,
490 if ((options & TCP_OPT_SACK_OK_PRESENT) &&
693 * that timestamp options ar
2868 int options; local
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c621 /* check options */
749 /* check options */
1225 /* check options */
1614 /* check options */
1877 /* check options */
2090 /* check options */
3061 /* check options */
3206 /* check options */
3246 (void) fprintf(stderr, gettext("-p and -r options are mutually "
3286 /* check options */
5778 share_mount_one(zfs_handle_t *zhp, int op, int flags, char *protocol, boolean_t explicit, const char *options) argument
6039 char *options = NULL; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c1236 mdcmdopts_t options
1254 if ((d.isopen != 0) || ((options & MDCMD_MN_OPEN_CHECK) == 0)) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c133 * This routine turns options on and off
134 * The options "PDicr" are illegal from set command.
150 newflags=ap->sh->options;
172 case 'O': /* shopt options, only in bash mode */
176 case 'o': /* set options */
181 /* print style: -O => shopt options
182 * bash => print unset options also, no heading
383 /* apply new options */
438 shp->options = newflags;
587 * if <mask> is set, only options wit
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c101 * .func process_options - process command line options.
102 * .desc Process the user's command line options. These are of two types:
122 static char *options = "ACD:M:NQR:S:VO:" local
134 while ((opt = getopt(argc, argv, options)) != EOF) {
242 * Validate combinations of options.
251 "no filenames allowed with 'M' or 'S' or 'R' options");
694 * .func process_fileopt - process command line file options.
695 * .desc Process the command line file options and gather the specified files
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c100 #define ENCRYPT_OPTIONS "a:T:K:k:i:o:lv" /* options for encrypt */
102 #define DECRYPT_OPTIONS "a:T:K:k:i:o:lv" /* options for decrypt */
110 char *options; /* command line options */ member in struct:CommandInfo
229 optstr = cmd->options;
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c84 * Returns: the updated options ptr.
99 bcopy(pkttype, pkt->options, 3);
100 return ((uint8_t *)(pkt->options + 3));
116 4, /* number of options requested */
433 * Longest lease, all the options we need.
436 * DHCP OFFER, no class_id, short lease, only some of the options we need.
453 /* Pass one. Scan for options, set appropriate opt field. */
536 * real estate in the packet for options, so
558 * Prefer options that have diskless boot significance
681 * to the options
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java62 // Undocumented configuration options
68 // Undocumented configuration options settable using
81 // Last of all in case configuration options affect the loading
137 // Undocumented configuration options
491 setOptions(Option[] options) throws DTraceException argument
493 for (Option o : options) {
526 case STARTED: // Some options can be set on a running consumer
666 * non-default {@code Thread} options or create the thread in a
668 * yourself, set the desired options on {@code super.createThread()}
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c76 /* Network Cache lookup options */
837 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
844 if (options & CACHE_REFRESH) {

Completed in 189 milliseconds

<<11121314151617181920>>