Searched refs:PartitionSize (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 333 UINT64 PartitionSize; member 350 UINT64 PartitionSize; member
|
/freebsd/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/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 1016 UINT64 PartitionSize; member 1068 UINT64 PartitionSize; member
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 1978 UefiDevicePathLibCatPrint (Str, ",0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize); in DevPathToTextHardDrive() 2011 …LibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize); in DevPathToTextCDROM()
|
H A D | efivar-dp-parse.c | 3236 Strtoi64 (SizeStr, &Hd->PartitionSize); in DevPathFromTextHD() 3272 Strtoi64 (SizeStr, &CDROMDevPath->PartitionSize); in DevPathFromTextCDROM()
|