Searched refs:feature (Results 26 - 50 of 60) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c279 uint_t feature,
283 return (usb_clear_feature(dip, ph, type, feature, what, flags));
275 usba10_usb_clear_feature( dev_info_t *dip, usb_pipe_handle_t ph, uint_t type, uint_t feature, uint_t what, usb_flags_t flags) argument
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h144 char* feature; member in struct:__anon2618
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c670 * setting SPA_FEATURE_DISABLED for all entries in the feature
1254 spa_activate_mos_feature(spa_t *spa, const char *feature, dmu_tx_t *tx) argument
1256 if (!nvlist_exists(spa->spa_label_features, feature)) {
1257 fnvlist_add_boolean(spa->spa_label_features, feature);
1271 spa_deactivate_mos_feature(spa_t *spa, const char *feature) argument
1273 if (nvlist_remove_all(spa->spa_label_features, feature) == 0)
H A Dzfs_ioctl.c251 static int zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature);
3838 /* Record sizes above 128k need the feature to be enabled */
3881 spa_feature_t feature; local
3884 /* dedup feature version checks */
3893 feature = zio_checksum_to_feature(intval & ZIO_CHECKSUM_MASK);
3894 if (feature == SPA_FEATURE_NONE)
3909 if (!spa_feature_is_enabled(spa, feature)) {
3922 * Checks for a race condition to make sure we don't increment a feature flag
3938 * The callback invoked on feature activation in the sync task caused by
3951 * Activates a feature o
3956 zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf38 * <Object Label> <class> <subclass> <instance> <feature> <feature> ...<feature>
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4729 * VFS feature routines
4732 #define VFTINDEX(feature) (((feature) >> 32) & 0xFFFFFFFF)
4733 #define VFTBITS(feature) ((feature) & 0xFFFFFFFFLL)
4735 /* Register a feature in the vfs */
4737 vfs_set_feature(vfs_t *vfsp, vfs_feature_t feature) argument
4743 vfsp->vfs_featureset[VFTINDEX(feature)] |= VFTBITS(feature);
4747 vfs_clear_feature(vfs_t *vfsp, vfs_feature_t feature) argument
4760 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c307 uint_t feature,
311 return (usba10_usb_clear_feature(dip, ph, type, feature, what, flags));
303 usb_clear_feature( dev_info_t *dip, usb_pipe_handle_t ph, uint_t type, uint_t feature, uint_t what, usb_flags_t flags) argument
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c1756 uchar_t feature,
1778 expect_drdy, cmd, feature, count,
1791 ddi_put8(io_hdl1, ata_ctlp->ac_feature, feature);
1804 expect_drdy, cmd, feature, count,
1830 expect_drdy, cmd, feature, count,
1848 uchar_t feature,
1854 ATC_SET_FEAT, feature, value, 0, 0, 0, 0);
1855 /* feature, count, sector, head, cyl_low, cyl_hi */
1861 ADBG_ERROR(("?ata_set_feature: (0x%x,0x%x) failed\n", feature, value));
2411 * feature
1749 ata_command( ata_ctl_t *ata_ctlp, ata_drv_t *ata_drvp, int expect_drdy, int silent, uint_t busy_wait, uchar_t cmd, uchar_t feature, uchar_t count, uchar_t sector, uchar_t head, uchar_t cyl_low, uchar_t cyl_hi) argument
1845 ata_set_feature( ata_ctl_t *ata_ctlp, ata_drv_t *ata_drvp, uchar_t feature, uchar_t value) argument
[all...]
H A Data_common.h184 * Set feature register definitions.
445 #define ATACS_EXT48 0x0400 /* 48 bit address feature */
668 int silent, uint_t busy_wait, uchar_t cmd, uchar_t feature,
681 uchar_t feature, uchar_t value);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c68 * Pass 0 of cpuid feature analysis happens in locore. It contains special code
70 * them accordingly. For most modern processors, feature detection occurs here
73 * Pass 1 of cpuid feature analysis happens just at the beginning of mlsetup()
82 * o Processing the feature flags returned by the cpuid instruction while
84 * o Mapping the feature flags into Solaris feature bits (X86_*).
85 * o Processing extended feature flags if supported by the processor,
93 * Pass 2 of cpuid feature analysis happens just at the beginning
96 * need for pass1 feature analysis, and extended cpuid functions beyond the
97 * simple feature processin
180 is_x86_feature(void *featureset, uint_t feature) argument
187 add_x86_feature(void *featureset, uint_t feature) argument
194 remove_x86_feature(void *featureset, uint_t feature) argument
735 cpuid_intel_getids(cpu_t *cpu, void *feature) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c289 static char* feature(const char*, const char*, const char*, unsigned int, Error_f);
360 feature(s, d, v, 0, 0);
747 * value==0 get feature name
748 * value!=0 set feature name
753 feature(const char* name, const char* path, const char* value, unsigned int flags, Error_f conferror) function
762 error(-2, "astconf feature name=%s path=%s value=%s flags=%04x fp=%p%s", name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
1471 if ((look.standard < 0 || look.standard == CONF_AST) && look.call <= 0 && look.section <= 1 && (s = feature(look.name, path, value, flags, conferror)))
1629 if (!(s = feature(fp->name, path, NiL, 0, 0)) || !*s)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast.h153 char* feature; member in struct:__anon2583
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast.h153 char* feature; member in struct:__anon2683
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast.h153 char* feature; member in struct:__anon2705
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h153 char* feature; member in struct:__anon2727
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c141 virtio_has_feature(struct virtio_softc *sc, uint32_t feature) argument
143 return (sc->sc_features & feature);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h307 BP_EMBEDDED_TYPE_RESERVED, /* Reserved for an unintegrated feature. */
801 extern void spa_activate_mos_feature(spa_t *spa, const char *feature,
803 extern void spa_deactivate_mos_feature(spa_t *spa, const char *feature);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1103 AcpiOsValidateInterface(char *feature) argument
1107 ASSERT(feature != NULL);
1110 if (strcmp(feature, AcpiOSIFeatures[i].feature_name) != 0) {
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h1583 * function for clearing feature of device, interface, or endpoint
1588 * feature - feature to be cleared
1599 * USB_SUCCESS clearing feature succeeded
1600 * USB_FAILURE clearing feature failed
1607 uint_t feature,
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c1632 nvme_set_features(nvme_t *nvme, uint32_t nsid, uint8_t feature, uint32_t val, argument
1644 cmd->nc_sqe.sqe_cdw10 = feature;
1647 switch (feature) {
1669 feature, cmd->nc_cqe.cqe_sf.sf_sct,
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1543 vioif_has_feature(struct vioif_softc *sc, uint32_t feature) argument
1545 return (virtio_has_feature(&sc->sc_virtio, feature));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf37 * <Object Label> <class> <subclass> <instance> <feature> <feature> ...<feature>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dpsvcobj.conf37 * <Object Label> <class> <subclass> <instance> <feature> <feature> ...<feature>
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s199 movl $1, %eax / Get feature information
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c453 "invalid feature '%s'"), fname);
739 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s",
808 * Get the state for the given feature on the given ZFS pool.
818 const char *feature = strchr(propname, '@') + 1; local
824 * Convert from feature name to feature guid. This conversion is
832 ret = zfeature_lookup_name(feature, &fid);
837 feature = spa_feature_table[fid].fi_guid;
840 if (nvlist_lookup_uint64(features, feature, &refcount) == 0)
1757 "pool uses the following feature(
[all...]

Completed in 209 milliseconds

123