Searched defs:supported (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet.h53 uint_t supported; member in struct:hpet
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c92 char supported[256]; local
131 snprintf(supported, sizeof (supported),
132 "%s-supported", value);
158 supported, value);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_phy.c280 uint32_t supported; local
281 efx_phy_adv_cap_get(enp, EFX_PHY_CAP_PERM, &supported);
291 supported);
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py323 def supported(action): member in class:ActionInfo
602 not ActionInfo.supported(action.name):
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c154 * because some mechs may not currently be supported on any slot.
161 boolean_t supported; local
169 supported = FALSE;
174 if (mechlist[i].slots[j].supported) {
175 supported = B_TRUE;
180 if (supported) {
240 !mechlist[index].slots[i].supported)
459 * that it is not supported by the specified slot.
467 mechlist[index].slots[slotnum].supported = B_FALSE;
476 mechlist[index].slots[slotnum].supported
[all...]
H A DmetaGlobal.h197 FREE_DISABLED = 1, /* No supported provider or key type */
288 boolean_t supported; member in struct:mechinfo
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c109 * features_for_read need to be supported.
112 * features_for_write need to be supported.
169 * Checks that the active features in the pool are supported by
178 boolean_t supported; local
184 supported = B_TRUE;
198 supported = B_FALSE;
215 return (supported);
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c624 * Returns non zero if supported, zero otherwise.
629 int supported = 0; local
634 supported = 1;
639 return (supported);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h157 unsigned int supported; /* link capabilities */ member in struct:link_config
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h285 unsigned short supported; /* link capabilities */ member in struct:link_config
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c308 int supported; /* true if still supported */ member in struct:pm_cmd_info
369 * command, name, supported, str_type, inargs, diptype, deptype, permission
974 if (pcip == NULL || pcip->supported == 0) {
975 PMD(PMD_ERROR, ("ioctl: command %s no longer supported\n",
2731 * In the event it's not supported, fall back to
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c703 * of controls is supported or not. The input parameters:
707 * supported A caller supplied array which will be set to TRUE or
709 * is reported as supported.
714 controlSupported(__nis_ldap_conn_t *lc, char **ctrl, bool_t *supported) { argument
728 "%s: Unable to retrieve supported control information for %s: %s",
754 *supported = FALSE;
757 *supported = TRUE;
764 *supported ? "enabled" : "disabled");
766 supported++;
789 bool_t supported[ local
[all...]
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c1870 /* only 10 and 16 byte CDB are supported */
1968 /* this optional feature is not supported now */
2106 IMA_BOOL supported; local
2112 supported = IMA_FALSE;
2115 supported = IMA_TRUE;
2119 return (supported);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h296 u32 supported; member in struct:elink_phy
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c162 bool supported = FALSE; local
173 /* if link is down, assume supported */
175 supported = speed == IXGBE_LINK_SPEED_1GB_FULL ?
178 supported = TRUE;
181 supported = TRUE;
193 supported = TRUE;
196 supported = FALSE;
202 if (!supported) {
208 return supported;
722 DEBUGOUT("NVM Not supported\
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c817 boolean_t supported; local
820 supported = zpool_prop_feature(propname);
821 ASSERT(supported || zfs_prop_unsupported(propname));
828 if (supported) {
843 if (supported) {
1758 "supported by this system:\n"));
3065 * Remove the given device. Currently, this is supported only for hot spares
3990 "vdev type '%s' is not supported"), type);
4031 "dump is not supported on device '%s'"), arg);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h290 u32_t supported[ELINK_LINK_CONFIG_SIZE]; member in struct:_BnxePhyCfg
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h650 uint32_t supported; member in struct:ACCESS4res

Completed in 154 milliseconds