Lines Matching refs:hd
341 HARDDRIVE_DEVICE_PATH *hd; in efi_media_dev_path() local
351 hd = (HARDDRIVE_DEVICE_PATH *)node; in efi_media_dev_path()
352 switch (hd->SignatureType) { in efi_media_dev_path()
356 hd->PartitionNumber, in efi_media_dev_path()
357 *((uint32_t *)(uintptr_t)&hd->Signature[0]), in efi_media_dev_path()
358 hd->PartitionStart, in efi_media_dev_path()
359 hd->PartitionSize, tail) < 0) in efi_media_dev_path()
365 &hd->Signature[0], &str, &rv); in efi_media_dev_path()
370 hd->PartitionNumber, str, in efi_media_dev_path()
371 hd->PartitionStart, hd->PartitionSize, tail); in efi_media_dev_path()
376 hd->PartitionNumber, in efi_media_dev_path()
377 hd->SignatureType, tail) < 0) { in efi_media_dev_path()