| /freebsd-13.1/usr.bin/elfctl/ |
| H A D | elfctl.c | 98 char *features; in main() local 104 features = NULL; in main() 119 if (features != NULL) in main() 121 features = optarg; in main() 188 features, endian_swap)) { in main() 309 prev_features = features; in edit_file_features() 313 if (features == prev_features) in edit_file_features() 317 features = bswap32(features); in edit_file_features() 320 write(fd, &features, sizeof(features)) < in edit_file_features() 343 uint32_t features; in print_file_features() local [all …]
|
| /freebsd-13.1/contrib/dma/ |
| H A D | net.c | 271 if (features->auth.cram_md5) { in smtp_login() 285 if (features->auth.login) { in smtp_login() 405 memset(features, 0, sizeof(*features)); in perform_server_greeting() 450 features->starttls = 1; in perform_server_greeting() 460 if (features->starttls) in perform_server_greeting() 466 if (features->auth.cram_md5) { in perform_server_greeting() 469 if (features->auth.login) { in perform_server_greeting() 480 struct smtp_features features; in deliver_to_host() local 515 config.features |= NOSSL; in deliver_to_host() 518 config.features &= ~NOSSL; in deliver_to_host() [all …]
|
| H A D | conf.c | 220 config.features |= STARTTLS; in parse_conf() 238 config.features |= TLS_OPP; in parse_conf() 240 config.features |= SECURETRANSFER; in parse_conf() 242 config.features |= DEFER; in parse_conf() 244 config.features |= INSECURE; in parse_conf() 246 config.features |= FULLBOUNCE; in parse_conf() 248 config.features |= NULLCLIENT; in parse_conf() 255 if ((config.features & NULLCLIENT) && config.smarthost == NULL) { in parse_conf()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx_seq.h | 907 return ((ahc->features & AHC_CMD_CHAN) == 0); in ahc_patch22_func() 915 return ((ahc->features & AHC_QUEUE_REGS) == 0); in ahc_patch21_func() 923 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func() 963 return ((ahc->features & AHC_ULTRA2) == 0); in ahc_patch15_func() 987 return ((ahc->features & AHC_HS_MAILBOX) != 0); in ahc_patch12_func() 995 return ((ahc->features & AHC_ULTRA) != 0); in ahc_patch11_func() 1003 return ((ahc->features & AHC_MULTI_TID) != 0); in ahc_patch10_func() 1011 return ((ahc->features & AHC_CMD_CHAN) != 0); in ahc_patch9_func() 1035 return ((ahc->features & AHC_DT) == 0); in ahc_patch6_func() 1067 return ((ahc->features & AHC_TWIN) != 0); in ahc_patch2_func() [all …]
|
| H A D | aic7xxx_pci.c | 946 ahc->features &= ~AHC_ULTRA; in ahc_pci_config() 1579 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom() 2159 ahc->features = AHC_AIC7850_FE; in ahc_aic785X_setup() 2177 ahc->features = AHC_AIC7860_FE; in ahc_aic7860_setup() 2194 ahc->features |= AHC_REMOVABLE; in ahc_apa1480_setup() 2204 ahc->features = AHC_AIC7870_FE; in ahc_aic7870_setup() 2252 ahc->features = AHC_AIC7880_FE; in ahc_aic7880_setup() 2303 ahc->features = AHC_AIC7890_FE; in ahc_aic7890_setup() 2318 ahc->features = AHC_AIC7892_FE; in ahc_aic7892_setup() 2389 ahc->features = AHC_AIC7896_FE; in ahc_aic7896_setup() [all …]
|
| H A D | aic7xxx.seq | 78 if ((ahc->features & AHC_ULTRA2) != 0) { 82 if ((ahc->features & AHC_TWIN) != 0) { 90 if ((ahc->features & AHC_TWIN) != 0) { 169 if ((ahc->features & AHC_DT) == 0) { 222 if ((ahc->features & AHC_TWIN) != 0) { 348 if ((ahc->features & AHC_TWIN) != 0) { 372 if ((ahc->features & AHC_TWIN) != 0) { 899 if ((ahc->features & AHC_DT) == 0) { 922 if ((ahc->features & AHC_DT) == 0) { 1445 if ((ahc->features & AHC_DT) == 0) { [all …]
|
| H A D | aic7xxx.c | 981 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint() 1124 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint() 1709 if ((ahc->features & AHC_DT) == 0) in ahc_find_syncrate() 1836 if (ahc->features & AHC_WIDE) { in ahc_validate_width() 2270 if ((ahc->features & AHC_DT) == 0) in ahc_assert_atn() 3917 ahc->features = AHC_FENONE; in ahc_alloc() 4187 ahc->features |= AHC_WIDE; in ahc_reset() 4191 ahc->features |= AHC_TWIN; in ahc_reset() 4638 if (ahc->features & AHC_TWIN) { in ahc_chip_init() 4868 ahc->features &= ~AHC_TARGETMODE; in ahc_init() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 3 (skiboot/doc/device-tree/ibm,powerpc-cpu-features/binding.txt) 5 There is more complete overview and documentation of features in that 9 ibm,powerpc-cpu-features binding 19 /cpus/ibm,powerpc-cpu-features node binding 22 Node: ibm,powerpc-cpu-features 26 The node name must be "ibm,powerpc-cpu-features". 38 Definition: "ibm,powerpc-cpu-features" 92 Value is defined similarly to /cpus/features/isa 186 features to be advertised. 206 /cpus/ibm,powerpc-cpu-features { [all …]
|
| /freebsd-13.1/contrib/xz/src/liblzma/common/ |
| H A D | filter_common.c | 36 } features[] = { variable 155 for (j = 0; src[i].id != features[j].id; ++j) { in lzma_filters_copy() 156 if (features[j].id == LZMA_VLI_UNKNOWN) { in lzma_filters_copy() 163 dest[i].options = lzma_alloc(features[j].options_size, in lzma_filters_copy() 171 features[j].options_size); in lzma_filters_copy() 215 for (j = 0; filters[i].id != features[j].id; ++j) in validate_chain() 216 if (features[j].id == LZMA_VLI_UNKNOWN) in validate_chain() 224 non_last_ok = features[j].non_last_ok; in validate_chain() 225 last_ok = features[j].last_ok; in validate_chain() 226 changes_size_count += features[j].changes_size; in validate_chain()
|
| /freebsd-13.1/sys/dev/virtio/ |
| H A D | virtio.c | 123 virtio_describe_sbuf(struct sbuf *sb, uint64_t features, in virtio_describe_sbuf() argument 130 sbuf_printf(sb, "%#jx", (uintmax_t) features); in virtio_describe_sbuf() 137 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe_sbuf() 159 virtio_describe(device_t dev, const char *msg, uint64_t features, in virtio_describe() argument 174 error = virtio_describe_sbuf(&sb, features, desc); in virtio_describe() 184 (uintmax_t) features); in virtio_describe() 189 virtio_filter_transport_features(uint64_t features) in virtio_filter_transport_features() argument 202 return (features & mask); in virtio_filter_transport_features() 295 virtio_reinit(device_t dev, uint64_t features) in virtio_reinit() argument 298 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features)); in virtio_reinit()
|
| H A D | virtio.h | 93 uint64_t features, struct virtio_feature_desc *desc); 94 int virtio_describe_sbuf(struct sbuf *sb, uint64_t features, 96 uint64_t virtio_filter_transport_features(uint64_t features); 114 int virtio_reinit(device_t dev, uint64_t features);
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/mrvl/ |
| H A D | tauros2.txt | 5 - marvell,tauros2-cache-features : Specify the features supported for the 7 The features including 16 marvell,tauros2-cache-features = <0x3>;
|
| /freebsd-13.1/usr.sbin/bluetooth/hccontrol/ |
| H A D | node.c | 164 for (n = 0; n < sizeof(r.features)/sizeof(r.features[0]); n++) in hci_read_node_features() 165 fprintf(stdout, "%#02x ", r.features[n]); in hci_read_node_features() 166 fprintf(stdout, "\n%s\n", hci_features2str(r.features, in hci_read_node_features() 257 r.entries[n].features[0], r.entries[n].features[1], in hci_read_neighbor_cache() 258 r.entries[n].features[2], r.entries[n].features[3], in hci_read_neighbor_cache() 259 r.entries[n].features[4], r.entries[n].features[5], in hci_read_neighbor_cache() 260 r.entries[n].features[6], r.entries[n].features[7], in hci_read_neighbor_cache()
|
| H A D | info.c | 96 for (n = 0; n < sizeof(rp.features); n++) { in hci_read_local_supported_commands() 99 fprintf(stdout, "%#02x ", rp.features[n]); in hci_read_local_supported_commands() 101 fprintf(stdout, "\n%s\n", hci_commands2str(rp.features, in hci_read_local_supported_commands() 128 for (n = 0; n < sizeof(rp.features); n++) in hci_read_local_supported_features() 129 fprintf(stdout, "%#02x ", rp.features[n]); in hci_read_local_supported_features() 130 fprintf(stdout, "\n%s\n", hci_features2str(rp.features, in hci_read_local_supported_features()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangStandards.cpp | 14 #define LANGSTANDARD(id, name, lang, desc, features) \ argument 15 static const LangStandard Lang_##id = {name, desc, features, Language::lang}; 22 #define LANGSTANDARD(id, name, lang, desc, features) \ in getLangStandardForKind() argument 31 #define LANGSTANDARD(id, name, lang, desc, features) .Case(name, lang_##id) in getLangKind() argument
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_ioctl.c | 149 int features = ifrequest->ifr_reqcap ^ in lio_ioctl() local 154 if (!features) in lio_ioctl() 157 if (features & IFCAP_TXCSUM) { in lio_ioctl() 168 if (features & IFCAP_TXCSUM_IPV6) { in lio_ioctl() 179 error |= lio_set_rx_csum(ifp, (features & in lio_ioctl() 183 if (features & IFCAP_TSO4) in lio_ioctl() 186 if (features & IFCAP_TSO6) in lio_ioctl() 189 if (features & IFCAP_LRO) in lio_ioctl() 192 if (features & IFCAP_VLAN_HWTAGGING) in lio_ioctl() 195 if (features & IFCAP_VLAN_HWFILTER) in lio_ioctl() [all …]
|
| /freebsd-13.1/sys/cam/ata/ |
| H A D | ata_all.c | 81 switch (cmd->features) { in ata_op_string() 88 switch (cmd->features) { in ata_op_string() 93 switch (cmd->features) { in ata_op_string() 123 switch (cmd->features) { in ata_op_string() 128 switch (cmd->features) { in ata_op_string() 188 switch (cmd->features) { in ata_op_string() 204 switch(cmd->features) { in ata_op_string() 219 switch(cmd->features) { in ata_op_string() 261 switch (cmd->features) { in ata_op_string() 637 ataio->cmd.features = features; in ata_28bit_cmd() [all …]
|
| /freebsd-13.1/sys/arm64/iommu/ |
| H A D | smmu.c | 1104 if (sc->features & CR0_PRIQEN) { in smmu_enable_interrupts() 1119 if (sc->features & SMMU_FEATURE_PRI) in smmu_enable_interrupts() 1298 sc->features = 0; in smmu_check_features() 1340 sc->features |= SMMU_FEATURE_SEV; in smmu_check_features() 1345 sc->features |= SMMU_FEATURE_MSI; in smmu_check_features() 1351 sc->features |= SMMU_FEATURE_HYP; in smmu_check_features() 1355 sc->features |= SMMU_FEATURE_ATS; in smmu_check_features() 1358 sc->features |= SMMU_FEATURE_PRI; in smmu_check_features() 1375 sc->features |= SMMU_FEATURE_S1P; in smmu_check_features() 1381 sc->features |= SMMU_FEATURE_S2P; in smmu_check_features() [all …]
|
| /freebsd-13.1/sys/dev/psci/ |
| H A D | smccc.c | 53 int32_t features; in smccc_init() local 56 features = psci_features(SMCCC_VERSION); in smccc_init() 57 if (features != PSCI_RETVAL_NOT_SUPPORTED) { in smccc_init()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_features_001_pos.ksh | 43 features="com.test:xxx_unsup0 com.test:xxx_unsup1 com.test:xxx_unsup2" 59 for feature in $features; do 64 for feature in $features; do
|
| /freebsd-13.1/sbin/camcontrol/ |
| H A D | zone.c | 472 uint16_t features = 0, sector_count = 0; in zone() local 480 features = action; in zone() 482 features |= (rep_option << 8); in zone() 492 features = ZAC_ATA_SECTOR_COUNT(alloc_len); in zone() 508 /*features*/ features, in zone() 564 uint16_t features = 0, sector_count = 0; in zone() local 576 features = action & 0xf; in zone() 578 features |= (ZBC_OUT_ALL << 8); in zone() 586 features = ATA_NCQ_ZAC_MGMT_OUT; in zone() 600 /*features*/ features, in zone()
|
| /freebsd-13.1/contrib/less/ |
| H A D | README | 76 Builds a "secure" version of less, with some features disabled 89 If you wish, you may edit defines.h to remove some optional features. 90 If you choose not to include some features in your version, you may 92 to remove the descriptions of the features which you are removing. 141 If you choose not to include some features in your version, you may 143 to remove the descriptions of the features which you are removing. 171 If you choose not to include some features in your version, you may 173 to remove the descriptions of the features which you are removing. 198 If you choose not to include some features in your version, you may 200 to remove the descriptions of the features which you are removing. [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Features.def | 9 // This file defines features exposed via __has_feature and extensions exposed 21 // features, whereas EXTENSION(...) should be used for clang extensions. Note 28 # error Define either the FEATURE or EXTENSION macro to handle features 99 // Objective-C features 131 // C11 features 138 // C++11 features 178 // C++14 features 188 // NOTE: For features covered by SD-6, it is preferable to provide *only* 232 // C11 features supported by other languages as extensions. 239 // C++11 features supported by other languages as extensions. [all …]
|
| /freebsd-13.1/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio.c | 428 uint64_t host_features, features; in vtmmio_negotiate_features() local 449 features = host_features & child_features; in vtmmio_negotiate_features() 450 features = virtio_filter_transport_features(features); in vtmmio_negotiate_features() 451 sc->vtmmio_features = features; in vtmmio_negotiate_features() 453 vtmmio_describe_features(sc, "negotiated", features); in vtmmio_negotiate_features() 459 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features); in vtmmio_negotiate_features() 461 return (features); in vtmmio_negotiate_features() 591 vtmmio_reinit(device_t dev, uint64_t features) in vtmmio_reinit() argument 608 vtmmio_negotiate_features(dev, features); in vtmmio_reinit() 800 uint64_t features) in vtmmio_describe_features() argument [all …]
|
| /freebsd-13.1/contrib/tnftp/src/ |
| H A D | util.c | 184 features[FEAT_MDTM] = 1; in parse_feat() 186 features[FEAT_MLST] = 1; in parse_feat() 190 features[FEAT_SIZE] = 1; in parse_feat() 192 features[FEAT_TVFS] = 1; in parse_feat() 261 features[i] = -1; in getremoteinfo() 265 if (features[i] == -1) in getremoteinfo() 266 features[i] = 0; in getremoteinfo() 268 features[FEAT_FEAT] = 1; in getremoteinfo() 270 features[FEAT_FEAT] = 0; in getremoteinfo() 685 features[FEAT_SIZE] = 0; in remotesize() [all …]
|