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

/freebsd-current/stand/efi/libefi/
H A Ddevpath.c357 hd->PartitionSize, tail) < 0)
369 hd->PartitionStart, hd->PartitionSize, tail);
385 ((CDROM_DEVICE_PATH *)node)->PartitionSize, tail) < 0) {
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1016 UINT64 PartitionSize; member in struct:__anon9436
1068 UINT64 PartitionSize; member in struct:__anon9437
/freebsd-current/stand/efi/include/
H A Defidevp.h333 UINT64 PartitionSize; member in struct:_HARDDRIVE_DEVICE_PATH
350 UINT64 PartitionSize; member in struct:_CDROM_DEVICE_PATH
/freebsd-current/lib/libefivar/
H A Defivar-dp-format.c1953 UefiDevicePathLibCatPrint (Str, "0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize);
1985 UefiDevicePathLibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize);
H A Defivar-dp-parse.c3112 Strtoi64 (SizeStr, &Hd->PartitionSize);
3147 Strtoi64 (SizeStr, &CDROMDevPath->PartitionSize);

Completed in 118 milliseconds