Lines Matching refs:vc_state_t
107 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()
717 vc_state_t *tmp_pvc = vt_minor2vc(index); in vt_switch()
774 vc_state_t *pvc; in vt_activate()
847 vt_reldisp(vc_state_t *pvc, int arg, cred_t *credp) in vt_reldisp()
873 vc_state_t *pvc = (vc_state_t *)q->q_ptr; in vt_ioctl()
1140 vc_state_t *pvc = (vc_state_t *)qp->q_ptr; in vt_miocdata()
1253 vc_state_t *
1257 vc_state_t target; in vt_minor2vc()
1273 vt_state_init(vc_state_t *vcptr, minor_t minor) in vt_state_init()
1309 vc_state_t *vcptr = kmem_zalloc(sizeof (vc_state_t), in vt_resize()
1319 vc_state_t target, *found; in vt_resize()
1325 kmem_free(found, sizeof (vc_state_t)); in vt_resize()
1332 const vc_state_t *vcptr1 = first; in vc_avl_compare()
1333 const vc_state_t *vcptr2 = second; in vc_avl_compare()
1354 avl_create(&vc_avl_root, vc_avl_compare, sizeof (vc_state_t), in vt_init()
1355 offsetof(vc_state_t, vc_avl_node)); in vt_init()