Searched defs:support (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dtpgs_tape.c103 int support; local
111 support = SFO_DEVICE_PROBE_PHCI;
117 support = SFO_DEVICE_PROBE_PHCI;
122 support = SFO_DEVICE_PROBE_PHCI;
128 support = SFO_DEVICE_PROBE_VHCI;
134 support = SFO_DEVICE_PROBE_VHCI;
140 support = SFO_DEVICE_PROBE_VHCI;
145 support = SFO_DEVICE_PROBE_PHCI;
148 if (support == SFO_DEVICE_PROBE_VHCI) {
159 support
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c39 static Support_list support[LDS_NUM] = { variable
60 * Loads in a support shared object specified using the SGS_SUPPORT environment
71 * Load the required support library. If we are unable to load it fail
84 support[interface].sup_name)) == NULL)
88 support[interface].sup_name));
92 support[LDS_VERSION].sup_name, LDS_VERSION, 0));
97 * If version is LD_SUP_VNONE, unload the support
99 * This provides the support library with a mechanism
103 * first item in support[]. If this were not true,
117 * If the support librar
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h123 struct ixgbe_dcb_support support; member in struct:ixgbe_dcb_config
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c942 sip_add_supported(sip_msg_t sip_msg, char *support) argument
946 if (support == NULL) {
949 ret = sip_add_str_to_msg(sip_msg, SIP_SUPPORT, support, NULL,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c91 * system support the same features.
104 * the support infrastructure for various hardware features has been
111 * Much of the worst junk in this file is for the support of processors
257 uint32_t support; /* processor support of monitor/mwait */ member in struct:mwait_info
440 /* Extended family/model support */
562 * we don't currently support. Could be set to non-zero values
1063 * We don't support MONITOR/MWAIT if leaf 5 is not available
1113 * We don't support MONITOR/MWAIT if leaf 5 is not available
1201 * Do not support MONITO
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c982 * Add a zero-length attribute to tell the world we support
1073 * values allows us to support larger tape block sizes on some devices.
1737 * support for long format is mandatory but many drive don't do it.
1914 /* TLR support */
2453 * Since we have no idea how many densitiy support entries
2456 * entries by available density support length. If multiple
2509 * The tape drive may support many tape formats, but the st driver
2512 * last entry of density support data block descriptor.
2686 uchar_t support; local
2708 support
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h129 /* the device does not support */
170 /* DAT drives support this */
202 /* support RESERVE/RELEASE SCSI */
209 /* which support the SILI bit */
219 /* which support short */
346 * For ST_TYPE_STK9840 drives only. STK drive doesn't support retension
591 uchar_t support: 3, /* support value */ member in struct:one_com_des
600 support: 3; /* support valu
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c95 #define SUPPORTPROP "support"
7509 * Any will do because we don't support different service properties
16705 * instance support, so just return as
16766 /* Add no support */
16806 * SCF_PG_MANIFESTFILES/support property to false.
16914 * there is continued support for the service and instances. If
17066 * The support property is a boolean value that indicates
17070 * by the support check below, in the future this by be set
17073 * fall through expecting that other support checks will
17077 uint8_t support; local
[all...]

Completed in 122 milliseconds