Home
last modified time | relevance | path

Searched refs:BM_BOOT_DESCRIPTION_ENTRY (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DInternalBm.h145 } BM_BOOT_DESCRIPTION_ENTRY; typedef
DBmBoot.c751 BM_BOOT_DESCRIPTION_ENTRY *Entry; in EfiBootManagerRegisterBootDescriptionHandler()
757 Entry = CR (Link, BM_BOOT_DESCRIPTION_ENTRY, Link, BM_BOOT_DESCRIPTION_ENTRY_SIGNATURE); in EfiBootManagerRegisterBootDescriptionHandler()
763 Entry = AllocatePool (sizeof (BM_BOOT_DESCRIPTION_ENTRY)); in EfiBootManagerRegisterBootDescriptionHandler()
793 BM_BOOT_DESCRIPTION_ENTRY *Entry; in BmGetBootDescription()
834 Entry = CR (Link, BM_BOOT_DESCRIPTION_ENTRY, Link, BM_BOOT_DESCRIPTION_ENTRY_SIGNATURE); in BmGetBootDescription()