OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efi_systbl
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/ia64/ia64/
efi.c
43
static struct
efi_systbl
*
efi_systbl
;
variable in typeref:struct:efi_systbl *
66
efi_systbl
= (struct
efi_systbl
*)IA64_PHYS_TO_RR7(systbl);
67
if (
efi_systbl
->st_hdr.th_sig != EFI_SYSTBL_SIG) {
68
efi_systbl
= NULL;
71
efi_cfgtbl = (
efi_systbl
->st_cfgtbl == NULL) ? NULL :
73
(uint64_t)
efi_systbl
->st_cfgtbl);
76
efi_runtime = (
efi_systbl
->st_rt == NULL) ? NULL :
77
(struct efi_rt *)IA64_PHYS_TO_RR7((uint64_t)
efi_systbl
->st_rt)
[
all
...]
/src/sys/dev/efi/
efi.h
166
struct
efi_systbl
{
struct
186
__CTASSERT(sizeof(struct
efi_systbl
) == 120);
188
__CTASSERT(sizeof(struct
efi_systbl
) == 72);
/src/sys/arch/x86/x86/
multiboot2.c
76
efi_systbl
->st_coutif->ei_outputstring(
efi_systbl
->st_coutif, \
122
efi_exit_bs(struct
efi_systbl
*
efi_systbl
, void *efi_ih)
129
if (
efi_systbl
== NULL)
132
if (
efi_systbl
->st_hdr.th_sig != EFI_SYSTBL_SIG)
135
efi_bs =
efi_systbl
->st_bs;
284
struct
efi_systbl
*
efi_systbl
= NULL;
local in function:multiboot2_pre_reloc
306
efi_systbl
= (struct efi_systbl *
[
all
...]
efi_machdep.c
69
static struct
efi_systbl
*efi_systbl_va = NULL;
336
struct
efi_systbl
*
341
struct
efi_systbl
*systbl;
374
efi_systbl_va = (struct
efi_systbl
*) systbl32;
393
efi_systbl_va = (struct
efi_systbl
*) systbl64;
398
systbl = (struct
efi_systbl
*) va;
601
struct
efi_systbl
*systbl;
/src/sys/arch/arm/arm/
efi_runtime.c
68
struct
efi_systbl
*ST;
/src/sys/arch/ia64/stand/ia64/ski/
efi_stub.c
102
struct
efi_systbl
efi_systab = {
/src/sys/arch/x86/include/
efi.h
241
struct
efi_systbl
*efi_getsystbl(void);
Completed in 16 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025