Searched refs:V_SYSTEM (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/boot/installboot/i386/ |
| H A D | installboot.c | 1077 if (tag != V_BOOT && tag != V_SYSTEM) in get_slice() 1104 case V_SYSTEM: in get_slice() 1209 if (!allocate_slice(data, vtoc, V_SYSTEM, &pl)) in probe_gpt() 1222 if (!allocate_slice(data, vtoc, V_SYSTEM, &pl)) in probe_gpt()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | vtoc.h | 88 #define V_SYSTEM 0x0c /* EFI/GPT system partition */ macro
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
| H A D | disk_label.c | 78 { "system", V_SYSTEM },
|
| /illumos-gate/usr/src/lib/libefi/common/ |
| H A D | rdwr_efi.c | 72 { EFI_SYSTEM, V_SYSTEM }, /* V_SYSTEM is 0xc */
|
| /illumos-gate/usr/src/cmd/format/ |
| H A D | menu_command.c | 87 { "system", "", V_SYSTEM },
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 4581 if (vtoc->efi_parts[slice].p_tag == V_SYSTEM) in read_efi_label() 4783 vtoc->efi_parts[0].p_tag = V_SYSTEM; in zpool_label_disk()
|