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

123

/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_get_feature.c44 * Query the state of an optional feature.
48 openpam_get_feature(int feature, int *onoff) argument
51 ENTERF(feature);
52 if (feature < 0 || feature >= OPENPAM_NUM_FEATURES)
54 *onoff = openpam_features[feature].onoff;
68 * specified feature in the variable pointed to by its =onoff argument.
74 * This feature is enabled by default.
81 * This feature is enabled by default.
85 * This feature i
[all...]
H A Dopenpam_set_feature.c44 * Enable or disable an optional feature.
48 openpam_set_feature(int feature, int onoff) argument
51 ENTERF(feature);
52 if (feature < 0 || feature >= OPENPAM_NUM_FEATURES)
54 openpam_features[feature].onoff = onoff;
68 * feature to the value specified by the =onoff argument.
/freebsd-10-stable/sys/cddl/contrib/opensolaris/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
335 feature_enable_sync(spa_t *spa, zfeature_info_t *feature, dmu_tx_t *tx) argument
383 zfeature_info_t *feature = &spa_feature_table[fid]; local
[all...]
/freebsd-10-stable/contrib/sendmail/cf/cf/
H A DMakefile98 ${CFDIR}/feature/accept_unqualified_senders.m4 \
99 ${CFDIR}/feature/accept_unresolvable_domains.m4 \
100 ${CFDIR}/feature/access_db.m4 \
101 ${CFDIR}/feature/allmasquerade.m4 \
102 ${CFDIR}/feature/always_add_domain.m4 \
103 ${CFDIR}/feature/bcc.m4 \
104 ${CFDIR}/feature/bestmx_is_local.m4 \
105 ${CFDIR}/feature/bitdomain.m4 \
106 ${CFDIR}/feature/blacklist_recipients.m4 \
107 ${CFDIR}/feature/conncontro
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/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...]
/freebsd-10-stable/lib/libc/gen/
H A Dfeature_present.c40 * Returns true if the named feature is present in the currently
41 * running kernel. A feature's presence is indicated by an integer
42 * sysctl node called kern.feature.<feature> that is non-zero.
45 feature_present(const char *feature) argument
51 if (asprintf(&mib, "kern.features.%s", feature) < 0)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c42 * Set to disable all feature checks while opening pools, allowing pools with
50 * Valid characters for feature guids. This list is mainly for aesthetic
65 * Every feature guid must contain exactly one colon which separates a reverse
66 * dns organization name from the feature's "short" name (e.g.
98 zfeature_info_t *feature = &spa_feature_table[i]; local
99 if (strcmp(guid, feature->fi_guid) == 0)
109 zfeature_info_t *feature = &spa_feature_table[i]; local
110 if (strcmp(name, feature->fi_uname) == 0) {
123 zfeature_info_t *feature = &spa_feature_table[fid]; local
125 for (int i = 0; feature
136 zfeature_info_t *feature = &spa_feature_table[fid]; local
[all...]
/freebsd-10-stable/sys/netinet/
H A Dsctp_var.h46 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature)
47 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature)
48 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature)
49 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0)
51 #define sctp_stcb_feature_on(inp, stcb, feature) {\
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Docteon-feature.c63 * Set the bit in octeon_feature_map for feature.
65 * @param feature
68 static int __init octeon_feature_set(octeon_feature_t feature) argument
72 byte = feature >> 3;
73 bit = feature & 0x7;
84 * Check feature map size
136 cvmx_dprintf("feature map overflow.\n");
H A Docteon-feature.h115 * Determine if the current Octeon supports a specific feature. These
119 * @param feature Feature to check for. This should always be a constant so the
122 * @return Non zero if the feature exists. Zero if the feature does not
125 * Note: This was octeon_has_feature before the feature map and is
128 static inline int old_octeon_has_feature(octeon_feature_t feature) argument
130 switch (feature)
277 * Answer ``Is the bit for feature set in the bitmap?''
278 * @param feature
279 * @return 1 when the feature i
285 octeon_has_feature(octeon_feature_t feature) argument
[all...]
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h119 #define vfs_set_feature(vfsp, feature) do { } while (0)
120 #define vfs_clear_feature(vfsp, feature) do { } while (0)
121 #define vfs_has_feature(vfsp, feature) (0)
/freebsd-10-stable/sys/arm/arm/
H A Didentcpu.c343 u_int feature; local
347 feature = cpu_pfr(0);
349 if (feature & ARM_PFR0_ARM_ISA_MASK)
352 if (feature & ARM_PFR0_THUMB2)
354 else if (feature & ARM_PFR0_THUMB)
357 if (feature & ARM_PFR0_JAZELLE_MASK)
360 if (feature & ARM_PFR0_THUMBEE_MASK)
365 feature = cpu_pfr(1);
367 if (feature & ARM_PFR1_ARMV4_MASK)
370 if (feature
[all...]
/freebsd-10-stable/sys/i386/bios/
H A Dmca_machdep.c54 u_int8_t feature; member in struct:sys_config
104 printf("BIOS SDT: features 0x%b\n", scp->feature,
117 MCA_system = ((scp->feature & FEATURE_MCABUS) ? 1 : 0);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfeature.h62 extern int feature_get_refcount_from_disk(spa_t *spa, zfeature_info_t *feature,
/freebsd-10-stable/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c167 nvme_ctrlr_cmd_set_feature(struct nvme_controller *ctrlr, uint8_t feature, argument
178 cmd->cdw10 = feature;
185 nvme_ctrlr_cmd_get_feature(struct nvme_controller *ctrlr, uint8_t feature, argument
196 cmd->cdw10 = feature;
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dhw_features.c2 * hostapd / Hardware feature query and different modes
72 struct hostapd_hw_modes *feature = &modes[i]; local
75 for (j = 0; j < feature->num_channels; j++) {
83 if (feature->channels[j].flag &
87 feature->channels[j].flag |=
89 if (feature->channels[j].flag & HOSTAPD_CHAN_DISABLED)
93 feature->mode,
94 feature->channels[j].chan,
95 feature->channels[j].freq,
96 feature
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h77 const char *feature,
/freebsd-10-stable/sys/dev/virtio/
H A Dvirtio.h77 int virtio_with_feature(device_t dev, uint64_t feature);
H A Dvirtio.c207 virtio_with_feature(device_t dev, uint64_t feature) argument
210 return (VIRTIO_BUS_WITH_FEATURE(device_get_parent(dev), feature));
/freebsd-10-stable/share/mk/
H A Dbsd.compiler.mk18 # compiler support for that feature:
/freebsd-10-stable/sys/cam/ctl/
H A Dctl.c10157 struct scsi_get_config_feature *feature; local
10189 feature = (struct scsi_get_config_feature *)(hdr + 1);
10217 scsi_ulto2b(0x0000, feature->feature_code);
10218 feature->flags = SGC_F_PERSISTENT | SGC_F_CURRENT;
10219 feature->add_length = 8;
10220 scsi_ulto2b(0x0008, &feature->feature_data[0]); /* CD-ROM */
10221 feature->feature_data[2] = 0x00;
10222 scsi_ulto2b(0x0010, &feature->feature_data[4]); /* DVD-ROM */
10223 feature->feature_data[6] = 0x01;
10224 feature
[all...]
/freebsd-10-stable/contrib/gdb/
H A Ddjunpack.bat28 Rem The following uses a feature of COPY whereby it does not copy
/freebsd-10-stable/sys/dev/ata/
H A Data-sata.c266 fis[3] = request->u.ata.feature;
276 fis[11] = request->u.ata.feature >> 8;
H A Data-all.c501 switch (request->u.ata.feature) {
508 switch (request->u.ata.feature) {
536 switch (request->u.ata.feature) {
548 if (request->u.ata.feature == 0xec)
565 switch(request->u.ata.feature) {
604 switch (request->u.ata.feature) {
746 request->u.ata.feature = ((uint16_t)ccb->ataio.cmd.features_exp << 8) |
/freebsd-10-stable/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 384 milliseconds

123