Searched refs:th_sig (Results 1 – 3 of 3) sorted by relevance
560 if (systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) { in exclude_efi_memreserve()561 printf("Bad signature for systbl %#lx\n", systbl->st_hdr.th_sig); in exclude_efi_memreserve()
140 uint64_t th_sig; member
196 if (efi_systbl == NULL || efi_systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) { in efi_init()