Searched defs:options (Results 176 - 200 of 329) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c134 if (net_data->res->options & RES_USE_INET6) {
207 (net_data->res->options & RES_USE_INET6) == 0U)
279 u_long options; local
326 options = net_data->res->options;
327 net_data->res->options &= ~RES_USE_INET6;
354 net_data->res->options = options;
1036 if (af == AF_INET && (net_data->res->options & RES_USE_INET6) != 0U) {
1076 old_options = net_data->res->options;
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c613 idtype_t idtype, id_t id, siginfo_t *infop, int options)
617 err = __systemcall(rval, SYS_waitid + 1024, idtype, id, infop, options);
612 s10_waitid(sysret_t *rval, idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c78 /* Flags set, if corres. cmd line options are turned on */
103 static int options; variable
262 /* Handle legacy synopsis "rsh hostname options [command]". */
319 options |= SO_DEBUG;
363 * On the lines of the -L, -w, -e and -8 options above, we
458 * Get our local realm to look up local realm options.
482 * overriding the command line options.
665 if (options & SO_DEBUG) {
/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,
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c66 static uint64_t options; variable
119 "exercise the -[GIgied] options\n"), command);
195 options |= flag;
197 options &= ~flag;
236 "%s: -[GIgied] and -[Pp] options are mutually exclusive\n"),
242 "%s: -[GIgied] options cannot have a process-id list\n"),
270 if ((options = core_get_options()) == -1) {
304 (options & CC_GLOBAL_PATH)? "enabled" : "disabled");
306 (options & CC_PROCESS_PATH)? "enabled" : "disabled");
308 (options
[all...]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c52 static struct options { struct
84 static const struct options *opts = (const struct options *)&__options;
119 struct options *opts = &__options;
503 * More than one set is in use (multiple -c options
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/fcinfo/
H A Dfcinfo-list.c364 * flags - represents options passed in by the user
598 * options - any options specified by the caller
605 fc_util_list_remoteport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
618 for (; options->optval; options++) {
619 if (options->optval == 'p') {
620 sscanf(options->optarg, "%016llx",
622 } else if (options->optval == 's') {
624 } else if (options
721 fc_util_list_hbaport(int wwnCount, char **wwn_argv, cmdOptions_t *options) argument
1258 fc_util_list_logicalunit(int luCount, char **luArgv, cmdOptions_t *options) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c56 options++; \
76 int options = 0; variable
314 if ((sanity) && (options > 1)) {
/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/common/
H A Dkcmd.c105 krb5_flags options = authopts; local
370 if (options & OPTS_FORWARD_CREDS) { /* Forward credentials */
374 0, options & OPTS_FORWARDABLE_CREDS,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h209 EXTERN int options; /* used during socket creation */ variable
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c188 * Set options
234 * Process options. The resulting options string overwrites the
237 * XXX: This code doesn't do a good job of resolving options that are
240 * doesn't produce well defined behavior for options that may
653 * Set "opts" to the the original options for later comparison in
654 * cmp_....(). But strip the options which aren't returned by
656 * And strip the options which aren't set through mount: "logging",
674 * Set the options for ``/etc/mnttab'' to be the original
675 * options fro
734 replace_opts(char *options, int flag, char *trueopt, char *falseopt) argument
784 replace_opts_dflt( char *options, int dflt, const char *trueopt, const char *falseopt) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c162 uint16_t bcnt, options; local
269 md_get_uint16le(mdp, &options); /* option bits (DFS, search) */
295 ssp->ss_options = options;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h116 uint16_t options; member in struct:lbp
126 uint16_t options; member in struct:lbp
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c761 static const Unamval_t options[] = variable
772 * called by stropt() to set options
1071 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL);
/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/lib/libbc/inc/include/nettli/
H A Dtiuser.h91 long options; /* size of protocol options */ member in struct:t_info
117 * t_bind - format of the addres and options arguments of bind
126 * options management
147 struct netbuf opt; /* options */
157 struct netbuf opt; /* options */
166 struct netbuf opt; /* options */
187 #define T_OPT 0x02 /* options */
/illumos-gate/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c165 md_create_rec_option_t options; local
354 options =
357 options = MD_CRO_32BIT | MD_CRO_HOTSPARE_POOL;
359 recid = mddb_createrec(new_size, typ1, HSP_REC, options, setno);
/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/uts/sun4v/sys/
H A Dvio_mailbox.h105 * VIO Descriptor Ring registration options
191 uint16_t options; /* dring mode */ member in struct:vio_dring_reg_msg
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c749 * Read the options field of the request
751 * the options field will have
755 if (request->request->options != NULL) {
756 char *options = NULL, *temp = NULL; local
757 options = temp = strdup(request->request->options);
761 * options string
763 options = strstr(options, "job-id-requested");
764 if (options !
[all...]
/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/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
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c38 * -o option[,option]: options are
158 * contain 3 mutually exclusive options. These groups are defined below:
307 " -o option[,option]: options are\n"
324 * Function to parse advice from options string
727 * Since advice falls in 3 groups of mutually exclusive options,
942 char *options, *value; local
974 * Parse options, record generic advice if any and create
981 options = optarg;
982 while (*options != '\0') {
983 subopt = getsubopt(&options, suboptst
[all...]

Completed in 119 milliseconds

1234567891011>>