Searched refs:vtinfo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vt/
H A DMakefile28 PROG= vtdaemon vtinfo vtxlock
31 VTINFO_SRC= vtinfo.c
49 vtinfo: $(VTINFO_SRC)
/illumos-gate/usr/src/cmd/svc/shell/
H A Dsmf_include.sh105 /usr/lib/vtinfo > /dev/null 2>&1
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c876 struct vt_stat vtinfo; local
1038 vtinfo.v_active = vt_minor2arg(vc_active_console);
1039 vtinfo.v_state = 3; /* system console and vtdaemon */
1047 vtinfo.v_state |= (1 << pvc->vc_minor);
1054 *(struct vt_stat *)(void *)tmp->b_rptr = vtinfo;

Completed in 3042 milliseconds