/u-boot/net/ |
A D | dns.h | 23 struct header { struct 24 uint16_t tid; /* Transaction ID */ 25 uint16_t flags; /* Flags */ 26 uint16_t nqueries; /* Questions */ 27 uint16_t nanswers; /* Answers */ 28 uint16_t nauth; /* Authority PRs */ 29 uint16_t nother; /* Other PRs */ 30 unsigned char data[1]; /* Data, variable length */
|
A D | dns.c | 51 struct header *header; in dns_send() local 118 struct header *header; in dns_handler() local
|
/u-boot/lib/acpi/ |
A D | acpi_table.c | 21 struct acpi_table_header *header = &dmar->header; in acpi_create_dmar() local 98 void acpi_fill_header(struct acpi_table_header *header, char *signature) in acpi_fill_header() 209 struct acpi_table_header *header = &rsdt->header; in acpi_write_rsdt() local 225 struct acpi_table_header *header = &xsdt->header; in acpi_write_xsdt() local 277 struct acpi_table_header *header; in acpi_create_dbg2() local
|
/u-boot/lib/ |
A D | smbios-parser.c | 57 const struct smbios_header *header = (struct smbios_header *)entry->struct_table_address; in smbios_header() local 69 static const char *string_from_smbios_table(const struct smbios_header *header, in string_from_smbios_table() 90 const char *smbios_string(const struct smbios_header *header, int index) in smbios_string()
|
/u-boot/tools/ |
A D | sunxi_egon.c | 26 const struct boot_file_head *header = (void *)ptr; in egon_verify_header() local 53 const struct boot_file_head *header = buf; in egon_print_header() local 75 struct boot_file_head *header = buf; in egon_set_header() local
|
A D | default_image.c | 25 static image_header_t header; variable 49 image_header_t header; in image_verify_header() local
|
A D | rkimage.c | 13 static uint32_t header; variable
|
/u-boot/common/spl/ |
A D | spl_legacy.c | 19 const struct image_header *header) in spl_parse_legacy_header() 79 struct spl_load_info *load, ulong header) in spl_load_legacy_img()
|
A D | spl_spi.c | 29 struct image_header *header) in spi_load_image_os() 85 struct image_header *header; in spl_spi_load_image() local
|
A D | spl_nand.c | 58 int offset, struct image_header *header) in spl_nand_load_element() 99 struct image_header *header; in spl_nand_load_image() local
|
A D | spl_onenand.c | 21 struct image_header *header; in spl_onenand_load_image() local
|
A D | spl_ubi.c | 18 struct image_header *header; in spl_ubi_load_image() local
|
A D | spl_ram.c | 36 struct image_header *header; in spl_ram_load_image() local
|
A D | spl_nor.c | 29 __maybe_unused const struct image_header *header; in spl_nor_load_image() local
|
A D | spl_sata.c | 36 struct image_header *header; in spl_sata_load_image_raw() local
|
A D | spl_net.c | 31 struct image_header *header = (struct image_header *)image_load_addr; in spl_net_load_image() local
|
/u-boot/arch/x86/lib/ |
A D | acpi_table.c | 158 struct acpi_table_header *header = &(madt->header); in acpi_create_madt() local 204 struct acpi_table_header *header = &(mcfg->header); in acpi_create_mcfg() local 232 struct acpi_table_header *header = &tcpa->header; in acpi_create_tcpa() local 280 struct acpi_table_header *header = &tpm2->header; in acpi_create_tpm2() local 327 struct acpi_table_header *header = &(csrt->header); in acpi_create_csrt() local 352 struct acpi_table_header *header = &(spcr->header); in acpi_create_spcr() local 701 struct acpi_table_header *header = &hpet->header; in acpi_create_hpet() local 794 struct acpi_table_header *header = &fadt->header; in acpi_fadt_common() local
|
/u-boot/board/vscom/baltos/ |
A D | board.c | 77 static int read_eeprom(BSP_VS_HWPARAM *header) in read_eeprom() 280 BSP_VS_HWPARAM header; in ft_board_setup() local 349 BSP_VS_HWPARAM header; in board_late_init() local
|
/u-boot/arch/x86/cpu/quark/ |
A D | acpi.c | 16 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt() local
|
/u-boot/arch/arm/mach-k3/include/mach/ |
A D | hardware.h | 27 char header[8]; member
|
/u-boot/arch/mips/mach-jz47xx/jz4780/ |
A D | jz4780.c | 33 struct image_header *header; in board_init_f() local
|
/u-boot/common/ |
A D | boot_fit.c | 60 struct image_header *header; in locate_dtb_in_fit() local
|
/u-boot/board/ti/common/ |
A D | board_detect.h | 39 unsigned int header; member 67 struct ti_am6_eeprom_record_header header; member 165 struct ti_am6_eeprom_record_header header; member 196 u32 header; member 217 u32 header; member 249 u32 header; member
|
/u-boot/drivers/smem/ |
A D | msm_smem.c | 398 struct smem_header *header; in qcom_smem_alloc_global() local 469 struct smem_header *header; in qcom_smem_get_global() local 597 struct smem_header *header; in qcom_smem_get_free_space() local 621 struct smem_header *header; in qcom_smem_get_sbl_version() local 666 struct smem_partition_header *header; in qcom_smem_set_global_partition() local 735 struct smem_partition_header *header; in qcom_smem_enumerate_partitions() local 849 struct smem_header *header; in qcom_smem_probe() local
|
/u-boot/drivers/pci/ |
A D | pci_ftpci100.c | 32 unsigned char header, struct ftpci100_data *priv) in setup_pci_bar() 153 unsigned char header; in pci_bus_scan() local
|