Home
last modified time | relevance | path

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

12345678910>>...67

/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm320 my %features = ();
324 foreach ($_->features()) {
325 $features{$_}++;
340 foreach (keys %features) {
341 delete $features{$_} if $features{$_} == 2;
345 join(", ", sort keys %features), "\n"
346 if %features;
410 my %features = ();
416 if ($def =~ m{^ZLIB$}) { $features{$&} = $op; }
417 if ($def =~ m{^OPENSSL_USE_}) { $features{$'} = $op; }
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dfnchange.lst161 @V@/gdb/features/mips64-cp0.xml @V@/gdb/features/mips64-0cp.xml
162 @V@/gdb/features/arm-vfpv2.xml @V@/gdb/features/armvfpv2.xml
163 @V@/gdb/features/arm-vfpv3.xml @V@/gdb/features/armvfpv3.xml
164 @V@/gdb/features/arm-with-iwmmxt.xml @V@/gdb/features/arm-iwmmxt.xml
165 @V@/gdb/features/arm-with-neon.xml @V@/gdb/features/arm-neon.xml
166 @V@/gdb/features/arm-with-iwmmxt.c @V@/gdb/features/arm-iwmmxt.c
167 @V@/gdb/features/arm-with-neon.c @V@/gdb/features/arm-neon.c
168 @V@/gdb/features/arm-with-vfpv2.xml @V@/gdb/features/arm-wv2.xml
169 @V@/gdb/features/arm-with-vfpv3.xml @V@/gdb/features/arm-wv3.xml
170 @V@/gdb/features/arm-with-vfpv2.c @V@/gdb/features/arm-wv2.c
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c251 && (session->features & SMTP_FEATURE_8BITMIME) == 0 \
327 int saved_features = session->features; in smtp_helo()
423 session->features |= pix_bug_mask; in smtp_helo()
441 session->features |= SMTP_FEATURE_ESMTP; in smtp_helo()
445 && (session->features & SMTP_FEATURE_PIX_NO_ESMTP) == 0) in smtp_helo()
446 session->features |= SMTP_FEATURE_ESMTP; in smtp_helo()
448 || (session->features & SMTP_FEATURE_PIX_NO_ESMTP) != 0) in smtp_helo()
449 session->features &= ~SMTP_FEATURE_ESMTP; in smtp_helo()
451 session->features |= SMTP_FEATURE_ESMTP; in smtp_helo()
460 session->features |= SMTP_FEATURE_ESMTP; in smtp_helo()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DChangeLog8 * scripts/features/parallelism: Test that the jobserver is
14 * scripts/features/statipattrules: Add tests for bug #16053.
18 * scripts/features/escape: Use "pre:" not "p:" to avoid conflicts
33 * scripts/features/default_names: Don't call error() when the test
38 * scripts/features/targetvars: Test a complex construction which
66 * scripts/features/parallelism: Add a test for bug #15641.
80 * scripts/features/parallelism, scripts/functions/wildcard,
91 * scripts/features/se_implicit: Add in .SECONDEXPANSION settings.
95 * scripts/features/patternrules: Add a test for bug #13022.
99 * scripts/features/double_colon: Add a test for bug #14334.
[all …]
/netbsd-src/sys/dev/ic/
H A Daic7xxx_seeprom.c221 if ((ahc->features & AHC_SPIOCAP) != 0) { in ahc_check_extport()
288 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_parse_pci_eeprom()
330 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom()
380 || (ahc->features & AHC_NEW_TERMCTL) != 0) { in configure_termination()
395 if ((ahc->features & AHC_NEW_TERMCTL) != 0) { in configure_termination()
420 } else if ((ahc->features & AHC_SPIOCAP) != 0) { in configure_termination()
433 if ((ahc->features & AHC_WIDE) == 0) in configure_termination()
437 && (ahc->features & AHC_ULTRA2) == 0) { in configure_termination()
442 if ((ahc->features & AHC_WIDE) != 0) in configure_termination()
472 if ((ahc->features & AHC_ULTRA2) == 0 in configure_termination()
[all …]
H A Daic7xxx.c300 if ((ahc->features & AHC_CMD_CHAN) != 0) { in ahc_restart()
759 if ((ahc->features & AHC_DT) == 0) { in ahc_handle_seqint()
866 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_handle_seqint()
979 if ((ahc->features & AHC_TWIN) != 0 in ahc_handle_scsiint()
986 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_handle_scsiint()
992 if ((ahc->features & AHC_TWIN) != 0) { in ahc_handle_scsiint()
1016 if ((ahc->features & AHC_ULTRA2) != 0 in ahc_handle_scsiint()
1105 if ((ahc->features & AHC_DT) != 0) { in ahc_handle_scsiint()
1121 if ((ahc->features & AHC_DT) != 0 in ahc_handle_scsiint()
1469 if ((ahc->features & AHC_DT) != 0) in ahc_clear_critical_section()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dconfig.py21 features = config.available_features
57 features.add('shell')
63 features.add('system-linker-mach-o')
64 features.add('system-darwin')
67 features.add('system-windows')
69 features.add('system-linux')
71 features.add('system-freebsd')
73 features.add('system-netbsd')
75 features.add('system-aix')
77 features.add('system-solaris')
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddisassemble.c37 static void do_disassemble(const char *triple, const char *features, in do_disassemble() argument
39 LLVMDisasmContextRef D = LLVMCreateDisasmCPUFeatures(triple, "", features, in do_disassemble()
69 const char *features = tokens[1]; in handle_line() local
72 printf("triple: %s, features: %s\n", triple, features); in handle_line()
73 if (!strcmp(features, "NULL")) in handle_line()
74 features = ""; in handle_line()
83 do_disassemble(triple, features, disbuf, disbuflen); in handle_line()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx_seq.h914 return ((ahc->features & AHC_CMD_CHAN) == 0); in ahc_patch22_func()
922 return ((ahc->features & AHC_QUEUE_REGS) == 0); in ahc_patch21_func()
930 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func()
970 return ((ahc->features & AHC_ULTRA2) == 0); in ahc_patch15_func()
994 return ((ahc->features & AHC_HS_MAILBOX) != 0); in ahc_patch12_func()
1002 return ((ahc->features & AHC_ULTRA) != 0); in ahc_patch11_func()
1010 return ((ahc->features & AHC_MULTI_TID) != 0); in ahc_patch10_func()
1018 return ((ahc->features & AHC_CMD_CHAN) != 0); in ahc_patch9_func()
1042 return ((ahc->features & AHC_DT) == 0); in ahc_patch6_func()
1066 return ((ahc->features & AHC_QUEUE_REGS) != 0); in ahc_patch3_func()
[all …]
H A Daic7xxx.seq78 if ((ahc->features & AHC_ULTRA2) != 0) {
82 if ((ahc->features & AHC_TWIN) != 0) {
88 if ((ahc->features & AHC_TWIN) != 0) {
95 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
138 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
167 if ((ahc->features & AHC_DT) == 0) {
199 if ((ahc->features & AHC_CMD_CHAN) != 0) {
212 if ((ahc->features & AHC_MULTI_TID) != 0) {
214 } else if ((ahc->features & AHC_ULTRA2) != 0) {
220 if ((ahc->features & AHC_TWIN) != 0) {
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcpu-m68k.c178 int bfd_m68k_features_to_mach (unsigned features) in bfd_m68k_features_to_mach() argument
190 if (m68k_arch_features[ix] == features) in bfd_m68k_features_to_mach()
192 this_extra = bit_count (m68k_arch_features[ix] & ~features); in bfd_m68k_features_to_mach()
199 this_missing = bit_count (features & ~m68k_arch_features[ix]); in bfd_m68k_features_to_mach()
230 unsigned features = (bfd_m68k_mach_to_features (a->mach) in bfd_m68k_compatible() local
234 if ((~features & (cpu32 | mcfisa_a)) == 0) in bfd_m68k_compatible()
238 if ((~features & (fido_a | mcfisa_a)) == 0) in bfd_m68k_compatible()
242 if ((~features & (mcfisa_aa | mcfisa_b)) == 0) in bfd_m68k_compatible()
246 if ((~features & (mcfisa_b | mcfisa_c)) == 0) in bfd_m68k_compatible()
250 if ((~features & (mcfmac | mcfemac)) == 0) in bfd_m68k_compatible()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-m68k.c178 int bfd_m68k_features_to_mach (unsigned features) in bfd_m68k_features_to_mach() argument
190 if (m68k_arch_features[ix] == features) in bfd_m68k_features_to_mach()
192 this_extra = bit_count (m68k_arch_features[ix] & ~features); in bfd_m68k_features_to_mach()
199 this_missing = bit_count (features & ~m68k_arch_features[ix]); in bfd_m68k_features_to_mach()
230 unsigned features = (bfd_m68k_mach_to_features (a->mach) in bfd_m68k_compatible() local
234 if ((~features & (cpu32 | mcfisa_a)) == 0) in bfd_m68k_compatible()
238 if ((~features & (fido_a | mcfisa_a)) == 0) in bfd_m68k_compatible()
242 if ((~features & (mcfisa_aa | mcfisa_b)) == 0) in bfd_m68k_compatible()
246 if ((~features & (mcfisa_b | mcfisa_c)) == 0) in bfd_m68k_compatible()
250 if ((~features & (mcfmac | mcfemac)) == 0) in bfd_m68k_compatible()
[all …]
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dfilter_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()
/netbsd-src/sys/dev/pci/
H A Dsiop_pci_common.c258 siop_sc->features = pci_sc->sc_pp->features; in siop_pci_attach_common()
260 siop_sc->features |= SF_CHIP_LED0; in siop_pci_attach_common()
265 siop_sc->features |= SF_CHIP_USEPCIC; in siop_pci_attach_common()
306 if (siop_sc->features & SF_CHIP_RAM) { in siop_pci_attach_common()
329 siop_sc->features &= ~SF_CHIP_RAM; in siop_pci_attach_common()
363 if (sc->features & SF_PCI_RL) in siop_pci_reset()
365 if (sc->features & SF_PCI_RM) in siop_pci_reset()
367 if (sc->features & SF_PCI_BOF) in siop_pci_reset()
369 if (sc->features & SF_PCI_CLS) in siop_pci_reset()
373 if (sc->features & SF_PCI_WRI) in siop_pci_reset()
H A Dahc_pci.c915 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_attach()
931 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_attach()
969 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_attach()
1010 if (((ahc->features & AHC_ULTRA) != 0) && (!override_ultra)) { in ahc_pci_attach()
1015 ahc->features &= ~AHC_ULTRA; in ahc_pci_attach()
1030 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_attach()
1160 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present()
1189 if (ahc->features & AHC_MULTI_FUNC) { in ahc_scbram_config()
1201 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_scbram_config()
1303 if ((ahc->features & AHC_LARGE_SCBS) != 0) { in ahc_probe_ext_scbram()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dvgconvert.c48 if (cmd->fmt->features & FMT_MDAS) { in vgconvert_single()
76 if (vg->fid->fmt->features & FMT_UNLIMITED_VOLS && in vgconvert_single()
77 !(cmd->fmt->features & FMT_UNLIMITED_VOLS)) { in vgconvert_single()
85 if (!(vg->fid->fmt->features & FMT_RESTRICTED_LVIDS) && in vgconvert_single()
86 cmd->fmt->features & FMT_RESTRICTED_LVIDS) in vgconvert_single()
96 if (cmd->fmt->features & FMT_RESTRICTED_LVIDS) { in vgconvert_single()
221 if (!(cmd->fmt->features & FMT_MDAS) && in vgconvert()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_link_encoder.c239 if (enc->features.flags.bits.DP_IS_USB_C) { in dcn21_link_encoder_acquire_phy()
273 if (enc->features.flags.bits.DP_IS_USB_C) { in dcn21_link_encoder_release_phy()
384 enc10->base.features = *enc_features; in dcn21_link_encoder_construct()
451 enc10->base.features.flags.bits.HDMI_6GB_EN = 1; in dcn21_link_encoder_construct()
458 enc10->base.features.flags.bits.IS_HBR2_CAPABLE = in dcn21_link_encoder_construct()
460 enc10->base.features.flags.bits.IS_HBR3_CAPABLE = in dcn21_link_encoder_construct()
462 enc10->base.features.flags.bits.HDMI_6GB_EN = bp_cap_info.HDMI_6GB_EN; in dcn21_link_encoder_construct()
463 enc10->base.features.flags.bits.DP_IS_USB_C = in dcn21_link_encoder_construct()
471 enc10->base.features.flags.bits.HDMI_6GB_EN = 0; in dcn21_link_encoder_construct()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangStandards.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
/netbsd-src/sys/netbt/
H A Dhci_event.c990 memcpy(unit->hci_feat0, rp.features, HCI_FEATURES_SIZE); in hci_cmd_read_local_features()
994 if (rp.features[0] & HCI_LMP_ROLE_SWITCH) in hci_cmd_read_local_features()
997 if (rp.features[0] & HCI_LMP_HOLD_MODE) in hci_cmd_read_local_features()
1000 if (rp.features[0] & HCI_LMP_SNIFF_MODE) in hci_cmd_read_local_features()
1003 if (rp.features[1] & HCI_LMP_PARK_MODE) in hci_cmd_read_local_features()
1012 if (rp.features[0] & HCI_LMP_3SLOT) in hci_cmd_read_local_features()
1015 if (rp.features[0] & HCI_LMP_5SLOT) in hci_cmd_read_local_features()
1018 if ((rp.features[3] & HCI_LMP_EDR_ACL_2MBPS) == 0) in hci_cmd_read_local_features()
1023 if ((rp.features[3] & HCI_LMP_EDR_ACL_3MBPS) == 0) in hci_cmd_read_local_features()
1028 if ((rp.features[4] & HCI_LMP_3SLOT_EDR_ACL) == 0) in hci_cmd_read_local_features()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTest.py312 features = self.config.available_features
324 if BooleanExpression.evaluate(item, features, triple):
358 def getMissingRequiredFeaturesFromList(self, features): argument
361 if not BooleanExpression.evaluate(item, features)]
373 features = self.config.available_features
374 return self.getMissingRequiredFeaturesFromList(features)
385 features = self.config.available_features
390 if BooleanExpression.evaluate(item, features, triple)]
/netbsd-src/external/bsd/less/dist/
H A DREADME68 Builds a "secure" version of less, with some features disabled
81 If you wish, you may edit defines.h to remove some optional features.
82 If you choose not to include some features in your version, you may
84 to remove the descriptions of the features which you are removing.
132 4. If you wish, you may edit DEFINES.DS to remove some optional features.
133 If you choose not to include some features in your version, you may
135 to remove the descriptions of the features which you are removing.
162 4. If you wish, you may edit defines.wn to remove some optional features.
163 If you choose not to include some features in your version, you may
165 to remove the descriptions of the features which you are removing.
[all …]
/netbsd-src/usr.bin/ftp/
H A Dutil.c178 features[FEAT_MDTM] = 1; in parse_feat()
180 features[FEAT_MLST] = 1; in parse_feat()
182 features[FEAT_REST_STREAM] = 1; in parse_feat()
184 features[FEAT_SIZE] = 1; in parse_feat()
186 features[FEAT_TVFS] = 1; in parse_feat()
190 * Determine the remote system type (SYST) and features (FEAT).
248 /* determine features (if any) */ in getremoteinfo()
250 features[i] = -1; in getremoteinfo()
254 if (features[i] == -1) in getremoteinfo()
255 features[ in getremoteinfo()
[all...]
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-changes.sdf7 The following sections attempt to summarize the new features and changes in OpenLDAP
55 H3: New features in existing Overlays
57 H3: New features in slapd
59 H3: New features in libldap
67 These features were strongly deprecated in 2.4 and removed in 2.5.
/netbsd-src/sys/dev/ata/
H A Dsatafis_subr.c105 uint16_t count, features; in satafis_rhd_construct_bio() local
109 features = 0; in satafis_rhd_construct_bio()
120 atacmd_toncq(xfer, &fis[rhd_command], &count, &features, in satafis_rhd_construct_bio()
126 fis[rhd_features0] = (features >> 0) & 0xff; in satafis_rhd_construct_bio()
136 fis[rhd_features1] = (features >> 8) & 0xff; in satafis_rhd_construct_bio()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_link_encoder.c372 enc10->base.features = *enc_features; in dcn20_link_encoder_construct()
439 enc10->base.features.flags.bits.HDMI_6GB_EN = 1; in dcn20_link_encoder_construct()
446 enc10->base.features.flags.bits.IS_HBR2_CAPABLE = in dcn20_link_encoder_construct()
448 enc10->base.features.flags.bits.IS_HBR3_CAPABLE = in dcn20_link_encoder_construct()
450 enc10->base.features.flags.bits.HDMI_6GB_EN = bp_cap_info.HDMI_6GB_EN; in dcn20_link_encoder_construct()
451 enc10->base.features.flags.bits.DP_IS_USB_C = in dcn20_link_encoder_construct()
459 enc10->base.features.flags.bits.HDMI_6GB_EN = 0; in dcn20_link_encoder_construct()

12345678910>>...67