Home
last modified time | relevance | path

Searched refs:is_mbr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c344 dbus_bool_t is_mbr = FALSE; in main() local
438 is_mbr = (dos_cnt > 0); in main()
439 if (is_mbr) { in main()
445 if (!is_mbr) { in main()
462 is_partitioned = is_mbr || is_smi || is_gpt; in main()
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c314 static boolean_t cmlb_check_efi_mbr(uchar_t *buf, boolean_t *is_mbr);
2740 cmlb_check_efi_mbr(uchar_t *buf, boolean_t *is_mbr) argument
2747 if (is_mbr != NULL)
2748 *is_mbr = B_TRUE;
2751 if (is_mbr != NULL)
2752 *is_mbr = B_FALSE;
2782 boolean_t is_mbr; local
2806 if (!cmlb_check_efi_mbr(buf, &is_mbr)) {
2807 if (is_mbr)