/titanic_41/usr/src/cmd/login/ |
H A D | logindevperm.sh | 61 /dev/vt/console_user 0600 /dev/mouse:/dev/kbd 62 /dev/vt/console_user 0600 /dev/sound/* # audio devices 63 /dev/vt/console_user 0600 /dev/fbs/* # frame buffers 64 /dev/vt/console_user 0600 /dev/dri/* # dri devices 65 /dev/vt/console_user 0400 /dev/removable-media/dsk/* # removable media 66 /dev/vt/console_user 0400 /dev/removable-media/rdsk/* # removable media 67 /dev/vt/console_user 0400 /dev/hotpluggable/dsk/* # hotpluggable storage 68 /dev/vt/console_user 0400 /dev/hotpluggable/rdsk/* # hotpluggable storage 69 /dev/vt/console_user 0600 /dev/video[0-9]+ # video devices 70 /dev/vt/console_user 0600 /dev/usb/hid[0-9]+ # hid devices should have the same permission with con… [all …]
|
H A D | login.dfl | 36 # any of the currently enabled /dev/vt/# virtual terminal devices.
|
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | vthread.h | 166 #define vtstatus(vt) ((vt)->exit) argument 167 #define vterror(vt) ((vt)->error) argument 196 #define vtopen(vt,flgs) ((Vthread_t*)0) argument 197 #define vtclose(vt) (-1) argument 198 #define vtkill(vt) (-1) argument 199 #define vtwait(vt) (-1) argument 200 #define vtrun(vt,fn,arg) (-1) argument 202 #define vtset(vt,t,v) (-1) argument 212 #define vtstatus(vt) ((Void_t*)0) argument 213 #define vterror(vt) (0) argument
|
/titanic_41/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 130 static int32_t sup_prxfile(char *file_name, struct extvtoc *vt); 131 static int32_t sup_setpart(struct extvtoc *vt); 140 struct extvtoc *vt); 154 sup_prxfile(char *file_name, struct extvtoc *vt) in sup_prxfile() argument 202 ret_val = sup_setpart(vt); in sup_prxfile() 429 sup_setpart(struct extvtoc *vt) in sup_setpart() argument 651 vt->v_part[index].p_start = val1; in sup_setpart() 652 vt->v_part[index].p_size = val2; in sup_setpart() 654 vt->v_part[index].p_tag = vtoc_tag; in sup_setpart() 658 vt->v_part[index].p_flag = vtoc_flag; in sup_setpart() [all …]
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | make-console-login-xml | 127 value='solaris.smf.value.vt' /> 157 <instance name='vt$num' enabled='false'> 178 value='solaris.smf.value.vt' /> 179 <propval name='device' type='astring' value='/dev/vt/$num' /> 186 value='\`uname -n\` vt$num login:' />
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 327 int vt; in ParseRdnAttribute() local 357 vt = BER_PRINTABLE_STRING; in ParseRdnAttribute() 366 vt = BER_IA5STRING; in ParseRdnAttribute() 374 vt = BER_PRINTABLE_STRING; in ParseRdnAttribute() 377 vt = BER_T61STRING; in ParseRdnAttribute() 380 rv = CreateAVA(n2k->OID, vt, (char *)valBuf, a); in ParseRdnAttribute()
|
/titanic_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | ascii | 2 |010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si | 20 | 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si |
|
H A D | iso | 2 | 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si |
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | ccode | 69 printf("#define CC_vt 0013 /* vt character */\n"); 77 printf("#define CC_vt 0013 /* vt character */\n");
|
/titanic_41/usr/src/man/man7i/ |
H A D | Makefile | 42 vt.7i
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | ccode | 28 #define CC_vt 0013 /* vt character */
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | ccode | 28 #define CC_vt 0013 /* vt character */
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | ccode | 28 #define CC_vt 0013 /* vt character */
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | ccode | 28 #define CC_vt 0013 /* vt character */
|
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 1471 enum vtype vt; in sbd_open_data_file() local 1490 sl->sl_data_vtype = vt = sl->sl_data_vp->v_type; in sbd_open_data_file() 1492 if ((vt != VREG) && (vt != VCHR) && (vt != VBLK)) { in sbd_open_data_file() 1514 if ((vt != VREG) && (vattr.va_size == 0)) { in sbd_open_data_file() 1731 enum vtype vt; in sbd_create_register_lu() local 1923 sl->sl_meta_vtype = vt = sl->sl_meta_vp->v_type; in sbd_create_register_lu() 1925 if ((vt != VREG) && (vt != VCHR) && (vt != VBLK)) { in sbd_create_register_lu() 1930 if (vt == VREG) { in sbd_create_register_lu() 2243 enum vtype vt; in sbd_import_lu() local 2338 sl->sl_meta_vtype = vt = sl->sl_meta_vp->v_type; in sbd_import_lu() [all …]
|
/titanic_41/usr/src/cmd/Adm/ |
H A D | ttysrch | 56 /dev/vt
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | SUNWcsd.mf | 50 dir path=dev/vt group=sys
|
H A D | system-data-terminfo.mf | 809 file path=usr/share/lib/terminfo/l/linux-vt 867 file path=usr/share/lib/terminfo/m/ms-vt-utf8 1015 file path=usr/share/lib/terminfo/o/opennt-w-vt 1641 file path=usr/share/lib/terminfo/x/xterm+vt+edit 2087 hardlink path=usr/share/lib/terminfo/d/dwk-vt target=../d/dwk 2279 hardlink path=usr/share/lib/terminfo/n/ntconsole-25-w-vt \ 2280 target=../o/opennt-w-vt 2294 hardlink path=usr/share/lib/terminfo/n/ntconsole-w-vt target=../o/opennt-w-vt 2321 hardlink path=usr/share/lib/terminfo/o/opennt-25-w-vt target=../o/opennt-w-vt 2560 hardlink path=usr/share/lib/terminfo/v/vt-61 target=../v/vt61 [all …]
|
/titanic_41/usr/src/cmd/ |
H A D | Makefile | 442 vt \
|
/titanic_41/usr/src/lib/libsecdb/ |
H A D | auth_attr.txt | 163 solaris.smf.manage.vt:::Manage Virtual Console Service States::help=SmfVtStates.html 187 solaris.smf.value.vt:::Change Values of Virtual Console Service Properties::help=SmfValueVt.html
|
H A D | prof_attr.txt | 40 Device Security:::Manage devices and Volume Manager:auths=solaris.device.*,solaris.smf.manage.vt,so…
|
/titanic_41/usr/src/ |
H A D | Makefile.lint | 314 cmd/vt \
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_common.c | 3493 u32 vt; in ixgbe_set_vlvf_generic() local 3507 vt = IXGBE_READ_REG(hw, IXGBE_VT_CTL); in ixgbe_set_vlvf_generic() 3508 if (vt & IXGBE_VT_CTL_VT_ENABLE) { in ixgbe_set_vlvf_generic()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 93 virtual_terminal, "vt" "vt" Virtual terminal number (CB/Unix)
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 112 virtual_terminal vt vt number Virtual terminal # (CB/Unix)
|