Searched refs:V_USR (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | partition.c | 49 { V_USR, 0 }, /* g - 6 */ 150 deflt = V_USR; in change_partition() 185 tag = V_USR; in change_partition()
|
H A D | modify_partition.c | 558 map->efi_parts[i].p_tag = V_USR; 571 map->efi_parts[float_part].p_tag = V_USR;
|
H A D | label.c | 221 efi->efi_parts[0].p_tag = V_USR; in SMI_vtoc_to_EFI()
|
H A D | menu_command.c | 80 { "usr", "", V_USR },
|
H A D | auto_sense.c | 296 vtoc->efi_parts[0].p_tag = V_USR; in auto_efi_sense()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 78 #define V_USR 0x04 /* Usr filesystem */ macro
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 66 { EFI_USR, V_USR }, 105 { V_USR, 0 }, /* g - 6 */
|
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
H A D | disk_label.c | 71 { "usr", V_USR },
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 4541 if (vtoc->efi_parts[slice].p_tag == V_USR) in read_efi_label() 4544 if (sb != NULL && vtoc->efi_parts[slice].p_tag == V_USR) in read_efi_label() 4731 vtoc->efi_parts[0].p_tag = V_USR; in zpool_label_disk() 4751 vtoc->efi_parts[1].p_tag = V_USR; in zpool_label_disk()
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6747 case V_USR: 6821 case V_USR:
|