Home
last modified time | relevance | path

Searched refs:th_sig (Results 1 – 3 of 3) sorted by relevance

/src/sys/arm64/arm64/
H A Dmachdep.c560 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()
/src/sys/sys/
H A Defi.h140 uint64_t th_sig; member
/src/sys/dev/efidev/
H A Defirt.c196 if (efi_systbl == NULL || efi_systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) { in efi_init()