Home
last modified time | relevance | path

Searched refs:HARDDRIVE_DEVICE_PATH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h1037 } HARDDRIVE_DEVICE_PATH; typedef
1297 HARDDRIVE_DEVICE_PATH HardDrive;
1353 HARDDRIVE_DEVICE_PATH *HardDrive;
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c89 HARDDRIVE_DEVICE_PATH *hd; in efi_zfs_is_preferred()
125 hd = (HARDDRIVE_DEVICE_PATH *)efi_devpath_last_node(devpath); in efi_zfs_is_preferred()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c611 hd->pd_unit = ((HARDDRIVE_DEVICE_PATH *)node)->PartitionNumber; in efipart_hdinfo_add_node()