Searched refs:options (Results 426 - 450 of 578) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.h35 * This module initializes vnts daemon, process user options such as instance
204 /* vntsd options */
321 uint64_t options; /* daemon options */ member in struct:vntsd
/illumos-gate/usr/src/head/
H A Dlber.h206 LDAP_API(BerElement*) LDAP_CALL ber_alloc_t(int options);
H A Dxti.h42 * Include XTI interface level options management declarations
71 * TBADOPT 2 Incorrect options format
265 t_scalar_t options; /* max size of protocol options */ member in struct:t_info
306 * t_bind - format of the addres and options arguments of bind
315 * options management
336 struct netbuf opt; /* options */
346 struct netbuf opt; /* options */
355 struct netbuf opt; /* options */
376 #define T_OPT 0x02 /* options */
[all...]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c43 static struct options { struct
61 static const struct options *opts = (const struct options *)&__options;
101 struct options *opts = &__options;
685 * Translate the incoming options into actions, and get the
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c597 char **options = NULL; local
609 DBUS_TYPE_ARRAY, DBUS_TYPE_STRING, &options, num_options,
642 char **options = NULL; local
656 DBUS_TYPE_ARRAY, DBUS_TYPE_STRING, &options, num_options,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c490 ** options -- options
519 inittls(ctx, req, options, srv, certfile, keyfile, cacertpath, cacertfile, dhparam)
522 long options;
939 options &= ~SSL_OP_TLS_BLOCK_PADDING_BUG;
942 SSL_CTX_set_options(*ctx, options);
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c386 char *options = optarg, *value; local
389 while ((value = (char *)strtok(options, ",=")) != NULL) {
414 if (options != NULL)
415 options = NULL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c74 * The other options can all be given after one '-', or each can have its
1456 char *options, *value; local
1470 options = cp;
1471 while (*options != '\0')
1472 switch (getsubopt(&options, termopts, &value)) {
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c75 static int get_fileopts(char *options);
157 /* illegal options */
1227 get_fileopts(char *options) argument
1233 if (files = strtok(options, ",")) {
1269 (void) strlcpy(filelist[0], options, strlen(files) + 1);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c162 char *options, *value; local
275 options = optarg;
276 while (*options != '\0') {
277 d = getsubopt(&options, cache_options, &value);
/illumos-gate/usr/src/cmd/sh/
H A Dargs.c95 options(int argc, unsigned char **argv) function
107 * if first argument is "--" then options are not
H A Dbltin.c280 cnt = options(argc, argv);
H A Dmain.c171 * look for options
174 dolc = options(c, v);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c114 static void options(int argc, char **argv);
186 /* set the environment options */
187 options(envc, envv);
189 /* set the command line options */
190 options(argc, argv);
242 /* override these command line options */
246 /* see if there are options in the database */
613 options(int argc, char **argv) function
637 case '-': /* end of options */
822 "-i \"file\" Read any -I, -p, -q, and -T options an
[all...]
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kopen.c251 ntiptr->tp_info.options = _t_setsize(inforeq.OPT_size);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c379 astlicense(char* p, int size, char* file, char* options, int cc1, int cc2, int cc3) argument
424 else if (!options)
428 s = options;
429 options = 0;
661 if (!options || !*(s = options))
663 options = 0;
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c192 if (msp->options & MD_CRO_64BIT) {
228 if (msp->options & MD_CRO_64BIT) {
744 if ((params->options & MDIOCTL_DRYRUN) == 0) {
748 } else if ((params->options & MDIOCTL_DRYRUN) == 0) {
767 if (params->options & MDIOCTL_DRYRUN) {
827 if (!(params->options & MDIOCTL_DRYRUN))
862 uint_t options; local
872 options = att->options;
929 if (options
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h259 uint32_t options; /* dring options (mode) */ member in struct:dring_info
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h370 char options; /* drive options */ member in struct:dcd_drivetype
377 * The options values
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c275 ppp = &(prp->options);
/illumos-gate/usr/src/uts/common/sys/
H A Dmtio.h141 int options; /* Drive options */ member in struct:mtdrivetype
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile81 JFLAGS += -Xlint:all,-rawtypes,-options
/illumos-gate/usr/src/lib/libresolv/
H A Dres_init.c73 RES_DEFAULT, /* options flags */
302 _res.options |= RES_INIT;
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c97 typedef enum {root, options} prom_node_t; enumerator in enum:__anon32
212 * Process options
796 if (get_prom(prom_fd, options, "#power-cycles",
823 if (get_prom(prom_fd, options, "system-board-date",
1090 * Gets the value of a prom property at either root or options node. It
1147 case options:
1161 logerror("Only root node and options node are supported.\n");
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c747 phandle_t aliases, options; local
759 options = OF_finddevice("/options");
760 len = OF_getproplen(options, "boot-device");
766 if (OF_getprop(options, "boot-device", bdev, len) <= 0)

Completed in 93 milliseconds

<<11121314151617181920>>