Searched refs:options (Results 301 - 325 of 578) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_012_pos.ksh56 set -A options "" "-R $ALTER_ROOT"
132 while ((j < ${#options[*]})); do
169 ${options[j]} $target
176 ${devs[i]} ${options[j]} \
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c67 long options; /* uncoupled flags */ member in struct:proto
702 if ((proto->options & REGULAR) && n < proto->iz)
999 if ((proto->options & EXTERNALIZE) && !strncmp(proto->tp, "static", 6))
2120 * options !=0 additional notice name=value pairs, space or ; separated
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2190 if (m) proto->options |= REGULAR;
2194 notice = options = 0;
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2254 notice = options = 0;
2276 if (notice || options)
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh396 options=ab:c
399 while getopts $options opt
401 a|c) [[ $OPTARG ]] && err_exit "getopts $options \$OPTARG for flag $opt failed, expected \"\", got \"$OPTARG\"" ;;
402 b) [[ $OPTARG == $optarg ]] || err_exit "getopts $options \$OPTARG failed -- \"$optarg\" expected, got \"$OPTARG\"" ;;
403 *) err_exit "getopts $options failed -- got flag $opt" ;;
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c30 * VNTSD takes the following options:
259 * print out valid command line options
374 /* get CLI options */
379 vntsdp->options |= VNTSD_OPT_DAEMON_OFF;
411 vntsdp->options |= VNTSD_OPT_AUTH_CHECK;
430 } else if ((vntsdp->options & VNTSD_OPT_AUTH_CHECK) != 0) {
447 D3(stderr, "options = %llx, instance = %s, listen = %s\n",
448 vntsdp->options, vntsdp->devinst,
473 if ((vntsdp->options & VNTSD_OPT_DAEMON_OFF) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y56 %type <intval> OPTION, options
121 cmd: INSTALL options opt_namelist SM = {
124 $1->sc_options = $2 | options;
169 options: /* VOID */ = { label
172 | options OPTION = {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c371 printf (" options = '%s'\n", line_elements[4]);
420 * We allow uid 0 to actually ensure that Unmount(options=["lazy"], "/dev/blah") works from addon-storage.
683 } else if (strcmp (privilege, "hal-storage-removable-mount-all-options") == 0) {
687 } else if (strcmp (privilege, "hal-storage-fixed-mount-all-options") == 0) {
704 const char *device, const char *options)
723 event->adt_attach.options = (char *)options;
729 event->adt_detach.options = (char *)options;
702 audit_volume(const adt_export_data_t *imported_state, au_event_t event_id, int result, const char *auth_used, const char *mount_point, const char *device, const char *options) argument
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c489 cups_option_t *options; local
497 if ((options = dest->options) == NULL) {
503 name = options[i].name;
504 value = options[i].value;
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c568 char options[MAXPATHLEN] = { 0 }; local
588 options[0] = '\0';
594 (void) snprintf(options, sizeof (options),
597 (void) snprintf(options, sizeof (options),
600 if (strlen(options) != 0) {
601 (void) strlcat(options, ",Readonly",
602 sizeof (options));
604 (void) snprintf(options, sizeo
[all...]
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c585 * Set bus private options on the hotplug connection
589 hp_set_private(hp_node_t node, const char *options, char **resultsp) argument
598 i_hp_dprintf("hp_set_private: node=%p, options=%p, resultsp=%p\n",
599 (void *)node, (void *)options, (void *)resultsp);
602 if ((node == NULL) || (options == NULL) || (resultsp == NULL)) {
622 options, 0)) == NULL)
645 * Get bus private options on the hotplug connection
649 hp_get_private(hp_node_t node, const char *options, char **resultsp) argument
658 i_hp_dprintf("hp_get_private: node=%p, options=%p, resultsp=%p\n",
659 (void *)node, (void *)options, (voi
1279 i_hp_set_args(hp_cmd_t cmd, const char *path, const char *connection, uint_t flags, const char *options, int state) argument
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c435 parms.options = 0;
440 parms.options |= RDC_OPT_ASYNC;
442 parms.options |= RDC_OPT_SYNC;
455 parms.options |= RDC_OPT_PRIMARY;
460 parms.options |= RDC_OPT_SECONDARY;
472 parms.options |= RDC_OPT_PRIMARY;
476 parms.options |= RDC_OPT_SECONDARY;
502 program, rdc_decode_flag(flag, parms.options),
509 parms.options));
513 program, rdc_decode_flag(flag, parms.options),
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mh.c246 args.options |= MHD_PARTIAL_SET;
249 args.options |= MHD_SERIAL;
368 args.options |= MHD_PARTIAL_SET;
371 args.options |= MHD_SERIAL;
474 args.options |= MHD_PARTIAL_SET;
477 args.options |= MHD_SERIAL;
783 int options,
780 meta_get_drive_names( mdsetname_t *sp, mddrivenamelist_t **dnlpp, int options, md_error_t *ep ) argument
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c54 int timeout, unsigned long options,
299 PRNetAddr *addrp, int port, int timeout, unsigned long options )
317 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_NONBLOCKING )) {
375 unsigned long options, struct lextiof_session_private *sessionarg,
394 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_SECURE )) {
421 timeout, options );
431 timeout, options );
374 prldap_connect( const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp , void **dhost ) argument
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c51 "usage: %s [-s setname] -a [options] mddbnnn\n"
52 " %s [-s setname] -a [options] device ...\n"
53 " %s [-s setname] -d [options] mddbnnn\n"
54 " %s [-s setname] -d [options] device ...\n"
56 " %s -p [options] [ mddb.cf-file ]\n"
57 "options:\n"
251 uint_t options,
417 options |= MDCHK_SET_LOCKED;
439 options |= MDCHK_SET_FORCE;
469 rval = meta_db_attach(sp, dbnlp, options, NUL
246 chngdb( mdsetname_t *sp, enum mddb_cmd cmd, int argc, char *argv[], uint_t options, md_error_t *ep ) argument
636 mdchkopts_t options = 0; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c361 if (tTd(8, 8) || _res.options & RES_DEBUG)
659 int saveopts = _res.options;
671 _res.options &= ~(RES_DNSRCH|RES_DEFNAMES);
673 _res.options = saveopts;
817 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
858 if (n >= 0 && *--cp != '.' && bitset(RES_DNSRCH, _res.options))
866 else if (n == 0 && bitset(RES_DEFNAMES, _res.options))
H A Dsm_resolve.c403 old_options = _res.options;
404 _res.options |= RES_DEBUG;
423 _res.options = old_options;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c418 ber_alloc_t( int options )
431 if ( options & LBER_USE_DER ) {
432 options &= ~LBER_USE_DER;
433 options |= LBER_OPT_USE_DER;
437 ber->ber_options = options;
478 ber_init_w_nullchar( BerElement *ber, int options )
487 if ( options & LBER_USE_DER ) {
488 options &= ~LBER_USE_DER;
489 options |= LBER_OPT_USE_DER;
492 ber->ber_options = options;
[all...]
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c137 * Add new options here
800 * flag - options from the subcommand
1218 * flag - user options
2531 * isnsadm list-node [options] [<node name>, ...]
2535 * options - pointer to option list from user
2541 list_node_func(int operandLen, char *operand[], cmdOptions_t *options, argument
2545 cmdOptions_t *optionList = options;
2662 * isnsadm list-dd [options] [<dd name>, ...]
2666 * options - pointer to option list from user
2672 list_dd_func(int operandLen, char *operand[], cmdOptions_t *options, argument
2783 list_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
2900 create_dd_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
2966 create_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3034 modify_dd_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3171 modify_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3305 add_node_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3371 add_dd_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3438 remove_node_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3505 remove_dd_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3571 delete_dd_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3638 delete_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3762 enable_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3782 disable_ddset_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
3802 show_config_func(int operandLen, char *operand[], cmdOptions_t *options, void *addarg) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c579 int options; local
680 /* options = 0x40; */ /* 10mbps half duplex... */
681 options = 0x00; /* Autosense */
701 if (options != 0) {
703 ((options & 0x20) ? 0x2000 : 0) | /* 100mbps? */
704 ((options & 0x10) ? 0x0100 : 0)); /* Full duplex? */
715 confcmd.data[19] = (options & 0x10) ? 0xC0 : 0x80;
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c227 uint64_t options = 0; local
286 options |= LOWER_H;
296 options |= UPPER_C;
305 options |= LOWER_C;
314 options |= LOWER_D;
323 options |= LOWER_L;
333 options |= UPPER_F;
343 options |= LOWER_A;
353 options |= LOWER_P;
361 options |
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h35 #include "FEATURE/options"
261 /* low numbered states are same as options */
274 #define SH_PREINIT 18 /* set with SH_INIT before parsing options */
306 * define for all the bash options
417 #define sh_isoption(x) is_option(&sh.options,x)
418 #define sh_onoption(x) on_option(&sh.options,x)
419 #define sh_offoption(x) off_option(&sh.options,x)
437 #define PRINT_ALL 0x02 /* list unset options too */
440 #define PRINT_TABLE 0x10 /* table of all options */
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c74 "q:(mapper-options)"
405 plc.mapper.options = get_string(optarg_av, &rv);
406 if (plc.mapper.options == NULL) {
408 gettext("Error mapper-options "
502 * mutually exclusive. Also, you cannot set options only, you need the
509 (plc.mapper.options != NULL && plc.mapper.mapname == NULL &&
512 gettext("Error in mapper input options\n"));
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c55 static const Namval_t options[] = variable
385 * set the options
388 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c96 * the prologue, which is where they belong. If they're changed (by options), an
100 * other options.
156 static void options(void);
262 options(); /* handle the command line options */
278 options(void) function
287 * Reads and processes the command line options. Added the -P option so arbitrary
289 * definitions in the prologue for which options have not been defined.
445 } /* End of options */
465 * Called from options() t
[all...]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk11 # BCC C Compiler and options for use in building executables that
21 # THREADLIB Specify any extra linker options needed to make the library
24 # OPTS Extra compiler command-line options.
29 # TCC C Compiler and options for use in building executables that
36 # TCL_FLAGS Extra compiler options needed for programs that use the
39 # LIBTCL Linker options needed to link against the TCL library.
41 # READLINE_FLAGS Compiler options needed for programs that use the
44 # LIBREADLINE Linker options needed by programs using readline() must
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c101 info->options = infoackp->OPT_size;

Completed in 86 milliseconds

<<11121314151617181920>>