Searched refs:V_BOOT (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/format/ |
H A D | partition.c | 54 { V_BOOT, V_UNMNT }, /* i - 8 */ 227 if (tag != V_UNASSIGNED && tag != V_BACKUP && tag != V_BOOT) { in change_partition() 281 tag != V_BOOT) { in change_partition()
|
H A D | menu_command.c | 74 { "boot", "", V_BOOT },
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vtoc.h | 73 #define V_BOOT 0x01 /* Boot partition */ macro
|
/titanic_44/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 96 { V_BOOT, V_UNMNT }, /* i - 8 */
|
/titanic_44/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 89 { "boot", "", V_BOOT },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 3449 cl->cl_vtoc.v_part[8].p_tag = V_BOOT;
|