Home
last modified time | relevance | path

Searched refs:vc_state_t (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dvt_impl.h96 } vc_state_t; typedef
97 _NOTE(MUTEX_PROTECTS_DATA(vc_state_t::vc_state_lock, vc_state_t::vc_flags))
113 void vt_clean(queue_t *q, vc_state_t *pvc);
114 void vt_close(queue_t *q, vc_state_t *pvc, cred_t *crp);
117 vc_state_t *vt_minor2vc(minor_t);
/titanic_44/usr/src/uts/common/io/
H A Dvcons.c107 extern void wc_get_size(vc_state_t *pvc);
224 vt_clean(queue_t *q, vc_state_t *pvc) in vt_clean()
251 vc_state_t *pvc; in vc_waitactive_reply()
275 vt_close(queue_t *q, vc_state_t *pvc, cred_t *credp) in vt_close()
298 vt_init_tty(vc_state_t *pvc) in vt_init_tty()
337 vc_state_t *pvc; in vt_open()
633 vt_setmode(vc_state_t *pvc, struct vt_mode *pmode) in vt_setmode()
657 vt_reset(vc_state_t *pvc) in vt_reset()
672 vc_state_t *pvc_active = vt_minor2vc(vc_active_console); in vt_switch()
673 vc_state_t *pvc = vt_minor2vc(vt_no); in vt_switch()
[all …]
H A Dwscons.c270 void wc_get_size(vc_state_t *pvc);
455 vc_state_t *pvc = (vc_state_t *)q->q_ptr; in wcclose()
509 vc_state_t *pvc = (vc_state_t *)q->q_ptr; in wcuwput()
658 vc_state_t *pvc = (vc_state_t *)arg; in wcreioctl()
717 vc_state_t *pvc = (vc_state_t *)q->q_ptr; in wcioctl()
1031 vc_state_t *pvc = (vc_state_t *)arg; in wcopoll()
1061 vc_state_t *pvc = (vc_state_t *)arg; in wcrstrt()
1076 wc_get_screen_tem(vc_state_t *pvc) in wc_get_screen_tem()
1091 vc_state_t *pvc = (vc_state_t *)arg; in wcstart()
1259 vc_state_t *pvc = (vc_state_t *)arg; in wconsout()
[all …]