| /dflybsd-src/libexec/dma/ |
| H A D | net.c | 98 if (((config.features & SECURETRANSFER) != 0) && in send_remote_command() 99 ((config.features & NOSSL) == 0)) { in send_remote_command() 151 if (((config.features & SECURETRANSFER) != 0) && in read_remote() 152 (config.features & NOSSL) == 0) { in read_remote() 252 smtp_login(int fd, char *login, char* password, const struct smtp_features* features) in smtp_login() argument 258 if (features->auth.cram_md5) { in smtp_login() 272 if (features->auth.login) { in smtp_login() 273 if ((config.features & INSECURE) != 0 || in smtp_login() 274 (config.features & SECURETRANSFER) != 0) { in smtp_login() 350 if (((config.features & SECURETRANSFER) != 0) && in close_connection() [all …]
|
| H A D | conf.c | 220 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 D | crypto.c | 105 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()
|
| /dflybsd-src/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()
|
| /dflybsd-src/contrib/gdb-7/ |
| H A D | README.DELETED | 589 gdb/features/Makefile 590 gdb/features/aarch64-core.xml 591 gdb/features/aarch64-fpu.xml 592 gdb/features/aarch64-without-fpu.c 593 gdb/features/aarch64-without-fpu.xml 594 gdb/features/aarch64.c 595 gdb/features/aarch64.xml 596 gdb/features/arm-core.xml 597 gdb/features/arm-fpa.xml 598 gdb/features/arm-m-profile.xml [all …]
|
| /dflybsd-src/sys/platform/pc64/acpica/ |
| H A D | acpi_cpu_machdep.c | 50 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()
|
| /dflybsd-src/contrib/lvm2/dist/tools/ |
| H A D | vgconvert.c | 48 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()
|
| /dflybsd-src/sys/dev/virtual/virtio/virtio/ |
| H A D | virtio.c | 113 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 D | virtio.h | 114 uint64_t features, struct virtio_feature_desc *feature_desc); 162 int virtio_reinit(device_t dev, uint64_t features);
|
| /dflybsd-src/sys/netbt/ |
| H A D | hci_event.c | 914 if (rp.features[0] & HCI_LMP_ROLE_SWITCH) in hci_cmd_read_local_features() 917 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() 935 if ((rp.features[3] & HCI_LMP_EDR_ACL_2MBPS) == 0) in hci_cmd_read_local_features() 940 if ((rp.features[3] & HCI_LMP_EDR_ACL_3MBPS) == 0) in hci_cmd_read_local_features() 945 if ((rp.features[4] & HCI_LMP_3SLOT_EDR_ACL) == 0) in hci_cmd_read_local_features() 949 if ((rp.features[5] & HCI_LMP_5SLOT_EDR_ACL) == 0) in hci_cmd_read_local_features() [all …]
|
| /dflybsd-src/contrib/less/ |
| H A D | README | 68 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 …]
|
| H A D | main.c | 170 static struct secure_feature features[] = { in security_feature() local 187 for (i = 0; i < countof(features); i++) in security_feature() 189 if (strncmp(features[i].name, name, len) == 0) in security_feature() 198 return features[match].sf_value; in security_feature() 613 public int secure_allow(int features) in secure_allow() argument 615 return ((secure_allow_features & features) == features); in secure_allow()
|
| /dflybsd-src/contrib/tnftp/src/ |
| H A D | util.c | 185 features[FEAT_MDTM] = 1; in parse_feat() 187 features[FEAT_MLST] = 1; in parse_feat() 189 features[FEAT_REST_STREAM] = 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() [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_link_encoder.c | 536 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() 588 (adjusted_pix_clk_khz > enc10->base.features.max_hdmi_pixel_clock)) 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() [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dce/ |
| H A D | dce_link_encoder.c | 591 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() 643 (adjusted_pix_clk_khz > enc110->base.features.max_hdmi_pixel_clock)) 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() [all …]
|
| /dflybsd-src/sys/dev/disk/advansys/ |
| H A D | adwlib.c | 394 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 D | adw_pci.c | 312 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()
|
| /dflybsd-src/sys/dev/virtual/virtio/pci/ |
| H A D | virtio_pci.c | 417 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 …]
|
| /dflybsd-src/sys/dev/disk/sym/ |
| H A D | sym_hipd.c | 1612 u_int features; /* Chip features map */ member 1796 if (!(np->features & FE_LED0)) { in sym_fw1_patch() 1837 if (!(np->features & FE_LED0)) { in sym_fw2_patch() 1864 if (!(np->features & FE_C10)) { in sym_fw2_patch() 2001 if (chip->features & FE_LDSTR) in sym_find_firmware() 2004 else if (!(chip->features & (FE_PFEN|FE_NOPM|FE_DAC))) in sym_find_firmware() 2087 !(np->features & FE_PFEN)) { in sym_fw_bind_script() 2095 if (!(np->features & FE_WIDE)) in sym_fw_bind_script() 2103 if (!(np->features & FE_WIDE)) in sym_fw_bind_script() 2488 if (np->features & FE_C10) { /* Always large DMA fifo + ultra3 */ in sym_save_initial_setting() [all …]
|
| /dflybsd-src/sys/dev/virtual/virtio/random/ |
| H A D | virtio_random.c | 167 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()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | README | 14 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
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | compat.texi | 47 @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.
|
| /dflybsd-src/contrib/gcc-8.0/libgcc/config/i386/ |
| H A D | cpuinfo.c | 243 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()
|
| /dflybsd-src/sys/dev/disk/ncr/ |
| H A D | ncr.c | 1040 u_long features; /* Chip features map */ member 3052 if ((opcode & SCR_NO_FLUSH) && !(np->features&FE_PFEN)) in ncr_script_copy_and_bind() 3198 unsigned int features; member 3441 np->features = ncr_chip_table[i].features; 3446 np->features = FE_ERL; 3449 np->maxwide = np->features & FE_WIDE ? 1 : 0; 3450 np->clock_khz = np->features & FE_CLK80 ? 80000 : 40000; 3451 if (np->features & FE_QUAD) np->multiplier = 4; 3452 else if (np->features & FE_DBLR) np->multiplier = 2; 3459 if (np->features & (FE_ULTRA|FE_ULTRA2)) [all …]
|
| /dflybsd-src/sys/dev/disk/ahci/ |
| H A D | ahci_cam.c | 322 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()
|