Searched refs:efi_device_path_depth (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | efidev.c | 27 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) in efi_device_path_depth() function
|
H A D | efiboot.h | 79 int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
|
H A D | efipxe.c | 67 depth = efi_device_path_depth(efi_bootdp, in efi_pxe_probe()
|
H A D | efidisk.c | 102 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH); in efi_disk_probe()
|
/netbsd-src/sys/stand/efiboot/ |
H A D | efidev.c | 27 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) in efi_device_path_depth() function
|
H A D | efiboot.h | 88 int efi_device_path_depth(EFI_DEVICE_PATH *, int);
|
H A D | efipxe.c | 67 depth = efi_device_path_depth(efi_bootdp, in efi_pxe_probe()
|
H A D | efinet.c | 353 depth = efi_device_path_depth(efi_bootdp, HARDWARE_DEVICE_PATH); in efi_net_probe() 355 depth = efi_device_path_depth(efi_bootdp, in efi_net_probe()
|
H A D | efiblock.c | 486 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH); in efi_block_probe()
|