Searched refs:efi_md (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | efi.h | 58 struct efi_md { struct 96 ((struct efi_md *)(((uint8_t *)(ptr)) + (size))) argument 139 struct efi_md *) EFIABI_ATTR; 180 bool efi_create_1t1_map(struct efi_md *, int, int);
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | efirt_machdep.c | 163 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map() 165 struct efi_md *p; in efi_create_1t1_map()
|
| H A D | machdep.c | 923 typedef void (*efi_map_entry_cb)(struct efi_md *); 928 struct efi_md *map, *p; in foreach_efi_map_entry() 937 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in foreach_efi_map_entry() 950 exclude_efi_map_entry(struct efi_md *p) in exclude_efi_map_entry() 977 add_efi_map_entry(struct efi_md *p) in add_efi_map_entry() 1009 print_efi_map_entry(struct efi_md *p) in print_efi_map_entry() 1184 struct efi_md *map, *p; in memory_mapping_mode() 1196 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in memory_mapping_mode()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | efirt_machdep.c | 178 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map() 180 struct efi_md *p; in efi_create_1t1_map()
|
| H A D | machdep.c | 1078 struct efi_md *map, *p; in add_efi_map_entries() 1106 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in add_efi_map_entries()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_boot.c | 397 struct efi_md *map, *p; in arm_add_efi_map_entries() 427 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in arm_add_efi_map_entries()
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 114 struct efi_md { struct 907 ((struct efi_md *)(((uint8_t *)(ptr)) + (size))) 914 struct efi_md *map; 947 map = (struct efi_md *)((uint8_t *)efihdr + efisz);
|