Searched refs:features (Results 1 - 25 of 202) sorted by relevance

123456789

/freebsd-11-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dos_defines.h44 #include <features.h>
/freebsd-11-stable/contrib/libstdc++/config/os/uclibc/
H A Dos_defines.h44 #include <features.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_glibc_version.h19 #include <features.h>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp14 #define LANGSTANDARD(id, name, lang, desc, features) \
15 static const LangStandard Lang_##id = {name, desc, features, Language::lang};
22 #define LANGSTANDARD(id, name, lang, desc, features) \
31 #define LANGSTANDARD(id, name, lang, desc, features) .Case(name, lang_##id)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dkludge-fd_set.c13 # include <features.h>
/freebsd-11-stable/contrib/dma/
H A Dconf.c220 config.features |= STARTTLS;
222 config.features |= TLS_OPP;
224 config.features |= SECURETRANS;
226 config.features |= DEFER;
228 config.features |= INSECURE;
230 config.features |= FULLBOUNCE;
232 config.features |= NULLCLIENT;
239 if ((config.features & NULLCLIENT) && config.smarthost == NULL) {
H A Dnet.c96 if (((config.features & SECURETRANS) != 0) &&
97 ((config.features & NOSSL) == 0)) {
149 if (((config.features & SECURETRANS) != 0) &&
150 (config.features & NOSSL) == 0) {
266 if ((config.features & INSECURE) != 0 ||
267 (config.features & SECURETRANS) != 0) {
342 if (((config.features & SECURETRANS) != 0) &&
343 ((config.features & NOSSL) == 0))
385 if ((config.features & SECURETRANS) == 0 ||
386 (config.features
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_common.c36 } features[] = { variable in typeref:struct:__anon5858
155 for (j = 0; src[i].id != features[j].id; ++j) {
156 if (features[j].id == LZMA_VLI_UNKNOWN) {
163 dest[i].options = lzma_alloc(features[j].options_size,
171 features[j].options_size);
215 for (j = 0; filters[i].id != features[j].id; ++j)
216 if (features[j].id == LZMA_VLI_UNKNOWN)
224 non_last_ok = features[j].non_last_ok;
225 last_ok = features[j].last_ok;
226 changes_size_count += features[
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c96 for (n = 0; n < sizeof(rp.features); n++) {
99 fprintf(stdout, "%#02x ", rp.features[n]);
101 fprintf(stdout, "\n%s\n", hci_commands2str(rp.features,
128 for (n = 0; n < sizeof(rp.features); n++)
129 fprintf(stdout, "%#02x ", rp.features[n]);
130 fprintf(stdout, "\n%s\n", hci_features2str(rp.features,
229 "\nThis command requests a list of the supported features for the local\n" \
230 "unit. This command will return a list of the LMP features.",
H A Dnode.c163 for (n = 0; n < sizeof(r.features)/sizeof(r.features[0]); n++)
164 fprintf(stdout, "%#02x ", r.features[n]);
165 fprintf(stdout, "\n%s\n", hci_features2str(r.features,
250 r.entries[n].features[0], r.entries[n].features[1],
251 r.entries[n].features[2], r.entries[n].features[3],
252 r.entries[n].features[4], r.entries[n].features[
[all...]
/freebsd-11-stable/sys/xen/
H A Dfeatures.c9 #include <xen/features.h>
H A Dgnttab.h42 #include <xen/features.h>
122 #include <xen/features.h>
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c871 if ((ahc->features & AHC_ULTRA2) != 0)
887 if ((ahc->features & AHC_DT) != 0) {
904 if ((ahc->features & AHC_ULTRA2) != 0) {
942 if ((ahc->features & AHC_ULTRA) != 0) {
948 ahc->features &= ~AHC_ULTRA;
960 if ((ahc->features & AHC_ULTRA2) != 0) {
1018 if ((ahc->features & AHC_DT) != 0) {
1029 if ((ahc->features & AHC_MULTI_FUNC) != 0)
1032 if ((ahc->features & AHC_ULTRA2) != 0)
1073 if ((ahc->features
[all...]
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_ioctl.c149 int features = ifrequest->ifr_reqcap ^ local
154 if (!features)
157 if (features & IFCAP_TXCSUM) {
168 if (features & IFCAP_TXCSUM_IPV6) {
178 if (features & (IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6))
179 error |= lio_set_rx_csum(ifp, (features &
183 if (features & IFCAP_TSO4)
186 if (features & IFCAP_TSO6)
189 if (features & IFCAP_LRO)
192 if (features
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dconfig_f.h41 #include <features.h> /* for __GLIBC__ */
/freebsd-11-stable/tests/sys/acl/
H A D02.sh40 if [ $(sysctl -n kern.features.ufs_acl 2>/dev/null || echo 0) -eq 0 ]; then
H A D00.sh40 if [ $(sysctl -n kern.features.ufs_acl 2>/dev/null || echo 0) -eq 0 ]; then
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtio.c74 /* Device independent features. */
119 uint64_t features, struct virtio_feature_desc *desc)
128 device_printf(dev, "%s features: %#jx\n", msg, (uintmax_t) features);
133 sbuf_printf(&sb, "%s features: %#jx", msg, (uintmax_t) features);
140 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE)
228 virtio_reinit(device_t dev, uint64_t features) argument
231 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features));
118 virtio_describe(device_t dev, const char *msg, uint64_t features, struct virtio_feature_desc *desc) argument
H A Dvirtio.h66 uint64_t features, struct virtio_feature_desc *feature_desc);
80 int virtio_reinit(device_t dev, uint64_t features);
/freebsd-11-stable/sbin/camcontrol/
H A Dzone.c472 uint16_t features = 0, sector_count = 0; local
480 features = action;
482 features |= (rep_option << 8);
492 features = ZAC_ATA_SECTOR_COUNT(alloc_len);
508 /*features*/ features,
564 uint16_t features = 0, sector_count = 0; local
576 features = action & 0xf;
578 features |= (ZBC_OUT_ALL << 8);
586 features
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_all.c79 switch (cmd->features) {
86 switch (cmd->features) {
91 switch (cmd->features) {
121 switch (cmd->features) {
126 switch (cmd->features) {
143 switch (cmd->features & 0xf) {
174 if (cmd->features == 0xec)
186 switch (cmd->features) {
202 switch(cmd->features) {
217 switch(cmd->features) {
538 ata_28bit_cmd(struct ccb_ataio *ataio, uint8_t cmd, uint8_t features, uint32_t lba, uint8_t sector_count) argument
563 ata_48bit_cmd(struct ccb_ataio *ataio, uint8_t cmd, uint16_t features, uint64_t lba, uint16_t sector_count) argument
[all...]
/freebsd-11-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c461 uint64_t host_features, features; local
469 * Limit negotiated features to what the driver, virtqueue, and
472 features = host_features & child_features;
473 features = virtqueue_filter_features(features);
474 sc->vtmmio_features = features;
476 vtmmio_describe_features(sc, "negotiated", features);
477 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features);
479 return (features);
576 vtmmio_reinit(device_t dev, uint64_t features) argument
703 vtmmio_describe_features(struct vtmmio_softc *sc, const char *msg, uint64_t features) argument
[all...]
/freebsd-11-stable/sys/dev/virtio/random/
H A Dvirtio_random.c168 uint64_t features; local
171 features = VTRND_FEATURES;
173 sc->vtrnd_features = virtio_negotiate_features(dev, features);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c184 features[FEAT_MDTM] = 1;
186 features[FEAT_MLST] = 1;
188 features[FEAT_REST_STREAM] = 1;
190 features[FEAT_SIZE] = 1;
192 features[FEAT_TVFS] = 1;
196 * Determine the remote system type (SYST) and features (FEAT).
259 /* determine features (if any) */
261 features[i] = -1;
265 if (features[i] == -1)
266 features[
[all...]
/freebsd-11-stable/sys/dev/advansys/
H A Dadw_pci.c319 adw->features = ADW_FENONE;
336 adw->features = ADW_ASC3550_FE;
373 adw->features = ADW_ASC38C0800_FE;
389 adw->features = ADW_ASC38C1600_FE;

Completed in 196 milliseconds

123456789