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

/freebsd-current/stand/efi/libefi/
H A Ddevpath.c356 hd->PartitionStart,
369 hd->PartitionStart, hd->PartitionSize, tail);
384 ((CDROM_DEVICE_PATH *)node)->PartitionStart,
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1012 UINT64 PartitionStart; member in struct:__anon9436
1064 UINT64 PartitionStart; member in struct:__anon9437
/freebsd-current/stand/efi/include/
H A Defidevp.h332 UINT64 PartitionStart; member in struct:_HARDDRIVE_DEVICE_PATH
349 UINT64 PartitionStart; 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.c3111 Strtoi64 (StartStr, &Hd->PartitionStart);
3146 Strtoi64 (StartStr, &CDROMDevPath->PartitionStart);

Completed in 142 milliseconds