Searched refs:vt (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh45 # If the "console" is "/dev/vt/console_user" which is a symlink to the current
46 # active virtual console (/dev/console, or /dev/vt/#), then the first
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_use
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dvthread.h166 #define vtstatus(vt) ((vt)->exit)
167 #define vterror(vt) ((vt)->error)
196 #define vtopen(vt,flgs) ((Vthread_t*)0)
197 #define vtclose(vt) (-1)
198 #define vtkill(vt) (-1)
199 #define vtwait(vt) (-1)
200 #define vtrun(vt,fn,arg) (-1)
202 #define vtset(vt,
[all...]
/illumos-gate/usr/src/cmd/vt/
H A Dvtinfo.c31 #include <sys/vt.h>
45 if ((fd = open("/dev/vt/0", O_RDONLY)) < 0)
H A Dvtdaemon.c30 * console device (/dev/vt/1), and provides a text console session
31 * for password input and authentication. The /dev/vt/1 special text
54 * . If it's from Xserver for a graphical source session and the vt
82 * e.g. "User Bob's password on vt/#: ".
113 * /dev/vt/0 to /dev/vt/15). There's a property "nodecount"
118 * Xserver needs to switch back to previous active vt via VT_EV_X_EXIT
165 #include <sys/vt.h>
169 * The door file /var/run/vt/vtdaemon_door
171 #define VT_TMPDIR "/var/run/vt"
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml116 value='solaris.smf.manage.vt' />
118 value='solaris.smf.manage.vt' />
127 value='solaris.smf.value.vt' />
152 # (/dev/vt/#, # is from 2 to 6).
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:' />
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c130 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) argument
202 ret_val = sup_setpart(vt);
429 sup_setpart(struct extvtoc *vt) argument
651 vt->v_part[index].p_start = val1;
652 vt->v_part[index].p_size = val2;
654 vt->v_part[index].p_tag = vtoc_tag;
658 vt
788 valid_slice_file(smedia_handle_t handle, int32_t fd, char *file_name, struct extvtoc *vt) argument
871 check_vtoc_sanity(smedia_handle_t handle, int32_t fd, struct extvtoc *vt) argument
[all...]
/illumos-gate/usr/src/man/man7i/
H A DMakefile42 vt.7i
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c327 int vt; local
357 vt = BER_PRINTABLE_STRING;
366 vt = BER_IA5STRING;
374 vt = BER_PRINTABLE_STRING;
377 vt = BER_T61STRING;
380 rv = CreateAVA(n2k->OID, vt, (char *)valBuf, a);
/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h35 #include <sys/vt.h>
57 /* virtual console soft state associated with each vt */
H A DMakefile126 vt.h \
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2246 fake_disk_vtoc(struct lofi_state *lsp, struct vtoc *vt) argument
2248 bzero(vt, sizeof (struct vtoc));
2249 vt->v_sanity = VTOC_SANE;
2250 vt->v_version = V_VERSION;
2251 (void) strncpy(vt->v_volume, LOFI_DRIVER_NAME,
2252 sizeof (vt->v_volume));
2253 vt->v_sectorsz = 1 << lsp->ls_pbshift;
2254 vt->v_nparts = 1;
2255 vt->v_part[0].p_tag = V_UNASSIGNED;
2262 vt
3314 struct vtoc vt; local
[all...]
H A Dcons.c69 #include <sys/vt.h>
468 * has two sources -- either /dev/console or /dev/vt/0 .
H A Dvcons.c49 #include <sys/vt.h>
92 * 0: virtual console #1 /dev/vt/0 Alt + F1
94 * 2: virtual console #2 /dev/vt/2 Alt + F2
95 * 3: virtual console #3 /dev/vt/3 Alt + F3
97 * n: virtual console #n /dev/vt/n Alt + Fn
99 * Note that vtdaemon is running on /dev/vt/1 (minor=1),
135 * If the system console is directed to tipline, consider /dev/vt/0 as
146 * the vt switching message is encoded as:
210 * Shouldn't allow to shrink the max vt minor to be smaller than
244 * B_TRUE: the vt designate
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c1471 enum vtype vt; local
1490 sl->sl_data_vtype = vt = sl->sl_data_vp->v_type;
1492 if ((vt != VREG) && (vt != VCHR) && (vt != VBLK)) {
1514 if ((vt != VREG) && (vattr.va_size == 0)) {
1731 enum vtype vt; local
1923 sl->sl_meta_vtype = vt = sl->sl_meta_vp->v_type;
1925 if ((vt != VREG) && (vt !
2243 enum vtype vt; local
[all...]
/illumos-gate/usr/src/cmd/
H A DMakefile446 vt \
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c82 #include <sys/vt.h>
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c3933 u32 vt; local
3947 vt = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
3948 if (vt & IXGBE_VT_CTL_VT_ENABLE) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2076 uint32_t vt:1; member in struct:__anon7429::__anon7430::__anon7457
2096 uint32_t vt:1; member in struct:__anon7429::__anon7430::__anon7457
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c9492 dtrace_diftype_t *vt, *et; local
9561 vt = &v->dtdv_type;
9563 if (vt->dtdt_flags & DIF_TF_BYREF) {
9564 if (vt->dtdt_size == 0) {
9571 vt->dtdt_size > dtrace_statvar_maxsize) {
9588 if (vt->dtdt_flags != et->dtdt_flags) {
9593 if (vt->dtdt_size != 0 && vt->dtdt_size != et->dtdt_size) {

Completed in 202 milliseconds