Home
last modified time | relevance | path

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

/freebsd-14.2/stand/efi/include/
H A Defidevp.h348 UINT32 BootEntry; member
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1060 UINT32 BootEntry; member
/freebsd-14.2/stand/efi/libefi/
H A Ddevpath.c383 ((CDROM_DEVICE_PATH *)node)->BootEntry, in efi_media_dev_path()
/freebsd-14.2/lib/libefivar/
H A Defivar-dp-format.c1981 UefiDevicePathLibCatPrint (Str, "CDROM(0x%x)", Cd->BootEntry); in DevPathToTextCDROM()
1985 …UefiDevicePathLibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->… in DevPathToTextCDROM()
H A Defivar-dp-parse.c3145 CDROMDevPath->BootEntry = (UINT32)Strtoi (EntryStr); in DevPathFromTextCDROM()