Symbol: vc_state_t
usr/src/uts/common/io/vcons.c
107
extern void wc_get_size(vc_state_t *pvc);
usr/src/uts/common/io/vcons.c
1140
vc_state_t *pvc = (vc_state_t *)qp->q_ptr;
usr/src/uts/common/io/vcons.c
1253
vc_state_t *
usr/src/uts/common/io/vcons.c
1257
vc_state_t target;
usr/src/uts/common/io/vcons.c
1273
vt_state_init(vc_state_t *vcptr, minor_t minor)
usr/src/uts/common/io/vcons.c
1309
vc_state_t *vcptr = kmem_zalloc(sizeof (vc_state_t),
usr/src/uts/common/io/vcons.c
1319
vc_state_t target, *found;
usr/src/uts/common/io/vcons.c
1325
kmem_free(found, sizeof (vc_state_t));
usr/src/uts/common/io/vcons.c
1332
const vc_state_t *vcptr1 = first;
usr/src/uts/common/io/vcons.c
1333
const vc_state_t *vcptr2 = second;
usr/src/uts/common/io/vcons.c
1354
avl_create(&vc_avl_root, vc_avl_compare, sizeof (vc_state_t),
usr/src/uts/common/io/vcons.c
1355
offsetof(vc_state_t, vc_avl_node));
usr/src/uts/common/io/vcons.c
224
vt_clean(queue_t *q, vc_state_t *pvc)
usr/src/uts/common/io/vcons.c
251
vc_state_t *pvc;
usr/src/uts/common/io/vcons.c
275
vt_close(queue_t *q, vc_state_t *pvc, cred_t *credp)
usr/src/uts/common/io/vcons.c
298
vt_init_tty(vc_state_t *pvc)
usr/src/uts/common/io/vcons.c
337
vc_state_t *pvc;
usr/src/uts/common/io/vcons.c
633
vt_setmode(vc_state_t *pvc, struct vt_mode *pmode)
usr/src/uts/common/io/vcons.c
657
vt_reset(vc_state_t *pvc)
usr/src/uts/common/io/vcons.c
672
vc_state_t *pvc_active = vt_minor2vc(vc_active_console);
usr/src/uts/common/io/vcons.c
673
vc_state_t *pvc = vt_minor2vc(vt_no);
usr/src/uts/common/io/vcons.c
717
vc_state_t *tmp_pvc = vt_minor2vc(index);
usr/src/uts/common/io/vcons.c
774
vc_state_t *pvc;
usr/src/uts/common/io/vcons.c
847
vt_reldisp(vc_state_t *pvc, int arg, cred_t *credp)
usr/src/uts/common/io/vcons.c
873
vc_state_t *pvc = (vc_state_t *)q->q_ptr;
usr/src/uts/common/io/wscons.c
1178
vc_state_t *pvc = (vc_state_t *)arg;
usr/src/uts/common/io/wscons.c
1208
vc_state_t *pvc = (vc_state_t *)arg;
usr/src/uts/common/io/wscons.c
1223
wc_get_screen_tem(vc_state_t *pvc)
usr/src/uts/common/io/wscons.c
1239
vc_state_t *pvc;
usr/src/uts/common/io/wscons.c
1399
vc_state_t *pvc;
usr/src/uts/common/io/wscons.c
1424
vc_state_t *pvc;
usr/src/uts/common/io/wscons.c
1520
update_property(vc_state_t *pvc, char *name, ushort_t value)
usr/src/uts/common/io/wscons.c
1534
wc_get_size(vc_state_t *pvc)
usr/src/uts/common/io/wscons.c
1568
vc_state_t *pvc;
usr/src/uts/common/io/wscons.c
271
void wc_get_size(vc_state_t *pvc);
usr/src/uts/common/io/wscons.c
273
static tem_vt_state_t wc_get_screen_tem(vc_state_t *);
usr/src/uts/common/io/wscons.c
449
vc_state_t *pvc = (vc_state_t *)q->q_ptr;
usr/src/uts/common/io/wscons.c
502
vc_state_t *pvc = (vc_state_t *)q->q_ptr;
usr/src/uts/common/io/wscons.c
658
vc_state_t *pvc = (vc_state_t *)q->q_ptr;
usr/src/uts/common/io/wscons.c
805
vc_state_t *pvc = (vc_state_t *)arg;
usr/src/uts/common/io/wscons.c
864
vc_state_t *pvc = (vc_state_t *)q->q_ptr;
usr/src/uts/common/sys/vt_impl.h
113
void vt_clean(queue_t *q, vc_state_t *pvc);
usr/src/uts/common/sys/vt_impl.h
114
void vt_close(queue_t *q, vc_state_t *pvc, cred_t *crp);
usr/src/uts/common/sys/vt_impl.h
117
vc_state_t *vt_minor2vc(minor_t);
usr/src/uts/common/sys/vt_impl.h
97
_NOTE(MUTEX_PROTECTS_DATA(vc_state_t::vc_state_lock, vc_state_t::vc_flags))