Searched refs:PartitionSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/stand/efi/include/ |
| H A D | efidevp.h | 304 UINT64 PartitionSize; member 321 UINT64 PartitionSize; member
|
| /freebsd-12.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 970 UINT64 PartitionSize; member 1022 UINT64 PartitionSize; member
|
| /freebsd-12.1/lib/libefivar/ |
| H A D | efivar-dp-format.c | 1819 UefiDevicePathLibCatPrint (Str, "0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize); in DevPathToTextHardDrive() 1851 …LibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize); in DevPathToTextCDROM()
|
| H A D | efivar-dp-parse.c | 2949 Strtoi64 (SizeStr, &Hd->PartitionSize); in DevPathFromTextHD() 2984 Strtoi64 (SizeStr, &CDROMDevPath->PartitionSize); in DevPathFromTextCDROM()
|