Searched refs:options (Results 551 - 575 of 578) sorted by relevance

<<21222324

/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/sys/lvm/
H A Dmdiox.x148 % * These are the options for mddb_createrec()
1372 MDE_OPTION, /* metainit options error */
2093 int options;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c201 error("server: options not delimited\n");
795 error("recvf: options not delimited\n");
1068 error("hardlink: options not delimited\n");
1327 error("clean: options not delimited\n");
1530 if (!(options & VERIFY) && fp != NULL)
/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_api.h792 uint8_t options; member in struct:ql_vp_cfg
799 * VP options.
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1447 uint32_t options; member in struct:dfc_vport_attrs
H A Demlxs_fc.h1027 uint32_t options; member in struct:emlxs_port
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c158 rdc_net_state(int index, int options) argument
180 s4.flag = options;
202 s.flag = options;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c555 /* Set default connection options for the 23xx to 2 */
624 * Setup driver firmware options.
1094 * Setup driver firmware options.
1258 EL(ha, "invalid options for function");
1511 if ((data = ql_get_prop(ha, "connection-options")) == 0xffffffff) {
1521 EL(ha, "invalid parameter value for 'connection-options': "
1941 if ((data = ql_get_prop(ha, "connection-options")) ==
1953 "options': %d; using nvram value of %d\n", data,
2678 icb->vpc[index].options = VPO_TARGET_MODE_DISABLED |
2681 icb->vpc[index].options
[all...]
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...]
H A Dql_xioctl.c6135 /* set the appropriate options */
8442 * options: BIT_0 --> leave driver stalled on exit if
9165 mb_fcf_list.options = FCF_LIST_RETURN_ONE;
9167 mb_fcf_list.options = FCF_LIST_RETURN_ALL;
/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/lib/libshell/common/sh/
H A Dinit.c1214 /* look for options */
1391 shp->options = opt;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1197 /* Bits 0-15 are critical in fast options.*/
1402 krb5_flags options, krb5_address * const *addrs, krb5_enctype *ktypes,
H A Dkrb5.h177 # pragma options align=mac68k
796 /* options is 32 bits; each host is responsible to put the 4 bytes
833 * options when using the TGT to get derivitive tickets.
1149 krb5_flags kdc_options; /* requested options */
1212 krb5_flags ap_options; /* requested options */
2733 * This function allows the caller to supply options to preauth
/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/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/lib/libadutils/common/
H A Daddisc.c192 ctx->res_state.options |= RES_USEVC;
/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/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/lib/libkmf/libkmf/common/
H A Dgeneralop.c509 handle->mapstate->options = NULL;
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh470 in LDAP, you have two options :
1136 # init(): initializes variables and options
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c276 uchar_t *start = (uchar_t *)dh4->options;
1892 /* no options, we're done */
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c1853 pkt.options = (VIO_TX_DRING | VIO_RX_DRING);
5995 vd_scsi->options |= VD_SCSI_OPT_NORETRY;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c2175 int options,
2172 meta_get_reserved_names( mdsetname_t *sp, mdnamelist_t **nlpp, int options, md_error_t *ep) argument

Completed in 365 milliseconds

<<21222324