Searched refs:options (Results 351 - 375 of 578) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c181 int n, ddir, opts = options;
225 install(f->n_name, NULL, 0, options);
543 if (nflag || (options & VERIFY))
572 if (!nflag && !(options & VERIFY))
683 if ((options & VERIFY) || to == NULL)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c109 static const Namval_t options[] = variable
128 * called by stropt() to set options
339 stropt(s, options, sizeof(*options), setopt, NiL);
377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c796 mdchkopts_t options,
805 if (! (options & MDCHK_ALLOW_REPSLICE) &&
822 if (options & MDCHK_ALLOW_MDDB) {
838 if (meta_check_intrans(sp, np, options, slblk, nblks, ep) != 0)
842 if (! (options & MDCHK_ALLOW_HS)) {
793 meta_check_inmeta( mdsetname_t *sp, mdname_t *np, mdchkopts_t options, diskaddr_t slblk, diskaddr_t nblks, md_error_t *ep ) argument
H A Dmeta_getdevs.c484 * options - options from the command line
496 mdprtopts_t options,
537 ((options & PRINT_FAST) ? 1 : 0), ep);
555 ((options & PRINT_FAST) ? 1 : 0), ep);
492 meta_get_names( char *drivername, mdsetname_t *sp, mdnamelist_t **nlpp, mdprtopts_t options, md_error_t *ep ) argument
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c483 if (msp->options & MD_CRO_64BIT) {
520 if (msp->options & MD_CRO_64BIT) {
752 md_create_rec_option_t options; local
809 options = MD_CRO_SOFTPART;
811 options |= MD_CRO_FN;
812 if (mgp->options & MD_CRO_64BIT) {
818 MD_CRO_64BIT | options, setno);
822 MD_CRO_32BIT | options, setno);
840 if (options & MD_CRO_FN)
844 if (mgp->options
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c455 char options[64], *p, *q; local
461 pair->ctag, options, pair->diskqueue);
482 if (lghn && (p = strstr(options, "lghn="))) {
486 /* LINTED p & q limited to options[64] */
1133 (void) strtok(NULL, " "); /* options */
1640 parms.options = RDC_OPT_FORCE_DISABLE;
2892 * sbitmap.type.mode.group.cnode.options.diskq
2920 "sndr.set%d.options", setnumber);
2984 /* perform cluster specific options */
2988 "sndr.set%d.options", setnumbe
3474 int setnumber, options = 0, already_set = 0, cfg_success = 0; local
5371 prompt_user(int flag, int options) argument
[all...]
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c149 scsi_mode_select(ds_scsi_info_t *sip, uchar_t page_code, int options, argument
165 options |= MODE_SELECT_SP;
168 options &= ~MODE_SELECT_SP;
178 page_code, options, buf, buflen,
182 page_code, options, buf, buflen,
191 page_code, options, buf, buflen,
195 page_code, options, buf, buflen,
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c73 Shopt_t options;/* save shell options */ member in struct:subshell
504 sp->options = shp->options;
663 shp->options = sp->options;
688 shp->options = sp->options;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c211 evGetNext(evContext opaqueCtx, evEvent *opaqueEv, int options) { argument
222 x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0);
277 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1)
281 if ((options & EV_POLL) != 0) {
353 if ((options & EV_NULL) != 0)
379 (options & EV_POLL))
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c265 * Add new options here
358 * list of objects, subcommands, valid short options, required flag and
361 * If it's not here, there are no options for that object.
1762 listDiscoveryAddress(int objectLen, char *objects[], cmdOptions_t *options, argument
1778 cmdOptions_t *optionList = options;
1940 listISNSServerAddress(int objectLen, char *objects[], cmdOptions_t *options, argument
1956 cmdOptions_t *optionList = options;
2385 listTarget(int objectLen, char *objects[], cmdOptions_t *options, int *funcRet) argument
2406 cmdOptions_t *optionList = options;
2728 listTargetParam(int operandLen, char *operand[], cmdOptions_t *options, argument
3021 modifyDiscovery(cmdOptions_t *options, int *funcRet) argument
3698 modifyNode(cmdOptions_t *options, int *funcRet) argument
4017 modifyTargetParam(cmdOptions_t *options, char *targetName, int *funcRet) argument
4775 addFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
4801 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
4843 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
4883 removeFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs, int *funcRet) argument
[all...]
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c9 * General skeleton for adding options to the access control language. The
15 * In case of errors, abort options processing and deny access. There are too
34 * such options should clear the "dry_run" flag to inform the caller of this
39 static char sccsid[] = "@(#) options.c 1.17 96/02/11 17:01:31";
81 /* List of functions that implement the options. Add yours here. */
98 /* Structure of the options table. */
137 /* process_options - process access control options */
139 void process_options(options, request)
140 char *options;
150 for (curr_opt = get_field(options); curr_op
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h147 #define value(a) options[a].ovalue
148 #define svalue(a) options[a].osvalue
150 extern struct option options[vi_NOPTS + 1];
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c43 * options 4 Process command line options.
117 } optl[MAXOPTS], /* List of command line options */
127 static void options(int, char **);
143 options(argc, argv);
170 options(int argc, char **argv) /* Process command line options */ function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c69 "BOOTP options extensions path", /* 18 */
137 dp->options[0] == CD_DHCP_TYPE) {
139 "DHCP/BOOTP %s", show_msgtype(dp->options[2]));
199 * Check cookie, process options
211 show_header("DHCP: ", "(Options) field options", len);
213 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) {
232 show_header("DHCP: ", "(File) field options", len);
237 /* sname field used for options */
243 show_header("DHCP: ", "(Sname) field options", len);
249 show_header("DHCP: ", "(File) field options", le
[all...]
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxfmt.c368 case 'o': /* set options */
370 goto options;
531 goto options;
545 options:
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c900 char *prop_template = "target%x-dcd-options";
901 int options; local
981 un->un_dp->options = 0;
1012 * Check for the property target<n>-dcd-options to find the option
1018 options = ddi_prop_get_int(DDI_DEV_T_ANY, devi, DDI_PROP_NOTPROM,
1020 if (options < 0) {
1024 if ((options & DCD_DMA_MODE) == DCD_DMA_MODE) {
1025 un->un_dp->options |= DMA_SUPPORTTED;
1026 un->un_dp->dma_mode = (options >> 3) & 0x03;
1030 un->un_dp->options
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c429 prbufp->options = NULL;
535 * The "undefined" key-value -o options
541 * Need to: set new options, keep old options if not
542 * redefined, remove old options if defined as "key=".
551 prbufp->options = o_options;
553 prbufp->options =
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c190 static void options(void);
248 options(); /* get command line options */
267 initialize(); /* must be done after options() */
309 * Reads and processes the command line options. The -R2, -t, and -i options all
316 options(void) function
406 * Called from options() to convert a baud rate string into an appropriate
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c378 * This entails converting the path and options into the appropriate ioctl
1212 * the protoset holds the defined options so we don't have to read
1729 * smb_parse_optstring(group, options)
1731 * parse a compact option string into individual options. This allows
1736 smb_parse_optstring(sa_group_t group, char *options) argument
1776 strncmp(options, "name=", sizeof ("name=") - 1) == 0 ||
1777 strstr(options, ",name=") != NULL) {
1797 /* We need a copy of options for the next part. */
1798 dup = strdup(options);
2000 * format all the options o
2008 sa_optionset_t options = NULL; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.c79 phandle_t options; local
100 options = OF_finddevice("/options");
101 if (OF_getprop(options, "real-mode?", mode, sizeof(mode)) > 0 &&
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h55 * Command options.
57 * Some of the options are provided for testing purpose and
95 * . parse the command and its options.
116 char *options; member in struct:__anon2411
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c87 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h43 /* options */
131 Shopt_t options; /* set -o options */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h89 char *options; member in struct:share_list
106 char *nml_mntopts; /* mount options */
510 * char *mntopts - The mount options
650 * opt parameter to have the "=" character appended when searching for options
703 * char * - options string to be parsed.
870 * Description: Retrieves the share options from the dfstab
875 * options from.
878 * Returns the string containing the share options.
879 * A NULL value indicates that no options were specified in the dfstab entry.
946 * char *options
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c121 char *p, *tmp_ptr, *options, *value, delim; local
190 options = optarg;
191 while (*options != '\0') {
209 switch (getsubopt(&options, traceopts,

Completed in 152 milliseconds

<<11121314151617181920>>