/freebsd/stand/fonts/ |
H A D | Makefile | 49 6x12.fnt: ter-u12n.bdf ter-u12b.bdf 52 8x14.fnt: ter-u14n.bdf ter-u14b.bdf 55 8x14v.fnt: ter-u14v.bdf 58 8x16.fnt: ter-u16n.bdf ter-u16b.bdf 61 8x16b.fnt: ter-u16b.bdf 64 8x16v.fnt: ter-u16v.bdf 67 10x18.fnt: ter-u18n.bdf ter-u18b.bdf 70 10x20.fnt: ter-u20n.bdf ter-u20b.bdf 73 11x22.fnt: ter-u22n.bdf ter-u22b.bdf 76 12x24.fnt: ter-u24n.bdf ter-u24b.bdf [all …]
|
/freebsd/sys/dev/syscons/fonts/ |
H A D | cursor.awk | 2 # awk script to convert a bdf file to C declarations in a form specialized 4 # awk -f thisfile < file.bdf < file.c 5 # The accompanying syscons mouse cursor bdf file has specialized comments
|
/freebsd/usr.bin/vtfontcvt/ |
H A D | vtfontcvt.8 | 43 utility reads source font files in either BDF or Unifont HEX format and 76 Font height is set automatically for BDF files and for HEX files that have a 88 Font width is set automatically for BDF files and for HEX files that have a
|
/freebsd/tools/tools/vt/fontcvt/ |
H A D | terminus.sh | 9 ~/terminus-font-4.36/ter-u${R}n.bdf \ 10 ~/terminus-font-4.36/ter-u${R}b.bdf \
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_dev_mgr.c | 27 u32 bdf; member 74 if (map->bdf != -1) { in adf_clean_vf_map() 79 if (vf && map->bdf == -1) in adf_clean_vf_map() 180 map->bdf = ~0; in adf_devmgr_add_dev() 316 if (ptr->bdf != ~0 && !ptr->attached) in adf_get_num_dettached_vfs()
|
/freebsd/share/vt/fonts/ |
H A D | Makefile | 24 .SUFFIXES: .bdf .fnt .fnt.uu .hex 25 .bdf.fnt .hex.fnt:
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 4 - Add a cp437 directory with BDF files using the IBM Code page 437 encoding 123 - Add the FONT_VERSION XFLD property for all BDF sizes 133 - Initial SFD version converted from the 8x16 BDF file 226 - Add initial Makefile, allowing to easily generate formats other than BDF 227 - Remove all .dfont files from the repository, formats other than BDF are now
|
H A D | README.md | 27 Each size is provided in the Glyph Bitmap Distribution Format (BDF), and 181 from the BDF files, using [bdf2sfd][19]. Each font has a different name,
|
/freebsd/sys/dev/pci/controller/ |
H A D | pci_n1sdp.c | 127 printf("valid bdf %x\n", in n1sdp_init() 145 int bdf; in n1sdp_check_bdf() local 148 bdf = PCIE_ADDR_OFFSET(bus, slot, func, 0); in n1sdp_check_bdf() 149 if (bdf == 0) in n1sdp_check_bdf() 155 if (bdf == sc->n1_discovery_data->valid_bdfs[i]) in n1sdp_check_bdf()
|
/freebsd/sys/contrib/device-tree/Bindings/virtio/ |
H A D | iommu.txt | 15 size.lo). phys.hi should contain the device's BDF as 43 * itself. Omit BDF 00:01.0.
|
H A D | pci-iommu.yaml | 40 BDF as 0b00000000 bbbbbbbb dddddfff 00000000. The other cells should be 68 * itself. Omit BDF 00:01.0.
|
/freebsd/sys/dev/qat/qat_api/device/ |
H A D | dev_info.c | 60 deviceInfo->bdf = 0xffff; in cpaGetDeviceInfo() 71 deviceInfo->bdf = icp_adf_get_busAddress(pDevice->accelId); in cpaGetDeviceInfo()
|
/freebsd/sys/contrib/ena-com/ena_defs/ |
H A D | ena_admin_defs.h | 999 uint16_t bdf; member 1815 return p->bdf & ENA_ADMIN_HOST_INFO_FUNCTION_MASK; in get_ena_admin_host_info_function() 1820 p->bdf |= val & ENA_ADMIN_HOST_INFO_FUNCTION_MASK; in set_ena_admin_host_info_function() 1825 return (p->bdf & ENA_ADMIN_HOST_INFO_DEVICE_MASK) >> ENA_ADMIN_HOST_INFO_DEVICE_SHIFT; in get_ena_admin_host_info_device() 1830 p->bdf |= (val << ENA_ADMIN_HOST_INFO_DEVICE_SHIFT) & ENA_ADMIN_HOST_INFO_DEVICE_MASK; in set_ena_admin_host_info_device() 1835 return (p->bdf & ENA_ADMIN_HOST_INFO_BUS_MASK) >> ENA_ADMIN_HOST_INFO_BUS_SHIFT; in get_ena_admin_host_info_bus() 1840 p->bdf |= (val << ENA_ADMIN_HOST_INFO_BUS_SHIFT) & ENA_ADMIN_HOST_INFO_BUS_MASK; in set_ena_admin_host_info_bus()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.c | 904 "wrong smbios bdf ext type length (%d).\n", in ath11k_core_check_cc_code_bdfext() 932 ath11k_dbg(ab, ATH11K_DBG_BOOT, "bdf variant name not found.\n"); in ath11k_core_check_cc_code_bdfext() 939 "bdf variant magic does not match.\n"); in ath11k_core_check_cc_code_bdfext() 948 "bdf variant name contains non ascii chars.\n"); in ath11k_core_check_cc_code_bdfext() 958 "bdf variant string is longer than the buffer can accommodate\n"); in ath11k_core_check_cc_code_bdfext() 963 "found and validated bdf variant smbios_type 0x%x bdf %s\n", in ath11k_core_check_cc_code_bdfext() 996 "bdf variant string is longer than the buffer can accommodate (variant: %s)\n", in ath11k_core_check_dt()
|
H A D | qmi.c | 2305 ath11k_dbg(ab, ATH11K_DBG_QMI, "SMBIOS bdf variant name not set.\n"); in ath11k_qmi_request_target_cap() 2309 ath11k_dbg(ab, ATH11K_DBG_QMI, "DT bdf variant name not set.\n"); in ath11k_qmi_request_target_cap() 2387 ath11k_dbg(ab, ATH11K_DBG_QMI, "bdf download req fixed addr type %d\n", in ath11k_qmi_load_file_target_mem() 2420 ath11k_dbg(ab, ATH11K_DBG_QMI, "bdf download request remaining %i\n", in ath11k_qmi_load_file_target_mem() 2472 ath11k_warn(ab, "qmi failed to load bdf file\n"); in ath11k_qmi_load_bdf_qmi() 2528 ath11k_dbg(ab, ATH11K_DBG_QMI, "BDF download sequence completed\n"); in ath11k_qmi_load_bdf_qmi() 3026 ath11k_warn(ab, "qmi failed to download BDF:%d\n", ret); in ath11k_qmi_event_server_arrive()
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci.txt | 49 phys.lo size.hi size.lo). phys.hi should contain the device's BDF as
|
H A D | renesas,pci-rcar-gen2.yaml | 78 form <bdf 0 0 0 0>.
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | qmi.c | 293 /* end = 1 triggers a CRC check on the BDF. If this fails, we in ath10k_qmi_bdf_dnld_send_sync() 295 * willing to use the BDF. For some platforms, all the valid in ath10k_qmi_bdf_dnld_send_sync() 313 ath10k_dbg(ar, ATH10K_DBG_QMI, "qmi bdf download request completed\n"); in ath10k_qmi_bdf_dnld_send_sync() 867 ath10k_dbg(ar, ATH10K_DBG_QMI, "DT bdf variant name not set.\n"); in ath10k_qmi_fetch_board_file()
|
H A D | core.c | 1088 "wrong smbios bdf ext type length (%d).\n", in ath10k_core_check_bdfext() 1099 ath10k_dbg(ar, ATH10K_DBG_BOOT, "bdf variant name not found.\n"); in ath10k_core_check_bdfext() 1112 "bdf variant magic does not match.\n"); in ath10k_core_check_bdfext() 1119 "bdf variant name contains non ascii chars.\n"); in ath10k_core_check_bdfext() 1128 "bdf variant string is longer than the buffer can accommodate (variant: %s)\n", in ath10k_core_check_bdfext() 1134 "found and validated bdf variant smbios_type 0x%x bdf %s\n", in ath10k_core_check_bdfext() 1166 "bdf variant string is longer than the buffer can accommodate (variant: %s)\n", in ath10k_core_check_dt() 3458 ath10k_dbg(ar, ATH10K_DBG_BOOT, "SMBIOS bdf variant name not set.\n"); in ath10k_core_probe_fw() 3462 ath10k_dbg(ar, ATH10K_DBG_BOOT, "DT bdf variant name not set.\n"); in ath10k_core_probe_fw()
|
/freebsd/stand/efi/loader/ |
H A D | Makefile | 98 8x16.c: ${SRCTOP}/contrib/terminus/ter-u16b.bdf
|
/freebsd/sys/dev/enic/ |
H A D | vnic_dev.h | 77 void vnic_dev_cmd_proxy_by_bdf_start(struct vnic_dev *vdev, u16 bdf);
|
/freebsd/stand/i386/loader/ |
H A D | Makefile | 108 8x16.c: ${SRCTOP}/contrib/terminus/ter-u16b.bdf
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | biosig | 43 !:mime biosig/bdf
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo3.c | 634 {ACPI_DMT_UINT16, ACPI_VIOT1_OFFSET (BdfStart), "PCI BDF start", 0}, 635 {ACPI_DMT_UINT16, ACPI_VIOT1_OFFSET (BdfEnd), "PCI BDF end", 0}, 657 {ACPI_DMT_UINT16, ACPI_VIOT3_OFFSET (Bdf), "PCI BDF number", 0},
|
/freebsd/sys/dev/qat/qat_api/include/ |
H A D | cpa_dev.h | 87 Cpa16U bdf; member
|