Searched refs:V_RONLY (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | vtoc.h | 96 #define V_RONLY 0x10 /* Read only */ macro
|
/titanic_50/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 108 { "rm", "read-only, mountable", V_RONLY }, 109 { "ru", "read-only, unmountable", V_RONLY|V_UNMNT },
|
/titanic_50/usr/src/cmd/format/ |
H A D | menu_command.c | 97 { "rm", "read-only, mountable", V_RONLY }, 98 { "ru", "read-only, unmountable", V_RONLY|V_UNMNT },
|
/titanic_50/usr/src/uts/common/io/ |
H A D | lofi.c | 1769 lsp->ls_vtoc.v_part[0].p_flag = V_UNMNT | V_RONLY; in fake_disk_geometry()
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6347 case V_RONLY: 6416 case V_RONLY:
|