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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c631 * an EFI label. If vd_slice_label is set to VD_DISK_LABEL_VTOC then all
636 * If vd_slice_label is set to VD_DISK_LABEL_UNK and the backend is a disk
644 static vd_disk_label_t vd_slice_label = VD_DISK_LABEL_UNK; variable
5967 vd->vdisk_label = (vd_slice_label == VD_DISK_LABEL_UNK)?
5968 vd_file_slice_label : vd_slice_label;
6263 * type (VTOC or EFI) depends on the value of the vd_slice_label
6266 if (vd_slice_label == VD_DISK_LABEL_EFI ||
6294 } else if (vd_slice_label == VD_DISK_LABEL_VTOC) {

Completed in 85 milliseconds