Searched refs:V_USR (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/format/ |
H A D | partition.c | 48 { V_USR, 0 }, /* g - 6 */ 149 deflt = V_USR; in change_partition() 184 tag = V_USR; in change_partition()
|
H A D | modify_partition.c | 580 map->efi_parts[i].p_tag = V_USR; 594 map->efi_parts[float_part].p_tag = V_USR;
|
H A D | label.c | 239 efi->efi_parts[0].p_tag = V_USR; in SMI_vtoc_to_EFI()
|
H A D | menu_command.c | 78 { "usr", "", V_USR },
|
H A D | auto_sense.c | 295 vtoc->efi_parts[0].p_tag = V_USR; in auto_efi_sense()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vtoc.h | 77 #define V_USR 0x04 /* Usr filesystem */ macro
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 119 if (vtoc->efi_parts[i].p_tag != V_USR) in get_sol_prtnum()
|
/titanic_50/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 92 { "usr", "", V_USR }, 803 vt->v_part[6].p_tag = V_USR; in valid_slice_file()
|
/titanic_50/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 90 { V_USR, 0 }, /* g - 6 */
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 3905 vtoc->efi_parts[0].p_tag = V_USR; in zpool_label_disk()
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6332 case V_USR: 6401 case V_USR:
|