Searched refs:PartitionSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/stand/efi/include/ |
| H A D | efidevp.h | 333 UINT64 PartitionSize; member 350 UINT64 PartitionSize; member
|
| /freebsd-14.2/stand/efi/libefi/ |
| H A D | devpath.c | 357 hd->PartitionSize, tail) < 0) in efi_media_dev_path() 369 hd->PartitionStart, hd->PartitionSize, tail); in efi_media_dev_path() 385 ((CDROM_DEVICE_PATH *)node)->PartitionSize, tail) < 0) { in efi_media_dev_path()
|
| /freebsd-14.2/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 1016 UINT64 PartitionSize; member 1068 UINT64 PartitionSize; member
|
| /freebsd-14.2/lib/libefivar/ |
| H A D | efivar-dp-format.c | 1953 UefiDevicePathLibCatPrint (Str, "0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize); in DevPathToTextHardDrive() 1985 …LibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize); in DevPathToTextCDROM()
|
| H A D | efivar-dp-parse.c | 3112 Strtoi64 (SizeStr, &Hd->PartitionSize); in DevPathFromTextHD() 3147 Strtoi64 (SizeStr, &CDROMDevPath->PartitionSize); in DevPathFromTextCDROM()
|