Home
last modified time | relevance | path

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

/freebsd/sys/dev/efidev/
H A Defirt.c193 efi_cfgtbl = (efi_systbl->st_cfgtbl == 0) ? NULL : in efi_init()
194 (struct efi_cfgtbl *)efi_systbl->st_cfgtbl; in efi_init()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c698 if (systbl->st_cfgtbl == 0) /* Failsafe st_entries should == 0 in this case */ in exclude_efi_memreserve()
704 cfgtbl = efi_early_map(systbl->st_cfgtbl + i * sizeof(*cfgtbl)); in exclude_efi_memreserve()
/freebsd/sys/sys/
H A Defi.h199 uint64_t st_cfgtbl; member