Home
last modified time | relevance | path

Searched refs:BootEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/stand/efi/include/
H A Defidevp.h319 UINT32 BootEntry; member
/freebsd-12.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1014 UINT32 BootEntry; member
/freebsd-12.1/lib/libefivar/
H A Defivar-dp-format.c1847 UefiDevicePathLibCatPrint (Str, "CDROM(0x%x)", Cd->BootEntry); in DevPathToTextCDROM()
1851 …UefiDevicePathLibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->… in DevPathToTextCDROM()
H A Defivar-dp-parse.c2982 CDROMDevPath->BootEntry = (UINT32) Strtoi (EntryStr); in DevPathFromTextCDROM()