Symbol: efi_device_path_depth
sys/arch/amd64/stand/efiboot/efiboot.c
202
depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
sys/arch/amd64/stand/efiboot/efiboot.c
59
int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/amd64/stand/efiboot/efipxe.c
41
extern int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/amd64/stand/efiboot/efipxe.c
75
depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
sys/arch/arm64/stand/efiboot/efiboot.c
302
depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
sys/arch/arm64/stand/efiboot/efiboot.c
77
int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/arm64/stand/efiboot/efipxe.c
56
extern int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/arm64/stand/efiboot/efipxe.c
98
depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
sys/arch/armv7/stand/efiboot/efiboot.c
285
depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
sys/arch/armv7/stand/efiboot/efiboot.c
67
int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/armv7/stand/efiboot/efipxe.c
56
extern int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/armv7/stand/efiboot/efipxe.c
98
depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
sys/arch/riscv64/stand/efiboot/efiboot.c
263
depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
sys/arch/riscv64/stand/efiboot/efiboot.c
72
int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/riscv64/stand/efiboot/efipxe.c
56
extern int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
sys/arch/riscv64/stand/efiboot/efipxe.c
98
depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);