Searched defs:options (Results 301 - 325 of 329) sorted by relevance

<<11121314

/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c4361 int mode_data_avail, char *name_buf, int options)
4543 adm_display_verbose_disk(path_struct->p_physical_path, options);
4546 adm_display_verbose_disk(path_struct->p_physical_path, options);
4359 display_disk_info(L_inquiry inq, L_disk_state l_disk_state, Path_struct *path_struct, struct mode_page *pg_hdr, int mode_data_avail, char *name_buf, int options) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c2920 uint32_t options; local
2924 options = dfc->data1;
2943 if (!(options & VPORT_OPT_AUTORETRY)) {
3085 vport->options &= ~EMLXS_OPT_RESTRICT_MASK;
3087 if (options & VPORT_OPT_RESTRICT) {
3088 vport->options |= EMLXS_OPT_RESTRICT;
3091 } else if (options & VPORT_OPT_UNRESTRICT) {
3092 vport->options |= EMLXS_OPT_UNRESTRICT;
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c607 add_to_group(rdc_k_info_t *krdc, int options, int cmd) argument
653 if (((options & RDC_OPT_ASYNC) == 0) &&
659 if (((options & RDC_OPT_ASYNC) != 0) &&
736 change_group(rdc_k_info_t *krdc, int options) argument
790 if (((options & RDC_OPT_ASYNC) == 0) &&
795 if (((options & RDC_OPT_ASYNC) != 0) &&
831 if (options & RDC_OPT_ASYNC) {
1993 _rdc_enable(rdc_set_t *rdc_set, int options, spcs_s_info_t kstatus) argument
2059 if (options & RDC_OPT_PRIMARY)
2070 if (!(options
2669 rdc_allow_pri_sync(rdc_u_info_t *urdc, int options) argument
3501 int options = uparms->options; local
4144 _rdc_resume(rdc_set_t *rdc_set, int options, spcs_s_info_t kstatus) argument
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.h79 } options; member in union:e1000_adv_data_desc::__anon105
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1330 static struct s_options options[] = { local
1343 OptInit(argv,options,stderr);
1768 fprintf(err,"Valid command line options for \"%s\" are:\n",*a);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c104 * TCP options struct returned from tcp_parse_options.
1446 * includes options...
1455 * Listener had options of some sort; acceptor inherits.
1526 /* Process all TCP options. */
2018 * tcpopt struct and return a bitmask saying which options were found.
2233 int options; local
2239 options = tcp_parse_options(tcph, &tcpopt);
2243 * for IP or TCP options. This means that it is equal to MTU - minimum
2247 if (!(options & TCP_OPT_MSS_PRESENT)) {
2259 if (options
2367 int options; local
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c481 * the scsi-options precedence is:
482 * target-scsi-options highest
483 * device-type-scsi-options
484 * per bus scsi-options
485 * global scsi-options lowest
490 int options; local
492 options = scsi_get_device_type_scsi_options(dip, sd, -1);
493 if (options != -1) {
494 fas->f_target_scsi_options[tgt] = options;
496 "?target%x-scsi-options
[all...]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c257 "and the -i and -c options are disallowed. The\n\t-v "
259 "name, id,\n\tcurrent state, root directory and options. "
261 "output. The -v and -p options are mutually\n\texclusive."
313 "options are mutually\n\texclusive. All other arguments "
1385 * The 'i' and 'c' options are not mutually
2975 * Fetch the list of recognized command-line options from
2981 "install options resource");
3003 /* Ignore unknown options - may be brand specific. */
3006 /* Ignore unknown options - may be brand specific. */
3171 * options strin
3174 opt_match(char *opt, char *options) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2842 /* Deal with GNU-style long options. */
4125 /* Process GNU-style long options.
4887 /* Get GNU-style long options. */
5087 options[] =
5105 for (i = 0; i < sizeof (options) / sizeof (options[0]); i++)
5107 const char *name = options[i].name;
5112 grub_strcpy (options[i].var, ti_unescape_string (arg + len));
5117 if (i == sizeof (options) / sizeof (options[
5032 options[] = local
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3460 const char * const options = "aHpvno:R:s:S:dDlL?xZz:"; local
3490 * need to know now so we know which options are valid.
3493 while ((opt = getopt(argc, argv, options)) != -1) {
3536 while ((opt = getopt(argc, argv, options)) != -1) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c657 int chip_id, int options);
947 rhine_probe1 (struct nic *nic, int ioaddr, int chip_id, int options) argument
1061 if (options > 0)
1063 tp->full_duplex = (options & 16) ? 1 : 0;
1064 tp->default_port = options & 15;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c2289 uint32_t options; local
2299 /* Get supported options */
2307 options = 0;
2310 options = AAC_MAILBOX_GET(softs, 1);
2315 if ((softs->support_opt == options) &&
2328 softs->support_opt = options;
2331 /* Process supported options */
2332 if ((options & AAC_SUPPORTED_4GB_WINDOW) != 0 &&
2347 if ((options & AAC_SUPPORTED_SGMAP_HOST64) != 0) {
2354 if (options
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h648 uint8_t options; member in struct:abort_cmd_entry
694 * ISP24xx control flag command options
H A Dql_mbx.h207 #define MBC_GET_FIRMWARE_OPTIONS 0x28 /* Get firmware options */
209 #define MBC_SET_FIRMWARE_OPTIONS 0x38 /* set firmware options */
468 * Firmware options 1, 2, 3.
539 uint16_t options; member in struct:echo
569 uint8_t options; member in struct:port_database_23
661 * ql_login_lport() options
667 * ql_login_fport() options
674 * ql_get_port_database() options
714 uint16_t options; member in struct:fcf_desc
H A Dexioct.h1094 vport_options_t options; member in struct:_EXT_VPORT_PARAMS
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_oss.h235 char options[128]; /* NOT SUPPORTED */ member in struct:oss_sysinfo
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c8831 md_create_rec_option_t options, /* options for this creation */
8863 if ((options &(MD_CRO_32BIT|MD_CRO_64BIT)) == 0) {
8895 if ((options & MD_CRO_OPTIMIZE) == 0)
8928 if ((options & MD_CRO_OPTIMIZE) == 0)
8966 if ((options & MD_CRO_OPTIMIZE) == 0)
8980 if ((options & MD_CRO_OPTIMIZE) == 0)
9032 flag_type = options &
9087 if (options & MD_CRO_32BIT) {
9088 if (options
8827 mddb_createrec( size_t usersize, mddb_type_t type, uint_t type2, md_create_rec_option_t options, set_t setno ) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c2744 if (vd_scsi->options & VD_SCSI_OPT_NORETRY) {
4411 * use "options=ro" when doing an ldm add-vdsdev
6715 vds_do_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, argument
6742 if (!(options & VD_OPT_RDONLY))
6745 if (options & VD_OPT_EXCLUSIVE)
6749 if (options & VD_OPT_SLICE) {
7000 vds_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options, argument
7007 if ((status = vds_do_init_vd(vds, id, device_path, options,
7068 * Parse the options of a vds node. Options are defined as an array
7071 * mapping between the bitmask options an
7087 vds_get_options(md_t *md, mde_cookie_t vd_node, uint64_t *options) argument
7222 uint64_t id = 0, ldc_id = 0, options = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4303 * NB: lb->options are:
4438 * DMA and set the command options;
4444 echo.options = BIT_15;
4447 echo.options = (uint16_t)
4448 (echo.options | BIT_6);
5272 /* mark service options invalid */
16160 * options: BIT_0 --> leave driver stalled on exit if
16170 ql_stall_driver(ql_adapter_state_t *ha, uint32_t options) argument
16201 ha2->task_daemon_flags, (options & BIT_0 ? "stalled" :
16203 if (options
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdio.h273 int options; /* create a 64 or 32 bit device */ member in struct:md_grow_params
827 uint_t options; /* misc options, see MDIOCTL_* below */ member in struct:replace_params
844 uint_t options; /* passed in from the command */ member in struct:md_att_struct
847 /* possible values for options above */
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c330 int options; /* parse options */ member in struct:roff
887 r->format = r->options & (MPARSE_MDOC | MPARSE_MAN);
900 roff_alloc(struct mparse *parse, int options) argument
906 r->options = options;
907 r->format = options & (MPARSE_MDOC | MPARSE_MAN);
2741 if ((r->options & (MPARSE_MDOC | MPARSE_QUICK)) == 0)
2756 if ((r->options & MPARSE_QUICK) == 0)
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c621 /* check options */
749 /* check options */
1225 /* check options */
1614 /* check options */
1877 /* check options */
2090 /* check options */
3061 /* check options */
3206 /* check options */
3246 (void) fprintf(stderr, gettext("-p and -r options are mutually "
3286 /* check options */
5778 share_mount_one(zfs_handle_t *zhp, int op, int flags, char *protocol, boolean_t explicit, const char *options) argument
6039 char *options = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c9043 u8 options[ELINK_SFP_EEPROM_OPTIONS_SIZE]; local
9049 options) != 0) {
9054 if ((options[0] & ELINK_SFP_EEPROM_OPTIONS_LINEAR_RX_OUT_MASK))
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1118 * property does not exist above (including options.conf) then use the
1137 CONFIG_INT_PROP(self, "scsi-options", scsi_options);
7492 int options; local
7502 * bus scsi-options property on the HBA node and check its
7505 options = ddi_prop_get_int(DDI_DEV_T_ANY, self,
7506 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-options", -1);
7507 if ((options != -1) && ((options & SCSI_OPTIONS_WIDE) == 0))
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h111 * Defines for supported drive options
378 int options; /* Drive options */ member in struct:st_drivetype
620 * Reporting options
1024 int un_init_options; /* Init time drive options */

Completed in 464 milliseconds

<<11121314