Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/
H A Defidevp.h333 UINT64 PartitionSize; member
350 UINT64 PartitionSize; member
/freebsd/stand/efi/libefi/
H A Ddevpath.c357 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 DDevicePath.h1016 UINT64 PartitionSize; member
1068 UINT64 PartitionSize; member
/freebsd/lib/libefivar/
H A Defivar-dp-format.c1978 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 Defivar-dp-parse.c3236 Strtoi64 (SizeStr, &Hd->PartitionSize); in DevPathFromTextHD()
3272 Strtoi64 (SizeStr, &CDROMDevPath->PartitionSize); in DevPathFromTextCDROM()