Home
last modified time | relevance | path

Searched refs:V_SYSTEM (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1075 if (tag != V_BOOT && tag != V_SYSTEM) in get_slice()
1102 case V_SYSTEM: in get_slice()
1207 if (!allocate_slice(data, vtoc, V_SYSTEM, &pl)) in probe_gpt()
1220 if (!allocate_slice(data, vtoc, V_SYSTEM, &pl)) in probe_gpt()
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h88 #define V_SYSTEM 0x0c /* EFI/GPT system partition */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c75 { "system", V_SYSTEM },
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c71 { EFI_SYSTEM, V_SYSTEM }, /* V_SYSTEM is 0xc */
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c87 { "system", "", V_SYSTEM },
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4539 if (vtoc->efi_parts[slice].p_tag == V_SYSTEM) in read_efi_label()
4741 vtoc->efi_parts[0].p_tag = V_SYSTEM; in zpool_label_disk()