/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | hpet.h | 53 uint_t supported; member in struct:hpet
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | ppd.c | 92 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 D | sfxge_phy.c | 280 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 D | validate_pkg.py | 323 def supported(action): member in class:ActionInfo 602 not ActionInfo.supported(action.name):
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaMechManager.c | 154 * 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 D | metaGlobal.h | 197 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 D | zfeature.c | 109 * 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 D | ses_log_transport.c | 624 * 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 D | common.h | 157 unsigned int supported; /* link capabilities */ member in struct:link_config
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 285 unsigned short supported; /* link capabilities */ member in struct:link_config
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pm.c | 308 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 D | ldap_op.c | 703 * 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 D | ima.c | 1870 /* 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 D | clc.h | 296 u32 supported; member in struct:elink_phy
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 162 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 D | libzfs_pool.c | 817 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 D | bnxe.h | 290 u32_t supported[ELINK_LINK_CONFIG_SIZE]; member in struct:_BnxePhyCfg
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 650 uint32_t supported; member in struct:ACCESS4res
|