Home
last modified time | relevance | path

Searched refs:V_BOOT (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dpartition.c55 { 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 Dmenu_command.c77 { "boot", "", V_BOOT },
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1076 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 Dvtoc.h75 #define V_BOOT 0x01 /* Boot partition */ macro
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c63 { EFI_BOOT, V_BOOT },
111 { V_BOOT, V_UNMNT }, /* i - 8 */
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c68 { "boot", V_BOOT },
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c89 { "boot", "", V_BOOT },
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c3484 cl->cl_vtoc.v_part[8].p_tag = V_BOOT;