efi_machdep.c | 178 struct efi_systbl32 *systbl32 = (void *) efi_systbl_va; local in function:efi_getcfgtblhead 179 pa = systbl32->st_cfgtbl; 208 struct efi_systbl32 *systbl32 = (void *) efi_systbl_va; local in function:efi_aprintcfgtbl 211 count = systbl32->st_entries; 271 struct efi_systbl32 *systbl32 = (void *) efi_systbl_va; local in function:efi_getcfgtblpa 274 count = systbl32->st_entries; 357 struct efi_systbl32 *systbl32 = (struct efi_systbl32 *) va; local in function:efi_getsystbl 361 " crc32 %" PRIx32 "\n", systbl32->st_hdr.th_sig, 362 systbl32->st_hdr.th_rev, systbl32->st_hdr.th_crc32) [all...] |