Home
last modified time | relevance | path

Searched refs:vc_waitactive_msg_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dvcons.c250 vc_waitactive_msg_t *index, *tmp; in vc_waitactive_reply()
269 kmem_free(tmp, sizeof (vc_waitactive_msg_t)); in vc_waitactive_reply()
882 vc_waitactive_msg_t *wait_msg; in vt_ioctl()
1019 wait_msg = kmem_zalloc(sizeof (vc_waitactive_msg_t), in vt_ioctl()
1357 list_create(&vc_waitactive_list, sizeof (vc_waitactive_msg_t), in vt_init()
1358 offsetof(vc_waitactive_msg_t, wa_list_node)); in vt_init()
/titanic_50/usr/src/uts/common/sys/
H A Dvt_impl.h55 } vc_waitactive_msg_t; typedef