HomeSort by: relevance | last modified time | path
    Searched refs:efi_device_path_depth (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efidev.c 27 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) function in typeref:typename:int
efiboot.h 79 int efi_device_path_depth(EFI_DEVICE_PATH *dp, int);
efipxe.c 67 depth = efi_device_path_depth(efi_bootdp,
efidisk.c 102 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
  /src/sys/stand/efiboot/
efidev.c 27 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) function in typeref:typename:int
efiboot.h 88 int efi_device_path_depth(EFI_DEVICE_PATH *, int);
efipxe.c 67 depth = efi_device_path_depth(efi_bootdp,
efinet.c 353 depth = efi_device_path_depth(efi_bootdp, HARDWARE_DEVICE_PATH);
355 depth = efi_device_path_depth(efi_bootdp,
efiblock.c 486 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);

Completed in 15 milliseconds