OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efi_bootdp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/stand/efiboot/
efiboot.c
45
EFI_DEVICE_PATH *
efi_bootdp
;
variable
86
status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&
efi_bootdp
);
88
efi_bootdp
= NULL;
90
efi_bootdp
= DuplicateDevicePath(
efi_bootdp
);
/src/sys/arch/i386/stand/efiboot/
efiboot.c
35
EFI_DEVICE_PATH *
efi_bootdp
;
variable
80
efi_bootdp
= dp0;
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026