Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 112) sorted by relevance

12345

/titanic_41/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_helo.m4 \
[all …]
/titanic_41/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_helo.m4 \
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfeature.c226 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_refcount() argument
228 ASSERT(VALID_FEATURE_FID(feature->fi_feature)); in feature_get_refcount()
229 if (spa->spa_feat_refcount_cache[feature->fi_feature] == in feature_get_refcount()
233 *res = spa->spa_feat_refcount_cache[feature->fi_feature]; in feature_get_refcount()
243 feature_get_refcount_from_disk(spa_t *spa, zfeature_info_t *feature, in feature_get_refcount_from_disk() argument
248 uint64_t zapobj = (feature->fi_flags & ZFEATURE_FLAG_READONLY_COMPAT) ? in feature_get_refcount_from_disk()
259 feature->fi_guid, sizeof (uint64_t), 1, &refcount); in feature_get_refcount_from_disk()
272 feature_get_enabled_txg(spa_t *spa, zfeature_info_t *feature, uint64_t *res) { in feature_get_enabled_txg() argument
275 ASSERT(zfeature_depends_on(feature->fi_feature, in feature_get_enabled_txg()
278 if (!spa_feature_is_enabled(spa, feature->fi_feature)) { in feature_get_enabled_txg()
[all …]
/titanic_41/usr/src/cmd/zhack/
H A Dzhack.c291 zfeature_info_t *feature = arg; in zhack_feature_enable_sync() local
293 feature_enable_sync(spa, feature, tx); in zhack_feature_enable_sync()
297 feature->fi_guid, feature->fi_flags); in zhack_feature_enable_sync()
307 zfeature_info_t feature; in zhack_do_feature_enable() local
315 feature.fi_uname = "zhack"; in zhack_do_feature_enable()
316 feature.fi_flags = 0; in zhack_do_feature_enable()
317 feature.fi_depends = nodeps; in zhack_do_feature_enable()
318 feature.fi_feature = SPA_FEATURE_NONE; in zhack_do_feature_enable()
324 feature.fi_flags |= ZFEATURE_FLAG_READONLY_COMPAT; in zhack_do_feature_enable()
337 feature.fi_desc = desc; in zhack_do_feature_enable()
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_features_003_pos.ksh64 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"
84 for feature in $active_features; do
86 | $GREP $feature"
92 for feature in $enabled_features; do
93 state=$($ZPOOL list -Ho unsupported@$feature $TESTPOOL1)
[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"
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'"
/titanic_41/usr/src/common/zfs/
H A Dzfeature_common.c98 zfeature_info_t *feature = &spa_feature_table[i]; in zfeature_is_supported() local
99 if (strcmp(guid, feature->fi_guid) == 0) in zfeature_is_supported()
109 zfeature_info_t *feature = &spa_feature_table[i]; in zfeature_lookup_name() local
110 if (strcmp(name, feature->fi_uname) == 0) { in zfeature_lookup_name()
122 zfeature_info_t *feature = &spa_feature_table[fid]; in zfeature_depends_on() local
124 for (int i = 0; feature->fi_depends[i] != SPA_FEATURE_NONE; i++) { in zfeature_depends_on()
125 if (feature->fi_depends[i] == check) in zfeature_depends_on()
135 zfeature_info_t *feature = &spa_feature_table[fid]; in zfeature_register() local
148 feature->fi_feature = fid; in zfeature_register()
149 feature->fi_guid = guid; in zfeature_register()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dservice-network-smtp-sendmail.mf38 dir path=etc/mail/cf/feature group=mail
82 file path=etc/mail/cf/feature/accept_unqualified_senders.m4 group=mail \
84 file path=etc/mail/cf/feature/accept_unresolvable_domains.m4 group=mail \
86 file path=etc/mail/cf/feature/access_db.m4 group=mail mode=0444
87 file path=etc/mail/cf/feature/allmasquerade.m4 group=mail mode=0444
88 file path=etc/mail/cf/feature/always_add_domain.m4 group=mail mode=0444
89 file path=etc/mail/cf/feature/badmx.m4 group=mail mode=0444
90 file path=etc/mail/cf/feature/bestmx_is_local.m4 group=mail mode=0444
91 file path=etc/mail/cf/feature/bitdomain.m4 group=mail mode=0444
92 file path=etc/mail/cf/feature/blacklist_recipients.m4 group=mail mode=0444
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg35 "listsnapshots" "autoexpand" "feature@async_destroy" "feature@empty_bpobj"
36 "feature@lz4_compress" "feature@multi_vdev_crash_dump"
37 "feature@spacemap_histogram" "feature@enabled_txg" "feature@hole_birth"
38 "feature@extensible_dataset" "feature@bookmarks")
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c46 #define VFTBITS(feature) ((feature) & 0xFFFFFFFFLL) argument
102 vfs_has_feature(vfs_t *vfsp, vfs_feature_t feature) in vfs_has_feature() argument
106 if (vfs_features & VFTBITS(feature)) in vfs_has_feature()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_003_pos.ksh54 log_must $ZPOOL create -f -d -o feature@async_destroy=enabled $TESTPOOL $DISKS
56 state=$($ZPOOL list -Ho feature@async_destroy $TESTPOOL)
H A Dzpool_create_features_001_pos.ksh67 log_must $ZPOOL create -f -o feature@async_destroy=enabled $TESTPOOL $DISKS
/titanic_41/usr/src/cmd/cmd-inet/etc/nca/
H A Dnca.if27 # NCA feature interface configuration file
29 # Use this file to tell the NCA feature which interfaces to listen on
/titanic_41/usr/src/cmd/nvmeadm/
H A Dnvmeadm_dev.c130 nvme_get_feature(int fd, uint8_t feature, uint32_t arg, uint64_t *res, in nvme_get_feature() argument
134 (uint64_t)feature << 32 | arg, res)); in nvme_get_feature()
/titanic_41/usr/src/cmd/cdrw/
H A Dmmc.c246 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) in get_configuration() argument
264 scmd->uscsi_cdb[2] = (feature >> 8) & 0xff; in get_configuration()
265 scmd->uscsi_cdb[3] = feature & 0xff; in get_configuration()
720 ftr_supported(int fd, uint16_t feature) in ftr_supported() argument
733 if (get_configuration(fd, feature, response_len, bufp) == 1) { in ftr_supported()
H A Ddevice.h82 int ftr_supported(int fd, uint16_t feature);
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1483 uint_t feature, in usb_clear_feature() argument
1493 "uf = 0x%x", type, feature, what, flags); in usb_clear_feature()
1508 feature, in usb_clear_feature()
1550 uint_t feature, in usb_clr_feature() argument
1564 "uf = 0x%x", type, feature, what, flags); in usb_clr_feature()
1584 (usb_opaque_t)((uintptr_t)((type << 16 | feature << 8 | what))), in usb_clr_feature()
1597 uint_t feature = ((uint_t)n >> 8) & 0xff; in usba_sync_clear_feature() local
1610 (void *)dip, (void *)ph_impl, type, feature, what, usb_flags); in usba_sync_clear_feature()
1613 feature, what, usb_flags); in usba_sync_clear_feature()
1640 if (rval == USB_SUCCESS && feature == 0) { in usba_sync_clear_feature()
/titanic_41/usr/src/cmd/hal/utils/
H A Dcdutils.c189 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) in get_configuration() argument
199 scmd.uscsi_cdb[2] = (feature >> 8) & 0xff; /* starting feature # */ in get_configuration()
200 scmd.uscsi_cdb[3] = feature & 0xff; in get_configuration()
H A Dcdutils.h47 int get_configuration(int fd, uint16_t feature, int bufsize,
/titanic_41/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,
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Ddrive.c102 uchar_t feature[2]; /* common to all */ member
230 struct conf_feature feature; member
1255 struct conf_feature *feature; in get_cdrom_drvtype() local
1260 feature = &config->feature; in get_cdrom_drvtype()
1261 flen = feature->len / sizeof (struct profile_list); in get_cdrom_drvtype()
1265 prof_num = (int)convnum(feature->features.plist[0].profile, 2); in get_cdrom_drvtype()
/titanic_41/usr/src/lib/libshell/misc/
H A Dbuildksh93.readme43 to the feature look system (called "iffe" (="if feature exists")) to
/titanic_41/usr/src/uts/intel/sys/
H A Dx86_archext.h657 extern boolean_t is_x86_feature(void *featureset, uint_t feature);
658 extern void add_x86_feature(void *featureset, uint_t feature);
659 extern void remove_x86_feature(void *featureset, uint_t feature);
/titanic_41/usr/src/cmd/Adm/
H A Dadm25 # the profiling and performance feature has been installed.

12345