Searched refs:options (Results 251 - 275 of 578) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_mailbox.h89 uint8_t options; /* options - dring mode */ member in struct:vnet_attr_msg
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A DMakefile47 options.c \
H A Dlpadmin.h123 options(),
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h76 char *options; /* print options; space separated list */ member in struct:REQUEST
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A DMakefile63 JFLAGS += -source 1.5 -target 1.6 -Xlint:all,-options,-rawtypes
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dboot.c298 char lbuf[128], *cp, *ep, *dev, *fstyp, *options; local
342 /* skip whitespace up to mount options */
348 /* skip text to end of mount options and delimit */
353 options = strdup(ep);
360 /* Don't override vfs.root.mountfrom.options if it is already set */
361 if (getenv("vfs.root.mountfrom.options") == NULL) {
362 /* save mount options */
363 setenv("vfs.root.mountfrom.options", options, 0);
365 free(options);
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c325 int vlen, unsigned long options )
332 if ( LDIF_OPT_ISSET( options, LDIF_OPT_NOWRAP )) {
344 if ( LDIF_OPT_ISSET( options, LDIF_OPT_VALUE_IS_URL )) {
356 if ( LDIF_OPT_ISSET( options, LDIF_OPT_MINIMAL_ENCODING )) {
371 if ( LDIF_OPT_ISSET( options,
514 unsigned long options )
523 ldif_put_type_and_value_with_options( &p, type, val, vlen, options );
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl60 my %options;
61 $options{'classFilter'} = $opt{c}; # filter on this class
63 $options{'eventFilter'} = $opt{e}; # filter on this event
65 $options{'idFilter'} = $opt{i}; # filter on this id
74 $parse = new Sun::Solaris::BSM::_BSMparse($debug, \%options);
108 if (defined $options{'classFilter'}) {
111 foreach (split(/\s*,\s*/, $options{'classFilter'})) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_set.c207 mhd_opts_t options,
257 /* save options */
258 if (options & MHD_SERIAL)
264 if (! (options & MHD_PARTIAL_SET)) {
510 mhd_opts_t options,
522 if ((sp = mhd_create_set(mhsp, options, &dl, mhep)) == NULL) {
680 mhd_opts_t options,
692 if ((sp = mhd_create_set(mhsp, options, &dl, mhep)) == NULL) {
703 (options & MHD_PARTIAL_SET)) {
767 mhd_opts_t options,
205 mhd_create_set( mhd_set_t *mhsp, mhd_opts_t options, mhd_drive_list_t *dlp, mhd_error_t *mhep ) argument
508 mhd_release_drives( mhd_set_t *mhsp, mhd_opts_t options, mhd_error_t *mhep ) argument
676 mhd_reserve_drives( mhd_set_t *mhsp, mhd_mhiargs_t *timeoutp, mhd_ff_mode_t ff_mode, mhd_opts_t options, mhd_error_t *mhep ) argument
765 mhd_status_drives( mhd_set_t *mhsp, mhd_opts_t options, mhd_drive_status_t **status, mhd_error_t *mhep ) argument
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c97 if(value(vi_WINDOW) >= lines || options[vi_WINDOW].odefault == value(vi_WINDOW))
99 options[vi_WINDOW].odefault = lines - 1;
100 if(options[vi_SCROLL].odefault == value(vi_SCROLL))
102 options[vi_SCROLL].odefault = (lines - 1)/2;
191 value(vi_WINDOW) = options[vi_WINDOW].odefault = l - 1;
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c27 * logadm/opts.c -- options handling routines
50 struct lut *op_raw; /* the raw text for the options */
51 struct lut *op_ints; /* the int values for the options */
98 * opts_init -- set current options parsing table
122 * opts_parse -- parse an argv-style list of options
178 /* for boolean options, we have all the info we need */
240 * opts_count -- return count of the options in *options that are set
243 opts_count(struct opts *opts, const char *options) argument
247 for (; *options; option
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c316 static int find_options_sizes(char *options,
380 * options.
417 /* set the user specified socket options */
1073 if (cparam->options != NULL) {
1074 free((void *)cparam->options);
1075 cparam->options = NULL;
1096 if (pparam->options != NULL) {
1097 free((void *)pparam->options);
1098 pparam->options = NULL;
1119 if (tparam->options !
4261 find_options_sizes(char *options, rdr_variable_message_info_t *var_msg_info) argument
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c463 char *options; local
494 options = strdup(optstring);
495 if (options != NULL) {
496 *err = sa_parse_legacy_options(group, options,
510 free(options);
571 * some options may only be on shares. If the opt
576 char *options; local
577 options = strdup(shareopts);
578 if (options != NULL) {
580 err = sa_parse_legacy_options(share, options,
635 char *options; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c928 waitid(idtype_t idtype, id_t id, k_siginfo_t *ip, int options) argument
933 int waitflag = !(options & WNOWAIT);
941 options &= ~_WNOCHLD;
943 if (options == 0 || (options & ~WOPTMASK))
970 (options & ~WNOWAIT) == (WNOHANG | WEXITED) &&
1006 if (!(options & WEXITED)) {
1045 if (!(options & WTRAPPED))
1056 if (!(options & WSTOPPED))
1074 if (!(options
1146 waitsys(idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
1161 waitsys32(idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c76 static struct options { struct
80 } options[] = { variable in typeref:struct:options
554 * Add TFTP options to a request packet.
563 for (i = 0; options[i].opt_name != NULL; i++) {
564 ostr = options[i].opt_str();
566 cp += strlcpy(cp, options[i].opt_name, obufend - cp)
580 * Process OACK packet sent by server in response to options in the request
600 for (i = 0; options[i].opt_name != NULL; i++) {
601 if (strcasecmp(optname, options[i].opt_name) == 0)
604 if (options[
[all...]
/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/cmd/mandoc/
H A Dmain.c87 struct manoutput *outopts; /* output options */
136 int options; local
170 /* Search options. */
190 /* Parser and formatter options. */
196 options = MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1;
239 if ( ! koptions(&options, optarg))
287 /* Postprocess options. */
453 if (search.argmode == ARG_FILE && ! moptions(&options, auxpaths))
457 curp.mp = mparse_alloc(options, curp.wlevel, mmsg, defos);
894 koptions(int *options, cha argument
913 moptions(int *options, char *arg) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c224 verify_params(const char *ap_id, const char *options, char **errstring);
566 const char *options,
595 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_SATA_OK) {
596 (void) cfga_help(msgp, options, flags);
897 (void) cfga_help(msgp, options, flags);
903 (void) cfga_help(msgp, options, flags);
918 const char *options,
935 (void) cfga_help(msgp, options, flags);
1128 const char *options,
1415 const char *options,
563 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
915 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1126 cfga_test( const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1411 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1757 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
1814 verify_params( const char *ap_id, const char *options, char **errstring) argument
[all...]
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c122 * Add new options here
195 * list of objects, subcommands, valid short options, required flag and
198 * If it's not here, there are no options for that object.
574 * mpathadm modify mpath-support [options] <mpath-support name>, ...
578 * options - pointer to option list from user
583 modifyMpathSupport(int operandLen, char *operand[], cmdOptions_t *options) argument
590 cmdOptions_t *optionList = options;
634 /* now change the options requested */
726 * mpathadm list {logical-unit | LU} [options] [<logical-unit name>, ...]
730 * options
735 listLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) argument
1535 modifyLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) argument
2179 enablePath(cmdOptions_t *options) argument
2262 disablePath(cmdOptions_t *options) argument
2347 overridePath(cmdOptions_t *options) argument
2446 getPathOid(cmdOptions_t *options, MP_OID *pPathOid) argument
3163 listFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3199 showFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3234 modifyFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3266 enableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3294 disableFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3322 failoverFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
3350 overrideFunc(int operandLen, char *operand[], int object, cmdOptions_t *options, void *addArgs) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c162 static cfga_err_t check_options(const char *options);
617 const char *options, struct cfga_confirm *confp,
625 if ((rv = check_options(options)) != CFGA_OK) {
881 const char *options, struct cfga_confirm *confp,
894 DBG(2, (" options: %s\n", (options == NULL)?"null":options));
899 if ((rv = check_options(options)) != CFGA_OK) {
1005 cfga_err_t cfga_test(const char *ap_id, const char *options, argument
1012 if ((rv = check_options(options)) !
616 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
880 cfga_private_func(const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1374 cfga_list_ext(const char *ap_id, cfga_list_data_t **cs, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1563 check_options(const char *options) argument
1577 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c163 static cfga_err_t check_options(const char *options);
580 const char *options, struct cfga_confirm *confp,
591 if ((rv = check_options(options)) != CFGA_OK) {
1004 const char *options, struct cfga_confirm *confp,
1016 DBG(2, (" options: %s\n", (options == NULL)?"null":options));
1021 if ((rv = check_options(options)) != CFGA_OK) {
1139 cfga_err_t cfga_test(const char *ap_id, const char *options, argument
1146 if ((rv = check_options(options)) !
579 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1003 cfga_private_func(const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1499 cfga_list_ext(const char *ap_id, cfga_list_data_t **cs, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1722 check_options(const char *options) argument
1736 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/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/lib/cfgadm_plugins/sbd/common/
H A Dap.c371 * which command options are valid for that target class.
372 * A global value mask specifies which options require values.
427 * Global mask for options that require values.
511 ap_opt_parse(apd_t *a, ap_cmd_t *acp, const char *options) argument
523 if (options == NULL)
526 if ((optstr = strdup(options)) == NULL) {
531 a->options = optstr;
582 * Set the options's value.
651 ap_cmd_parse(apd_t *a, const char *f, const char *options, int *cmd) argument
716 else if (options !
[all...]
/illumos-gate/usr/src/lib/libwrap/
H A DMakefile.com31 OBJECTS = hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
97 # document. This language is implemented by the "options.c" source
164 ## End configuration options
/illumos-gate/usr/src/cmd/iscsitsvc/
H A Discsitsvc.c67 /* add new options here */
114 it_enable(int operandLen, char *operands[], cmdOptions_t *options, argument
170 it_disable(int operandLen, char *operands[], cmdOptions_t *options, argument

Completed in 83 milliseconds

<<11121314151617181920>>