Searched defs:vdisk_label (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h310 vd_disk_label_t vdisk_label; /* label type of device/disk imported */ member in struct:vdc
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c459 vd_disk_label_t vdisk_label; /* EFI or VTOC label */ member in struct:vd
790 if (vd->vdisk_label == VD_DISK_LABEL_UNK &&
793 if (vd->vdisk_label == VD_DISK_LABEL_UNK) {
800 if (vd->vdisk_label == VD_DISK_LABEL_VTOC) {
803 ASSERT(vd->vdisk_label == VD_DISK_LABEL_EFI);
1156 if (vd->vdisk_label == VD_DISK_LABEL_UNK) {
1164 if (vd->vdisk_label == VD_DISK_LABEL_EFI) {
1178 ASSERT(vd->vdisk_label == VD_DISK_LABEL_VTOC);
1676 if (vd->vdisk_label == VD_DISK_LABEL_VTOC &&
1768 vd->vdisk_label !
[all...]

Completed in 66 milliseconds