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