Searched refs:labeltype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c665 * out: labeltype will be set to type of label on the disk:
680 bootmgmt_check_boot_sys_label(char *vdevpathname, int *labeltype, argument
690 *labeltype = 0;
700 if (labeltype)
701 *labeltype = EFI_LABEL;
709 *labeltype = VTOC_LABEL;
711 *labeltype |= LEGACY_MBR_LABEL;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c356 int labeltype, len; local
370 err = bootmgmt_check_boot_sys_label(rdiskpathname, &labeltype, &msg);
389 if (labeltype & EFI_LABEL) {
412 if (labeltype & EFI_LABEL)
415 else if (labeltype & LEGACY_MBR_LABEL)
424 (labeltype & EFI_LABEL)? "EFI(GPT)":
449 diskname, (labeltype & EFI_LABEL)? "EFI(GPT)":
458 (labeltype & EFI_LABEL)? "EFI(GPT)":

Completed in 31 milliseconds