Home
last modified time | relevance | path

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

12345678910

/dragonfly/libexec/dma/
H A Dnet.c258 if (features->auth.cram_md5) { in smtp_login()
272 if (features->auth.login) { in smtp_login()
392 memset(features, 0, sizeof(*features)); in perform_server_greeting()
437 features->starttls = 1; in perform_server_greeting()
447 if (features->starttls) in perform_server_greeting()
453 if (features->auth.cram_md5) { in perform_server_greeting()
456 if (features->auth.login) { in perform_server_greeting()
467 struct smtp_features features; in deliver_to_host() local
502 config.features |= NOSSL; in deliver_to_host()
505 config.features &= ~NOSSL; in deliver_to_host()
[all …]
H A Dconf.c220 config.features |= STARTTLS; in parse_conf()
237 config.features |= TLS_OPP; in parse_conf()
239 config.features |= SECURETRANSFER; in parse_conf()
241 config.features |= DEFER; in parse_conf()
243 config.features |= INSECURE; in parse_conf()
245 config.features |= FULLBOUNCE; in parse_conf()
247 config.features |= NULLCLIENT; in parse_conf()
254 if ((config.features & NULLCLIENT) && config.smarthost == NULL) { in parse_conf()
H A Dcrypto.c105 smtp_init_crypto(int fd, int feature, struct smtp_features* features) in smtp_init_crypto() argument
149 config.features |= NOSSL; in smtp_init_crypto()
151 if (perform_server_greeting(fd, features) == 0) { in smtp_init_crypto()
169 config.features &= ~NOSSL; in smtp_init_crypto()
/dragonfly/contrib/xz/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()
/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_cpu_machdep.c50 uint32_t features = 0; in acpi_cpu_md_features() local
54 features |= ACPI_PDC_PX_MSR | in acpi_cpu_md_features()
62 features |= ACPI_PDC_MP_C1_NATIVE | in acpi_cpu_md_features()
66 return features; in acpi_cpu_md_features()
/dragonfly/contrib/gdb-7/
H A DREADME.DELETED589 gdb/features/Makefile
594 gdb/features/aarch64.c
595 gdb/features/aarch64.xml
596 gdb/features/arm-core.xml
597 gdb/features/arm-fpa.xml
607 gdb/features/arm-with-m.c
617 gdb/features/mips-cp0.xml
618 gdb/features/mips-cpu.xml
621 gdb/features/mips-dsp.xml
622 gdb/features/mips-fpu.xml
[all …]
/dragonfly/contrib/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()
/dragonfly/sys/dev/virtual/virtio/virtio/
H A Dvirtio.c113 uint64_t features, struct virtio_feature_desc *desc) in virtio_describe() argument
123 features); in virtio_describe()
128 sbuf_printf(&sb, "%s features: 0x%"PRIx64, msg, features); in virtio_describe()
135 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe()
256 virtio_reinit(device_t dev, uint64_t features) in virtio_reinit() argument
258 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features)); in virtio_reinit()
H A Dvirtio.h114 uint64_t features, struct virtio_feature_desc *feature_desc);
162 int virtio_reinit(device_t dev, uint64_t features);
/dragonfly/sys/netbt/
H A Dhci_event.c917 if (rp.features[0] & HCI_LMP_HOLD_MODE) in hci_cmd_read_local_features()
920 if (rp.features[0] & HCI_LMP_SNIFF_MODE) in hci_cmd_read_local_features()
923 if (rp.features[1] & HCI_LMP_PARK_MODE) in hci_cmd_read_local_features()
929 if (rp.features[0] & HCI_LMP_3SLOT) in hci_cmd_read_local_features()
932 if (rp.features[0] & HCI_LMP_5SLOT) in hci_cmd_read_local_features()
957 if (rp.features[1] & HCI_LMP_SCO_LINK) in hci_cmd_read_local_features()
960 if (rp.features[1] & HCI_LMP_HV2_PKT) in hci_cmd_read_local_features()
963 if (rp.features[1] & HCI_LMP_HV3_PKT) in hci_cmd_read_local_features()
966 if (rp.features[3] & HCI_LMP_EV3_PKT) in hci_cmd_read_local_features()
969 if (rp.features[4] & HCI_LMP_EV4_PKT) in hci_cmd_read_local_features()
[all …]
/dragonfly/contrib/less/
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.
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.
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.
190 If you choose not to include some features in your version, you may
192 to remove the descriptions of the features which you are removing.
[all …]
/dragonfly/contrib/tnftp/src/
H A Dutil.c185 features[FEAT_MDTM] = 1; in parse_feat()
187 features[FEAT_MLST] = 1; in parse_feat()
191 features[FEAT_SIZE] = 1; in parse_feat()
193 features[FEAT_TVFS] = 1; in parse_feat()
257 features[i] = -1; in getremoteinfo()
261 if (features[i] == -1) in getremoteinfo()
262 features[i] = 0; in getremoteinfo()
264 features[FEAT_FEAT] = 1; in getremoteinfo()
266 features[FEAT_FEAT] = 0; in getremoteinfo()
686 features[FEAT_SIZE] = 0; in remotesize()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c591 max_pixel_clock = enc110->base.features.max_hdmi_pixel_clock; in dce110_link_encoder_validate_dvi_output()
632 enc110->base.features.max_hdmi_deep_color; in dce110_link_encoder_validate_hdmi_output()
647 if (!enc110->base.features.ycbcr420_supported && in dce110_link_encoder_validate_hdmi_output()
651 if (!enc110->base.features.flags.bits.HDMI_6GB_EN && in dce110_link_encoder_validate_hdmi_output()
668 if (enc110->base.features.flags.bits.IS_YCBCR_CAPABLE) in dce110_link_encoder_validate_dp_output()
674 enc110->base.features.flags.bits.IS_YCBCR_CAPABLE && in dce110_link_encoder_validate_dp_output()
702 enc110->base.features = *enc_features; in dce110_link_encoder_construct()
767 enc110->base.features.flags.bits.HDMI_6GB_EN = 1; in dce110_link_encoder_construct()
774 enc110->base.features.flags.bits.IS_HBR2_CAPABLE = in dce110_link_encoder_construct()
776 enc110->base.features.flags.bits.IS_HBR3_CAPABLE = in dce110_link_encoder_construct()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c536 max_pixel_clock = enc10->base.features.max_hdmi_pixel_clock; in dcn10_link_encoder_validate_dvi_output()
577 enc10->base.features.max_hdmi_deep_color; in dcn10_link_encoder_validate_hdmi_output()
592 if (!enc10->base.features.ycbcr420_supported && in dcn10_link_encoder_validate_hdmi_output()
596 if (!enc10->base.features.flags.bits.HDMI_6GB_EN && in dcn10_link_encoder_validate_hdmi_output()
613 if (enc10->base.features.flags.bits.IS_YCBCR_CAPABLE) in dcn10_link_encoder_validate_dp_output()
620 enc10->base.features.flags.bits.IS_YCBCR_CAPABLE && in dcn10_link_encoder_validate_dp_output()
650 enc10->base.features = *enc_features; in dcn10_link_encoder_construct()
717 enc10->base.features.flags.bits.HDMI_6GB_EN = 1; in dcn10_link_encoder_construct()
724 enc10->base.features.flags.bits.IS_HBR2_CAPABLE = in dcn10_link_encoder_construct()
726 enc10->base.features.flags.bits.IS_HBR3_CAPABLE = in dcn10_link_encoder_construct()
[all …]
/dragonfly/sys/dev/disk/advansys/
H A Dadwlib.c394 else if ((adw->features & ADW_DT) != 0) in adw_init_chip()
396 else if ((adw->features & ADW_ULTRA2) != 0) in adw_init_chip()
562 if ((adw->features & ADW_ULTRA) != 0) { in adw_init_chip()
583 if ((adw->features & ADW_ULTRA2) != 0) { in adw_init_chip()
683 if ((adw->features & ADW_ULTRA2) != 0 in adw_init_chip()
693 if ((adw->features & ADW_ULTRA2) != 0) { in adw_init_chip()
806 if ((adw->features & ADW_DT) == 0) in adw_find_sdtr()
808 if ((adw->features & ADW_ULTRA2) == 0) in adw_find_sdtr()
H A Dadw_pci.c312 adw->features = ADW_FENONE; in adw_generic_setup()
329 adw->features = ADW_ASC3550_FE; in adw_asc3550_setup()
366 adw->features = ADW_ASC38C0800_FE; in adw_asc38C0800_setup()
382 adw->features = ADW_ASC38C1600_FE; in adw_asc38C1600_setup()
/dragonfly/sys/dev/virtual/virtio/pci/
H A Dvirtio_pci.c417 uint64_t host_features, features; in vtpci_negotiate_features() local
428 features = host_features & child_features; in vtpci_negotiate_features()
429 features = virtqueue_filter_features(features); in vtpci_negotiate_features()
430 sc->vtpci_features = features; in vtpci_negotiate_features()
432 vtpci_describe_features(sc, "negotiated", features); in vtpci_negotiate_features()
433 vtpci_write_config_4(sc, VIRTIO_PCI_GUEST_FEATURES, features); in vtpci_negotiate_features()
435 return (features); in vtpci_negotiate_features()
817 vtpci_reinit(device_t dev, uint64_t features) in vtpci_reinit() argument
846 vtpci_negotiate_features(dev, features); in vtpci_reinit()
979 uint64_t features) in vtpci_describe_features() argument
[all …]
/dragonfly/sys/dev/virtual/virtio/random/
H A Dvirtio_random.c167 uint64_t features; in vtrnd_negotiate_features() local
170 features = VTRND_FEATURES; in vtrnd_negotiate_features()
172 sc->vtrnd_features = virtio_negotiate_features(dev, features); in vtrnd_negotiate_features()
/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c2514 if (np->features & FE_QUAD) in sym_prepare_setting()
2543 if (np->features & FE_C10) in sym_prepare_setting()
2586 if (np->features & FE_DAC) in sym_prepare_setting()
2596 if (np->features & FE_NOPM) in sym_prepare_setting()
2640 if (np->features & FE_ERL) in sym_prepare_setting()
2642 if (np->features & FE_BOF) in sym_prepare_setting()
2644 if (np->features & FE_ERMP) in sym_prepare_setting()
2656 if (np->features & FE_DFS) in sym_prepare_setting()
2726 np->features |= FE_LED0; in sym_prepare_setting()
3211 if (np->features & FE_C10) in sym_init()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A DREADME14 documentation for features which gold supports. gold supports most of
15 the features of the GNU linker for ELF targets. Notable
16 omissions--features of the GNU linker not currently supported in
59 The linker script parser uses features which are only in newer
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcompat.texi47 @item implementation-defined features
48 Language standards include lists of implementation-defined features whose
50 features are normally covered by a platform's ABI and others are not.
51 The features that are not covered by an ABI generally affect how a
56 features are both relevant for compatibility.
94 different program behavior for implementation-defined features that are
97 usual behavior of implementation-defined features for the platform.
/dragonfly/contrib/gcc-8.0/libgcc/config/i386/
H A Dcpuinfo.c243 unsigned int features = 0; in get_available_features() local
284 features |= (1U << (f & 31)); \ in get_available_features()
390 __cpu_model.__cpu_features[0] = features; in get_available_features()
/dragonfly/sys/dev/disk/ncr/
H A Dncr.c3198 unsigned int features; member
3441 np->features = ncr_chip_table[i].features;
3446 np->features = FE_ERL;
3475 np->features |= FE_BIOS;
3524 np->features |= FE_LED0;
3527 np->features |= FE_DIFF;
3547 if (np->features & FE_ERL)
3549 if (np->features & FE_BOF)
3551 if (np->features & FE_ERMP)
3553 if (np->features & FE_CLSE)
[all …]
/dragonfly/sys/dev/disk/ahci/
H A Dahci_cam.c322 xa->fis->features = 0; in ahci_cam_probe()
542 xa->fis->features = ATA_SF_WRITECACHE_EN; in ahci_cam_probe_disk()
565 xa->fis->features = ATA_SF_LOOKAHEAD_EN; in ahci_cam_probe_disk()
661 xa->fis->features = ATA_SF_SETXFER; in ahci_set_xfer()
1166 fis->features = (u_int8_t)ATA_SF_DSM_TRIM; in ahci_xpt_scsi_disk_io()
1234 fis->features = atp12->features; in ahci_xpt_scsi_disk_io()
1276 fis->features = atp16->features; in ahci_xpt_scsi_disk_io()
1368 fis->features = (u_int8_t)count; in ahci_xpt_scsi_disk_io()
1498 fis->features = ATA_H2D_FEATURES_DMA | in ahci_xpt_scsi_atapi_io()
1501 fis->features = ATA_H2D_FEATURES_DMA | in ahci_xpt_scsi_atapi_io()
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget-descriptions.c204 VEC(tdesc_feature_p) *features;
490 VEC_iterate (tdesc_feature_p, target_desc->features, ix, feature); in tdesc_has_registers()
509 VEC_iterate (tdesc_feature_p, target_desc->features, ix, feature); in tdesc_find_feature()
1177 VEC_iterate (tdesc_feature_p, target_desc->features, ixf, feature); in tdesc_use_registers()
1205 VEC_iterate (tdesc_feature_p, target_desc->features, ixf, feature); in tdesc_use_registers()
1443 VEC_safe_push (tdesc_feature_p, tdesc->features, new_feature); in tdesc_create_feature()
1462 VEC_iterate (tdesc_feature_p, target_desc->features, ix, feature); in free_target_description()
1465 VEC_free (tdesc_feature_p, target_desc->features); in free_target_description()
1663 VEC_iterate (tdesc_feature_p, tdesc->features, ix, feature); in maint_print_c_tdesc_cmd()
1728 VEC_iterate (tdesc_feature_p, tdesc->features, ix, feature); in maint_print_c_tdesc_cmd()

12345678910