Lines Matching defs:vdisk_label

459 	vd_disk_label_t		vdisk_label;	/* EFI or VTOC label */
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 != VD_DISK_LABEL_VTOC) &&
1770 vd->vdisk_label != VD_DISK_LABEL_EFI)) {
1799 if (vd->vdisk_label == VD_DISK_LABEL_VTOC &&
1805 if (vd->vdisk_label == VD_DISK_LABEL_EFI) {
1809 ASSERT(vd->vdisk_label == VD_DISK_LABEL_VTOC);
1854 if (vd->vdisk_label == VD_DISK_LABEL_VTOC) {
2966 ASSERT(vd->vdisk_label == VD_DISK_LABEL_VTOC);
2989 ASSERT(vd->vdisk_label == VD_DISK_LABEL_VTOC);
3056 switch (vd->vdisk_label) {
3253 vd->vdisk_label = VD_DISK_LABEL_EFI;
3257 vd->vdisk_label = VD_DISK_LABEL_UNK;
3262 vd->vdisk_label = VD_DISK_LABEL_VTOC;
3270 if (vd->vdisk_label != VD_DISK_LABEL_UNK) {
5967 vd->vdisk_label = (vd_slice_label == VD_DISK_LABEL_UNK)?
5970 if (vd->vdisk_label == VD_DISK_LABEL_EFI ||
6033 if (vd->vdisk_label != VD_DISK_LABEL_UNK) {
6073 if (vd->vdisk_label != VD_DISK_LABEL_UNK) {
6268 vd->vdisk_label = VD_DISK_LABEL_EFI;
6292 vd->vdisk_label = VD_DISK_LABEL_VTOC;
6296 vd->vdisk_label = VD_DISK_LABEL_VTOC;
6302 vd->vdisk_label = VD_DISK_LABEL_EFI;
6306 if (vd->vdisk_label == VD_DISK_LABEL_VTOC) {
6462 if (vd->vdisk_label == VD_DISK_LABEL_VTOC) {
6758 vd->vdisk_label = VD_DISK_LABEL_UNK;