| /freebsd-12.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 | 950 ahc->features &= ~AHC_ULTRA; in ahc_pci_config() 1584 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom() 2164 ahc->features = AHC_AIC7850_FE; in ahc_aic785X_setup() 2182 ahc->features = AHC_AIC7860_FE; in ahc_aic7860_setup() 2199 ahc->features |= AHC_REMOVABLE; in ahc_apa1480_setup() 2209 ahc->features = AHC_AIC7870_FE; in ahc_aic7870_setup() 2257 ahc->features = AHC_AIC7880_FE; in ahc_aic7880_setup() 2308 ahc->features = AHC_AIC7890_FE; in ahc_aic7890_setup() 2323 ahc->features = AHC_AIC7892_FE; in ahc_aic7892_setup() 2394 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 | 984 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint() 1127 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint() 1713 if ((ahc->features & AHC_DT) == 0) in ahc_find_syncrate() 1842 if (ahc->features & AHC_WIDE) { in ahc_validate_width() 2279 if ((ahc->features & AHC_DT) == 0) in ahc_assert_atn() 3936 ahc->features = AHC_FENONE; in ahc_alloc() 4206 ahc->features |= AHC_WIDE; in ahc_reset() 4210 ahc->features |= AHC_TWIN; in ahc_reset() 4658 if (ahc->features & AHC_TWIN) { in ahc_chip_init() 4889 ahc->features &= ~AHC_TARGETMODE; in ahc_init() [all …]
|
| H A D | aic79xx_seq.h | 885 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) != 0); in ahd_patch18_func() 909 return ((ahd->features & AHD_NEW_DFCNTRL_OPTS) == 0); in ahd_patch15_func() 925 return ((ahd->features & AHD_RTI) == 0); in ahd_patch13_func() 957 return ((ahd->features & AHD_FAST_CDB_DELIVERY) != 0); in ahd_patch9_func()
|
| /freebsd-12.1/contrib/dma/ |
| H A D | net.c | 97 if (((config.features & SECURETRANS) != 0) && in send_remote_command() 98 ((config.features & NOSSL) == 0)) { in send_remote_command() 151 (config.features & NOSSL) == 0) { in read_remote() 267 if ((config.features & INSECURE) != 0 || in smtp_login() 268 (config.features & SECURETRANS) != 0) { in smtp_login() 344 ((config.features & NOSSL) == 0)) in close_connection() 386 if ((config.features & SECURETRANS) == 0 || in deliver_to_host() 387 (config.features & STARTTLS) != 0) { in deliver_to_host() 388 config.features |= NOSSL; in deliver_to_host() 391 config.features &= ~NOSSL; in deliver_to_host() [all …]
|
| H A D | conf.c | 220 config.features |= STARTTLS; in parse_conf() 222 config.features |= TLS_OPP; in parse_conf() 224 config.features |= SECURETRANS; in parse_conf() 226 config.features |= DEFER; in parse_conf() 228 config.features |= INSECURE; in parse_conf() 230 config.features |= FULLBOUNCE; in parse_conf() 232 config.features |= NULLCLIENT; in parse_conf() 239 if ((config.features & NULLCLIENT) && config.smarthost == NULL) { in parse_conf()
|
| /freebsd-12.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-12.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() 627 ataio->cmd.features = features; in ata_28bit_cmd() [all …]
|
| /freebsd-12.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-12.1/usr.sbin/bluetooth/hccontrol/ |
| H A D | node.c | 163 for (n = 0; n < sizeof(r.features)/sizeof(r.features[0]); n++) in hci_read_node_features() 164 fprintf(stdout, "%#02x ", r.features[n]); in hci_read_node_features() 165 fprintf(stdout, "\n%s\n", hci_features2str(r.features, in hci_read_node_features() 302 r.entries[n].features[0], r.entries[n].features[1], in hci_read_neighbor_cache() 303 r.entries[n].features[2], r.entries[n].features[3], in hci_read_neighbor_cache() 304 r.entries[n].features[4], r.entries[n].features[5], in hci_read_neighbor_cache() 305 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_features() 97 fprintf(stdout, "%#02x ", rp.features[n]); in hci_read_local_supported_features() 98 fprintf(stdout, "\n%s\n", hci_features2str(rp.features, in hci_read_local_supported_features()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | LangStandards.cpp | 16 #define LANGSTANDARD(id, name, lang, desc, features) \ argument 17 static const LangStandard Lang_##id = { name, desc, features, InputKind::lang }; 24 #define LANGSTANDARD(id, name, lang, desc, features) \ in getLangStandardForKind() argument 33 #define LANGSTANDARD(id, name, lang, desc, features) \ in getLangStandardForName() argument
|
| /freebsd-12.1/sys/dev/virtio/ |
| H A D | virtio.c | 121 uint64_t features, struct virtio_feature_desc *desc) in virtio_describe() argument 130 device_printf(dev, "%s features: %#jx\n", msg, (uintmax_t) features); in virtio_describe() 135 sbuf_printf(&sb, "%s features: %#jx", msg, (uintmax_t) features); in virtio_describe() 142 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe() 230 virtio_reinit(device_t dev, uint64_t features) in virtio_reinit() argument 233 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features)); in virtio_reinit()
|
| /freebsd-12.1/contrib/less/ |
| H A D | README | 67 Builds a "secure" version of less, with some features disabled 80 If you wish, you may edit defines.h to remove some optional features. 81 If you choose not to include some features in your version, you may 83 to remove the descriptions of the features which you are removing. 134 If you choose not to include some features in your version, you may 136 to remove the descriptions of the features which you are removing. 164 If you choose not to include some features in your version, you may 166 to remove the descriptions of the features which you are removing. 191 If you choose not to include some features in your version, you may 193 to remove the descriptions of the features which you are removing. [all …]
|
| /freebsd-12.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-12.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-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Features.def | 10 // This file defines features exposed via __has_feature and extensions exposed 22 // features, whereas EXTENSION(...) should be used for clang extensions. Note 29 # error Define either the FEATURE or EXTENSION macro to handle features 93 // Objective-C features 122 // C11 features 129 // C++11 features 169 // C++14 features 179 // NOTE: For features covered by SD-6, it is preferable to provide *only* 223 // C11 features supported by other languages as extensions. 230 // C++11 features supported by other languages as extensions. [all …]
|
| /freebsd-12.1/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio.c | 461 uint64_t host_features, features; in vtmmio_negotiate_features() local 472 features = host_features & child_features; in vtmmio_negotiate_features() 473 features = virtqueue_filter_features(features); in vtmmio_negotiate_features() 474 sc->vtmmio_features = features; in vtmmio_negotiate_features() 476 vtmmio_describe_features(sc, "negotiated", features); in vtmmio_negotiate_features() 477 vtmmio_write_config_4(sc, VIRTIO_MMIO_GUEST_FEATURES, features); in vtmmio_negotiate_features() 479 return (features); in vtmmio_negotiate_features() 577 vtmmio_reinit(device_t dev, uint64_t features) in vtmmio_reinit() argument 594 vtmmio_negotiate_features(dev, features); in vtmmio_reinit() 708 uint64_t features) in vtmmio_describe_features() argument [all …]
|
| /freebsd-12.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 …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 20 // SPARC Subtarget features. 134 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 139 // TO DO: Place-holder: Processor specific features will be added *very* soon here. 148 // LEON 3 FT (UT699). Provides features for the UT699 processor 153 // LEON3 FT (GR712RC). Provides features for the GR712RC processor. 163 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
|
| /freebsd-12.1/sys/dev/advansys/ |
| H A D | adwlib.c | 401 else if ((adw->features & ADW_DT) != 0) in adw_init_chip() 403 else if ((adw->features & ADW_ULTRA2) != 0) in adw_init_chip() 569 if ((adw->features & ADW_ULTRA) != 0) { in adw_init_chip() 590 if ((adw->features & ADW_ULTRA2) != 0) { in adw_init_chip() 690 if ((adw->features & ADW_ULTRA2) != 0 in adw_init_chip() 700 if ((adw->features & ADW_ULTRA2) != 0) { in adw_init_chip() 813 if ((adw->features & ADW_DT) == 0) in adw_find_sdtr() 815 if ((adw->features & ADW_ULTRA2) == 0) in adw_find_sdtr()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| H A D | sat.c | 809 fis->h.features |= 0x01; in satPacket() 814 fis->h.features |= 0x0; in satPacket() 999 fis->h.features |= 0x01; in satRequestSenseForATAPI() 1003 fis->h.features |= 0x0; in satRequestSenseForATAPI() 1063 fis->h.features = 0; in satDeviceReset() 1140 fis->h.features = 0; in satExecuteDeviceDiagnostic() 1607 fis->h.features = 0xFF; in satRead10() 5235 fis->h.features = 0; in satTestUnitReady_1() 5688 fis->h.features = 0; in satRequestSense_1() 11264 fis->h.features = 0xD8; in satSMARTEnable() [all …]
|
| /freebsd-12.1/sys/dev/pms/RefTisa/sat/src/ |
| H A D | smsat.c | 4055 fis->h.features |= 0x01; in smsatPacket() 4060 fis->h.features |= 0x0; in smsatPacket() 4256 fis->h.features |= 0x01; in smsatRequestSenseForATAPI() 4260 fis->h.features |= 0x0; in smsatRequestSenseForATAPI() 4337 fis->h.features = 0; in smsatDeviceReset() 4414 fis->h.features = 0; in smsatExecuteDeviceDiagnostic() 5217 fis->h.features = 0xFF; in smsatRead10() 5666 fis->h.features = 0xFF; in smsatRead12() 8776 fis->h.features = 0; in smsatTestUnitReady_1() 9341 fis->h.features = 0; in smsatRequestSense_1() [all …]
|
| /freebsd-12.1/sys/dev/virtio/random/ |
| H A D | virtio_random.c | 170 uint64_t features; in vtrnd_negotiate_features() local 173 features = VTRND_FEATURES; in vtrnd_negotiate_features() 175 sc->vtrnd_features = virtio_negotiate_features(dev, features); in vtrnd_negotiate_features()
|