Searched refs:options (Results 326 - 350 of 578) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgmount.c47 extern int getvol(char *device, char *label, int options, char *prompt);
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c176 " -o option[,option]: options are\n"
193 char *options, *value; local
205 /* options */
208 case 'o': /* options */
209 options = optarg;
210 while (*options != '\0') {
211 subopt = getsubopt(&options, suboptstr, &value);
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c93 static char options[30], fopt[30]; variable
125 * Process options with arguments and pack options
184 * Check for repeated options. To make sure
185 * that options[30] does not overflow.
187 if (strchr(options, ccc) == NULL)
188 (void) strncat(options, &ccc, 1);
229 if (strlen(options) == 0)
230 (void) strcpy(options, "u");
233 * "A" means all data options
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dmodify.c128 "q:(mapper-options)"
527 plc.mapper.options = get_string(optarg_av, &rv);
638 ((plc.mapper.options != NULL || oplc.mapper.options != NULL) &&
642 gettext("Error in mapper input options\n"));
649 if (flags & KC_MAPPER_OPTIONS && plc.mapper.options != NULL)
650 free(plc.mapper.options);
667 if (oplc.mapper.options != NULL)
668 free(oplc.mapper.options);
669 oplc.mapper.options
[all...]
H A Dlist.c170 (void) printf(gettext("Mapper options: %s\n"),
171 plc->mapper.options ? plc->mapper.options : "<null>");
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DMakefile14 lcp.o magic.o main.o options.o sys-solaris.o upap.o utils.o \
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c95 int8_t *options = NULL; local
119 * UDFS specific options
121 options = optarg;
122 while (*options != '\0') {
123 switch (getsubopt(&options, labelit_subopts,
234 "udfs usage: labelit [-F udfs] [generic options] "
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1376 * device in the system in a single place if needed (via options.conf),
1379 * options node.
1415 * The 'device-type-scsi-options' mechanism can be used to establish a device
1418 * array "device-type-scsi-options" definition. A bcmp of the vendor info is
1421 * device-type-scsi-options-list =
1422 * "FOOLCO Special x1000", "foolco-scsi-options",
1423 * "FOOLCO Special y1000", "foolco-scsi-options";
1424 * foolco-scsi-options = 0xXXXXXXXX;
1428 struct scsi_device *devp, int options)
1433 "device-type-scsi-options
1427 scsi_get_device_type_scsi_options(dev_info_t *dip, struct scsi_device *devp, int options) argument
1457 int options = -1; local
1492 int options; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h76 t_scalar_t options; /* size of protocol options */ member in struct:t_info
103 * t_bind - format of the address and options arguments of bind
112 * options management
133 struct netbuf opt; /* options */
143 struct netbuf opt; /* options */
152 struct netbuf opt; /* options */
173 #define T_OPT 0x02 /* options */
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.c102 options (argc, argv); /* process command line options */
104 chkopts (); /* check for legality of options */
/illumos-gate/usr/src/lib/libresolv/
H A Dres_gethost.c170 if (_res.options & RES_DEBUG)
200 if (_res.options & RES_DEBUG)
256 if (_res.options & RES_DEBUG)
289 if (_res.options & RES_DEBUG)
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c49 (void) printf(gettext("usage: sharectl <subcommand> [<options>]\n"));
124 struct options *optlist = NULL;
213 struct options *opt;
268 struct options *optlist = NULL;
322 struct options *opt;
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c448 * properties for as part of parsing legacy options.
483 * The security options of ro/rw/root/uidmap/gidmap
565 * invalid_security(options)
571 invalid_security(char *options) argument
576 copy = strdup(options);
606 * nfs_parse_legacy_options(group, options)
608 * Parse the old style options into internal format and store on the
613 nfs_parse_legacy_options(sa_group_t group, char *options) argument
635 * to compare options in order to detect errors. For
646 if (strcmp(options, SHOPT_R
1439 sa_optionset_t options = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe_ioctl.c116 if (params->options & MDIOCTL_DRYRUN) {
173 if (msp->options & MD_CRO_64BIT) {
207 if (msp->options & MD_CRO_64BIT) {
410 md_create_rec_option_t options; local
479 options = MD_CRO_STRIPE;
481 options |= MD_CRO_FN;
482 if (mgp->options & MD_CRO_64BIT) {
488 MD_CRO_64BIT | options, setno);
492 MD_CRO_32BIT | options, setno);
520 if (options
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dbash.c51 "[O]:?[shopt_option?\ashopt_option\a is one of the shell options accepted by "
54 "not supplied, the names and values of the shell options accepted by "
75 "behavior. With no options, or with the \b-p\b option, a list of all "
76 "settable options is displayed, with an indication of whether or not "
88 "display is limited to those options which are set or unset.]"
89 "[+?\bshopt\b supports all bash options. Some settings do not have any effect "
142 "[+?The return status when listing options is zero if all \aoptnames\a "
143 "are enabled, non-zero otherwise. When setting or unsetting options, "
194 Shopt_t newflags=shp->options, opt;
213 errormsg(SH_DICT,ERROR_ERROR,"cannot set and unset options simultaneousl
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c251 unsigned long options, struct lextiof_session_private *sessionarg,
278 * Determine if secure option is set. Also, clear secure bit in options
282 if ( 0 != ( options & LDAP_X_EXTIOF_OPT_SECURE )) {
284 options &= ~LDAP_X_EXTIOF_OPT_SECURE;
306 timeout, options, sessionarg, socketargp
455 unsigned long options, struct lextiof_session_private *sessionarg,
458 return( do_ldapssl_connect( hostlist, defport, timeout, options,
465 unsigned long options, struct lextiof_session_private *sessionarg,
468 return( do_ldapssl_connect( hostlist, defport, timeout, options,
250 do_ldapssl_connect(const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp, int clientauth ) argument
454 ldapssl_connect(const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp ) argument
464 ldapssl_clientauth_connect(const char *hostlist, int defport, int timeout, unsigned long options, struct lextiof_session_private *sessionarg, struct lextiof_socket_private **socketargp ) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.c227 value(vi_WINDOW) = options[vi_WINDOW].odefault = l - 1;
230 value(vi_SCROLL) = options[vi_SCROLL].odefault =
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c162 struct options { struct
167 static struct options options[] = { variable in typeref:struct:options
656 * Process any options included by the client in the request packet.
668 * null padding appended to requests which don't include options.
694 for (i = 0; options[i].opt_name != NULL; i++) {
695 if (strcasecmp(optname, options[i].opt_name) == 0)
698 if (options[i].opt_name != NULL) {
699 ostr = options[i].opt_handler(opcode, optval, &errcode);
701 cp += strlcpy(cp, options[
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c709 chk_opt(struct options *optlistp, int security, char *proto)
711 struct options *optlist;
766 free_opt(struct options *optlist)
768 struct options *nextopt;
781 valid_options(sa_handle_t handle, struct options *optlist, char *proto,
785 struct options *cur;
816 * Add the options in optlist to an optionset and then add the optionset
823 add_optionset(sa_group_t group, struct options *optlist, char *proto, int *err)
1195 struct options *optlist = NULL;
1326 /* check options, i
5431 char *options = NULL; local
5718 char *options = NULL; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c55 dbg_setup(const char *options, Dbg_desc *dbp) argument
80 if (Dbg_setup(DBG_CALLER_RTLD, options, dbp, &ofile) == 0)
/illumos-gate/usr/src/cmd/sort/
H A DMakefile.com29 # sort provides a number of debugging options to simplify failure analysis.
36 # invoke builds invoke binaries (allows inspection of options
57 options.o \
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h225 int options; /* RDC_OPT_XXX */ member in struct:rdc_config
233 int32_t options; /* RDC_OPT_XXX */ member in struct:rdc_config32
339 * Config ioctl options
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h72 uint16_t options; /* diag loop-back options */ member in struct:ifp_lb_frame_cmd
88 uint16_t options; /* diag loop-back options */ member in struct:ifp_lb_frame_cmd32
102 /* defines for options field */
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1257 if (((un->un_dp->options & ST_UNLOADABLE) == 0) ||
1899 dp->options |= ST_AUTODEN_OVERRIDE;
1909 un->un_init_options = dp->options;
1911 /* setup operation time-outs based on options */
1942 if (dp->options & ST_VARIABLE) {
1970 ST_VALID_OPTS, 0, ST_VALID_OPTS, "options",
2166 * bsize, options, # of densities, density1,
2204 dp->options = *data_ptr++;
2205 dp->options |= ST_DYNAMIC;
2313 un->un_dp->options |
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c94 mdnamelist_t **nlpp, int options, md_error_t *ep);
98 mdnamelist_t **nlpp, int options, md_error_t *ep);
102 mdnamelist_t **nlpp, int options, md_error_t *ep);
106 mdnamelist_t **nlpp, int options, md_error_t *ep);
108 mdnamelist_t **nlpp, int options, md_error_t *ep);

Completed in 109 milliseconds

<<11121314151617181920>>