Searched refs:V_BOOT (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | partition.c | 55 { V_BOOT, V_UNMNT }, /* i - 8 */ 228 if (tag != V_UNASSIGNED && tag != V_BACKUP && tag != V_BOOT) { in change_partition() 282 tag != V_BOOT) { in change_partition()
|
H A D | menu_command.c | 77 { "boot", "", V_BOOT },
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 1076 if (tag != V_BOOT && tag != V_SYSTEM) in get_slice() 1098 case V_BOOT: in get_slice() 1175 if (!allocate_slice(data, vtoc, V_BOOT, &pl)) in probe_gpt() 1194 if (!allocate_slice(data, vtoc, V_BOOT, &pl)) in probe_gpt() 1444 if (exvtoc.v_part[i].p_tag == V_BOOT) in probe_vtoc() 1655 device->stage.tag = V_BOOT; in probe_mbr()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 75 #define V_BOOT 0x01 /* Boot partition */ macro
|
/illumos-gate/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 63 { EFI_BOOT, V_BOOT }, 111 { V_BOOT, V_UNMNT }, /* i - 8 */
|
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
H A D | disk_label.c | 68 { "boot", V_BOOT },
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 89 { "boot", "", V_BOOT },
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 3484 cl->cl_vtoc.v_part[8].p_tag = V_BOOT;
|