Home
last modified time | relevance | path

Searched refs:cons_tid (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c221 clientp->cons_tid = (thread_t)-1; in create_console_thread()
264 thr_arg, THR_DETACHED, &clientp->cons_tid)) { in create_console_thread()
H A Dwrite.c200 (void) thr_kill(clientp->cons_tid, 0); in write_one_client()
H A Dvntsd.h267 thread_t cons_tid; /* console thread */ member
H A Dcommon.c226 vntsd_reset_timer(client->cons_tid); in vntsd_write_client()
H A Dvntsdvcc.c59 (void) thr_kill(clientp->cons_tid, SIGUSR1); in vntsd_notify_client_cons_del()