OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efi_device_path_ncmp
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/i386/stand/efiboot/
efidev.c
40
efi_device_path_ncmp
(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn)
function
efiboot.h
80
int
efi_device_path_ncmp
(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
efipxe.c
69
if (
efi_device_path_ncmp
(efi_bootdp, dp, depth))
efidisk.c
134
if (
efi_device_path_ncmp
(efi_bootdp, dp, depth) == 0) {
/src/sys/stand/efiboot/
efidev.c
53
efi_device_path_ncmp
(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn)
function
efiboot.h
90
int
efi_device_path_ncmp
(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
efipxe.c
69
if (
efi_device_path_ncmp
(efi_bootdp, dp, depth))
efifile.c
169
if (
efi_device_path_ncmp
(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)
efiblock.c
522
if (depth > 0 &&
efi_device_path_ncmp
(efi_bootdp, DevicePathFromHandle(efi_block[n]), depth) == 0) {
efinet.c
407
if (depth > 0 &&
efi_device_path_ncmp
(efi_bootdp, dp0, depth) == 0) {
Completed in 22 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026