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

/illumos-gate/usr/src/uts/common/sys/
H A Dvt_impl.h55 } vc_waitactive_msg_t; typedef in typeref:struct:vc_waitactive_msg
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c250 vc_waitactive_msg_t *index, *tmp;
269 kmem_free(tmp, sizeof (vc_waitactive_msg_t));
882 vc_waitactive_msg_t *wait_msg;
1019 wait_msg = kmem_zalloc(sizeof (vc_waitactive_msg_t),
1357 list_create(&vc_waitactive_list, sizeof (vc_waitactive_msg_t),
1358 offsetof(vc_waitactive_msg_t, wa_list_node));

Completed in 59 milliseconds