Searched refs:PartitionSize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/stand/efi/include/ |
| H A D | efidevp.h | 334 UINT64 PartitionSize; member 351 UINT64 PartitionSize; member
|
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | devpath.c | 360 hd->PartitionSize, tail) < 0) in efi_media_dev_path() 372 hd->PartitionStart, hd->PartitionSize, tail); in efi_media_dev_path() 388 ((CDROM_DEVICE_PATH *)node)->PartitionSize, tail) < 0) { in efi_media_dev_path()
|
| /freebsd-13.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 1016 UINT64 PartitionSize; member 1068 UINT64 PartitionSize; member
|
| /freebsd-13.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()
|