Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx_seq.h907 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()
1059 return ((ahc->features & AHC_QUEUE_REGS) != 0); in ahc_patch3_func()
[all …]
HDaic7xxx_pci.c871 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
887 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
904 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
942 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_pci_config()
948 ahc->features &= ~AHC_ULTRA; in ahc_pci_config()
960 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config()
1018 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config()
1029 if ((ahc->features & AHC_MULTI_FUNC) != 0) in ahc_pci_config()
1032 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config()
1073 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present()
[all …]
HDaic7xxx.seq78 if ((ahc->features & AHC_ULTRA2) != 0) {
82 if ((ahc->features & AHC_TWIN) != 0) {
90 if ((ahc->features & AHC_TWIN) != 0) {
97 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
140 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
169 if ((ahc->features & AHC_DT) == 0) {
201 if ((ahc->features & AHC_CMD_CHAN) != 0) {
214 if ((ahc->features & AHC_MULTI_TID) != 0) {
216 } else if ((ahc->features & AHC_ULTRA2) != 0) {
222 if ((ahc->features & AHC_TWIN) != 0) {
[all …]
HDaic7xxx.c279 if ((ahc->features & AHC_CMD_CHAN) != 0) { in ahc_restart()
762 if ((ahc->features & AHC_DT) == 0) { in ahc_handle_seqint()
869 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_handle_seqint()
982 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint()
989 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_handle_scsiint()
995 if ((ahc->features & AHC_TWIN) != 0) { in ahc_handle_scsiint()
1019 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_handle_scsiint()
1109 if ((ahc->features & AHC_DT) != 0) { in ahc_handle_scsiint()
1125 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint()
1482 if ((ahc->features & AHC_DT) != 0) in ahc_clear_critical_section()
[all …]
HDaic79xx_seq.h885 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-11-stable/contrib/dma/
HDnet.c96 if (((config.features & SECURETRANS) != 0) && in send_remote_command()
97 ((config.features & NOSSL) == 0)) { in send_remote_command()
149 if (((config.features & SECURETRANS) != 0) && in read_remote()
150 (config.features & NOSSL) == 0) { in read_remote()
266 if ((config.features & INSECURE) != 0 || in smtp_login()
267 (config.features & SECURETRANS) != 0) { in smtp_login()
342 if (((config.features & SECURETRANS) != 0) && in close_connection()
343 ((config.features & NOSSL) == 0)) in close_connection()
385 if ((config.features & SECURETRANS) == 0 || in deliver_to_host()
386 (config.features & STARTTLS) != 0) { in deliver_to_host()
[all …]
HDconf.c220 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-11-stable/contrib/xz/src/liblzma/common/
HDfilter_common.c36 } 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-11-stable/usr.sbin/bluetooth/hccontrol/
HDnode.c163 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()
250 r.entries[n].features[0], r.entries[n].features[1], in hci_read_neighbor_cache()
251 r.entries[n].features[2], r.entries[n].features[3], in hci_read_neighbor_cache()
252 r.entries[n].features[4], r.entries[n].features[5], in hci_read_neighbor_cache()
253 r.entries[n].features[6], r.entries[n].features[7], in hci_read_neighbor_cache()
HDinfo.c96 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()
HDutil.c2928 hci_features2str(uint8_t *features, char *buffer, int size) in hci_features2str() argument
3025 if (features[n] & (1 << i)) { in hci_features2str()
3042 hci_le_features2str(uint8_t *features, char *buffer, int size) in hci_le_features2str() argument
3139 if (features[n] & (1 << i)) { in hci_le_features2str()
/freebsd-11-stable/sys/cam/ata/
HData_all.c79 switch (cmd->features) { in ata_op_string()
86 switch (cmd->features) { in ata_op_string()
91 switch (cmd->features) { in ata_op_string()
121 switch (cmd->features) { in ata_op_string()
126 switch (cmd->features) { in ata_op_string()
143 switch (cmd->features & 0xf) { in ata_op_string()
174 if (cmd->features == 0xec) in ata_op_string()
186 switch (cmd->features) { in ata_op_string()
202 switch(cmd->features) { in ata_op_string()
217 switch(cmd->features) { in ata_op_string()
[all …]
/freebsd-11-stable/sys/dev/liquidio/
HDlio_ioctl.c149 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()
178 if (features & (IFCAP_RXCSUM | IFCAP_RXCSUM_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()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDLangStandards.cpp14 #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-11-stable/sys/dev/virtio/
HDvirtio.c119 uint64_t features, struct virtio_feature_desc *desc) in virtio_describe() argument
128 device_printf(dev, "%s features: %#jx\n", msg, (uintmax_t) features); in virtio_describe()
133 sbuf_printf(&sb, "%s features: %#jx", msg, (uintmax_t) features); in virtio_describe()
140 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe()
228 virtio_reinit(device_t dev, uint64_t features) in virtio_reinit() argument
231 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features)); in virtio_reinit()
/freebsd-11-stable/sbin/camcontrol/
HDzone.c472 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-11-stable/contrib/less/
HDREADME73 Builds a "secure" version of less, with some features disabled
86 If you wish, you may edit defines.h to remove some optional features.
87 If you choose not to include some features in your version, you may
89 to remove the descriptions of the features which you are removing.
137 4. If you wish, you may edit DEFINES.DS to remove some optional features.
138 If you choose not to include some features in your version, you may
140 to remove the descriptions of the features which you are removing.
167 4. If you wish, you may edit defines.wn to remove some optional features.
168 If you choose not to include some features in your version, you may
170 to remove the descriptions of the features which you are removing.
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFeatures.def9 // 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
93 // Objective-C features
125 // C11 features
132 // C++11 features
172 // C++14 features
182 // NOTE: For features covered by SD-6, it is preferable to provide *only*
226 // C11 features supported by other languages as extensions.
233 // C++11 features supported by other languages as extensions.
[all …]
/freebsd-11-stable/sys/dev/virtio/mmio/
HDvirtio_mmio.c461 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()
576 vtmmio_reinit(device_t dev, uint64_t features) in vtmmio_reinit() argument
593 vtmmio_negotiate_features(dev, features); in vtmmio_reinit()
704 uint64_t features) in vtmmio_describe_features() argument
[all …]
/freebsd-11-stable/contrib/tnftp/src/
HDutil.c184 features[FEAT_MDTM] = 1; in parse_feat()
186 features[FEAT_MLST] = 1; in parse_feat()
188 features[FEAT_REST_STREAM] = 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()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparc.td19 // SPARC Subtarget features.
133 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
138 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
147 // LEON 3 FT (UT699). Provides features for the UT699 processor
152 // LEON3 FT (GR712RC). Provides features for the GR712RC processor.
162 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
/freebsd-11-stable/sys/dev/advansys/
HDadwlib.c399 else if ((adw->features & ADW_DT) != 0) in adw_init_chip()
401 else if ((adw->features & ADW_ULTRA2) != 0) in adw_init_chip()
567 if ((adw->features & ADW_ULTRA) != 0) { in adw_init_chip()
588 if ((adw->features & ADW_ULTRA2) != 0) { in adw_init_chip()
688 if ((adw->features & ADW_ULTRA2) != 0 in adw_init_chip()
698 if ((adw->features & ADW_ULTRA2) != 0) { in adw_init_chip()
811 if ((adw->features & ADW_DT) == 0) in adw_find_sdtr()
813 if ((adw->features & ADW_ULTRA2) == 0) in adw_find_sdtr()
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDsat.c765 …fis->h.features = (tiScsiRequest->dataDirection == tiDirectionIn)? 0x04 : 0; /* 1 for D2H, 0 fo… in satPacket()
769 fis->h.features = 0; /* FIS reserve */ in satPacket()
809 fis->h.features |= 0x01; in satPacket()
814 fis->h.features |= 0x0; in satPacket()
874 fis->h.features = 0x03; /* set transfer mode */ in satSetFeatures()
970 …fis->h.features = (tiScsiRequest->dataDirection == tiDirectionIn)? 0x04 : 0; /* 1 for D2H, 0 fo… in satRequestSenseForATAPI()
974 fis->h.features = 0; /* FIS reserve */ in satRequestSenseForATAPI()
999 fis->h.features |= 0x01; in satRequestSenseForATAPI()
1003 fis->h.features |= 0x0; in satRequestSenseForATAPI()
1063 fis->h.features = 0; in satDeviceReset()
[all …]
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
HDsmsat.c3341 fis->h.features = 0; /* FIS reserve */ in smsatIDStart()
4045 …fis->h.features = (smScsiRequest->dataDirection == smDirectionIn)? 0x04 : 0; /* 1 for D2H, 0 fo… in smsatPacket()
4049 fis->h.features = 0; /* FIS reserve */ in smsatPacket()
4055 fis->h.features |= 0x01; in smsatPacket()
4060 fis->h.features |= 0x0; in smsatPacket()
4153 fis->h.features = 0x03; /* set transfer mode */ in smsatSetFeaturesPIO()
4247 …fis->h.features = (smScsiRequest->dataDirection == smDirectionIn)? 0x04 : 0; /* 1 for D2H, 0 fo… in smsatRequestSenseForATAPI()
4251 fis->h.features = 0; /* FIS reserve */ in smsatRequestSenseForATAPI()
4256 fis->h.features |= 0x01; in smsatRequestSenseForATAPI()
4260 fis->h.features |= 0x0; in smsatRequestSenseForATAPI()
[all …]
/freebsd-11-stable/sys/dev/virtio/random/
HDvirtio_random.c168 uint64_t features; in vtrnd_negotiate_features() local
171 features = VTRND_FEATURES; in vtrnd_negotiate_features()
173 sc->vtrnd_features = virtio_negotiate_features(dev, features); in vtrnd_negotiate_features()

12345678910>>...24