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

/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c360 hd->PartitionSize, tail) < 0)
372 hd->PartitionStart, hd->PartitionSize, tail);
388 ((CDROM_DEVICE_PATH *)node)->PartitionSize, tail) < 0) {
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1016 UINT64 PartitionSize; member in struct:__anon9518
1068 UINT64 PartitionSize; member in struct:__anon9519
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h334 UINT64 PartitionSize; member in struct:_HARDDRIVE_DEVICE_PATH
351 UINT64 PartitionSize; member in struct:_CDROM_DEVICE_PATH
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-format.c1819 UefiDevicePathLibCatPrint (Str, "0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize);
1851 UefiDevicePathLibCatPrint (Str, "CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize);
H A Defivar-dp-parse.c2949 Strtoi64 (SizeStr, &Hd->PartitionSize);
2984 Strtoi64 (SizeStr, &CDROMDevPath->PartitionSize);

Completed in 125 milliseconds