Searched refs:feature (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A DMakefile64 ${CFDIR}/feature/accept_unqualified_senders.m4 \
65 ${CFDIR}/feature/accept_unresolvable_domains.m4 \
66 ${CFDIR}/feature/access_db.m4 \
67 ${CFDIR}/feature/allmasquerade.m4 \
68 ${CFDIR}/feature/always_add_domain.m4 \
69 ${CFDIR}/feature/badmx.m4 \
70 ${CFDIR}/feature/bestmx_is_local.m4 \
71 ${CFDIR}/feature/bitdomain.m4 \
72 ${CFDIR}/feature/blacklist_recipients.m4 \
73 ${CFDIR}/feature/block_bad_hel
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_features_003_pos.ksh32 # Pool can be imported with active read-only compatible features. If a feature
39 # the active read-only compatible feature and mention "readonly=on".
64 for feature in $enabled_features $active_features; do
65 log_must zhack -d $DEVICE_DIR feature enable -r $TESTPOOL1 $feature
68 for feature in $active_features; do
69 log_must zhack -d $DEVICE_DIR feature ref $TESTPOOL1 $feature
78 for feature in $enabled_features; do
80 | grep $feature"
[all...]
H A Dzpool_import_features_002_neg.ksh61 for feature in $enabled_features $active_features; do
62 log_must zhack -d $DEVICE_DIR feature enable $TESTPOOL1 $feature
65 for feature in $active_features; do
66 log_must zhack -d $DEVICE_DIR feature ref $TESTPOOL1 $feature
75 for feature in $active_features; do
77 | grep $feature"
81 for feature in $enabled_features; do
83 | grep $feature"
[all...]
H A Dzpool_import_features_001_pos.ksh59 for feature in $features; do
60 log_must zhack -d $DEVICE_DIR feature enable $TESTPOOL1 $feature
64 for feature in $features; do
65 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
67 log_fail "unsupported@$feature is '$state'"
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DMakefile54 $(ROOTETCMAILCF)/feature/accept_unqualified_senders.m4 \
55 $(ROOTETCMAILCF)/feature/accept_unresolvable_domains.m4 \
56 $(ROOTETCMAILCF)/feature/access_db.m4 \
57 $(ROOTETCMAILCF)/feature/allmasquerade.m4 \
58 $(ROOTETCMAILCF)/feature/always_add_domain.m4 \
59 $(ROOTETCMAILCF)/feature/badmx.m4 \
60 $(ROOTETCMAILCF)/feature/bestmx_is_local.m4 \
61 $(ROOTETCMAILCF)/feature/bitdomain.m4 \
62 $(ROOTETCMAILCF)/feature/blacklist_recipients.m4 \
63 $(ROOTETCMAILCF)/feature/block_bad_hel
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c39 * ZFS feature flags are used to provide fine-grained versioning to the ZFS
40 * on-disk format. Once enabled on a pool feature flags replace the old
46 * keep feature guids unique they should consist of the reverse dns name of the
47 * organization which implemented the feature and a short name for the feature,
55 * disk for each feature:
57 * 1) If there is no reference count stored on disk the feature is disabled.
59 * feature, but the feature has not been used yet, so no on-disk
61 * 3) If the reference count is greater than 0 the feature i
226 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) argument
243 feature_get_refcount_from_disk(spa_t *spa, zfeature_info_t *feature, uint64_t *res) argument
272 feature_get_enabled_txg(spa_t *spa, zfeature_info_t *feature, uint64_t *res) argument
296 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, dmu_tx_t *tx) argument
331 feature_enable_sync(spa_t *spa, zfeature_info_t *feature, dmu_tx_t *tx) argument
379 zfeature_info_t *feature = &spa_feature_table[fid]; local
[all...]
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c71 " feature stat <pool>\n"
73 " feature enable [-d desc] <pool> <feature>\n"
74 " add a new enabled feature to the pool\n"
75 " -d <desc> sets the feature's description\n"
76 " feature ref [-md] <pool> <feature>\n"
77 " change the refcount on the given feature\n"
79 " -m add the feature to the label if increasing refcount\n"
81 " <feature>
291 zfeature_info_t *feature = arg; local
307 zfeature_info_t feature; local
373 zfeature_info_t *feature = arg; local
386 zfeature_info_t *feature = arg; local
403 zfeature_info_t feature; local
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzfeature_common.c43 * Set to disable all feature checks while opening pools, allowing pools with
51 * Valid characters for feature guids. This list is mainly for aesthetic
66 * Every feature guid must contain exactly one colon which separates a reverse
67 * dns organization name from the feature's "short" name (e.g.
99 zfeature_info_t *feature = &spa_feature_table[i]; local
100 if (strcmp(guid, feature->fi_guid) == 0)
110 zfeature_info_t *feature = &spa_feature_table[i]; local
111 if (strcmp(name, feature->fi_uname) == 0) {
124 zfeature_info_t *feature = &spa_feature_table[fid]; local
126 for (int i = 0; feature
134 deps_contains_feature(const spa_feature_t *deps, const spa_feature_t feature) argument
147 zfeature_info_t *feature = &spa_feature_table[fid]; local
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_003_pos.ksh31 # When using the '-d' option with '-o feature@XXX=enabled' only the specified
32 # feature is enabled.
34 # 1. Create a new pool with '-d' and '-o feature@async_destroy=enabled'.
36 # feature that gets enabled.
37 # 2. Verify that every feature@ property except feature@async_destroy is in
51 log_assert "'zpool create -d -o feature@async_destroy=enabled' only " \
54 log_must zpool create -f -d -o feature@async_destroy=enabled $TESTPOOL $DISKS
56 state=$(zpool list -Ho feature@async_destroy $TESTPOOL)
61 for prop in $(zpool get all $TESTPOOL | awk '$2 ~ /feature
[all...]
H A Dzpool_create_features_001_pos.ksh32 # Specifying a feature to be enabled with '-o' should be a no-op.
35 # 2. Verify that every feature@ property is in the 'enabled' or 'active' state
37 # '-o feature@async_destroy=enabled'
52 awk '$2 ~ /feature@/ { print $3 }'); do
67 log_must zpool create -f -o feature@async_destroy=enabled $TESTPOOL $DISKS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib568 typeset -A feature
569 feature[dedup]="1"
570 feature[dedupprops]="2"
571 feature[sa_spill]="4"
572 feature[embed_data]="10000"
573 feature[lz4]="20000"
574 feature[mooch_byteswap]="40000"
575 feature[large_blocks]="80000"
576 feature[resuming]="100000"
577 feature[redacte
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c46 #define VFTBITS(feature) ((feature) & 0xFFFFFFFFLL)
97 * Query a vfs for a feature.
98 * Returns 1 if feature is present, 0 if not
102 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) argument
106 if (vfs_features & VFTBITS(feature))
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h82 int ftr_supported(int fd, uint16_t feature);
H A Dmmc.c246 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) argument
264 scmd->uscsi_cdb[2] = (feature >> 8) & 0xff;
265 scmd->uscsi_cdb[3] = feature & 0xff;
712 * feature - the MMC Feature for which we'd like to know
720 ftr_supported(int fd, uint16_t feature) argument
733 if (get_configuration(fd, feature, response_len, bufp) == 1) {
H A Dmmc.h136 int get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf);
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h47 int get_configuration(int fd, uint16_t feature, int bufsize,
H A Dcdutils.c189 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) argument
199 scmd.uscsi_cdb[2] = (feature >> 8) & 0xff; /* starting feature # */
200 scmd.uscsi_cdb[3] = feature & 0xff;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h62 extern int feature_get_refcount_from_disk(spa_t *spa, zfeature_info_t *feature,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s138 ! Set up any required cpu feature
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1470 * feature - feature to be cleared
1475 * USB_SUCCESS - on doing a successful clear feature
1483 uint_t feature,
1492 "usb_clear_feature: type = 0x%x, feature = 0x%x, what = 0x%x "
1493 "uf = 0x%x", type, feature, what, flags);
1504 /* issue Clear feature */
1508 feature,
1529 * feature - feature t
1480 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
1547 usb_clr_feature( dev_info_t *dip, uint_t type, uint_t feature, uint_t what, usb_flags_t flags, void (*cb)( usb_pipe_handle_t ph, usb_opaque_t arg, int rval, usb_cb_flags_t flags), usb_opaque_t cb_arg) argument
1597 uint_t feature = ((uint_t)n >> 8) & 0xff; local
[all...]
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtiovar.h159 boolean_t virtio_has_feature(struct virtio_softc *sc, uint32_t feature);
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba10.h65 uint_t feature,
264 uint_t feature,
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c102 uchar_t feature[2]; /* common to all */ member in struct:conf_feature
230 struct conf_feature feature; member in struct:get_configuration
1255 struct conf_feature *feature; local
1260 feature = &config->feature;
1261 flen = feature->len / sizeof (struct profile_list);
1265 prof_num = (int)convnum(feature->features.plist[0].profile, 2);
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h52 * cpuid instruction feature flags in %edx (standard function 1)
89 * cpuid instruction feature flags in %ecx (standard function 1)
125 * cpuid instruction feature flags in %edx (extended function 0x80000001)
399 * Intel ENERGY_PERF_BIAS MSR indicated by feature bit CPUID.6.ECX[3].
643 extern boolean_t is_x86_feature(void *featureset, uint_t feature);
644 extern void add_x86_feature(void *featureset, uint_t feature);
645 extern void remove_x86_feature(void *featureset, uint_t feature);
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c258 u_int32_t sector, u_int32_t count, u_int32_t feature);
536 u_int32_t count, u_int32_t feature)
542 cfwrite8(CF_FEATURE, feature);
671 /* cmd, cyl, head, sect, count, feature */
535 cfcmd(u_int32_t cmd, u_int32_t cylinder, u_int32_t head, u_int32_t sector, u_int32_t count, u_int32_t feature) argument

Completed in 2074 milliseconds

123