Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c108 vntsd_attach_timer(vntsd_timeout_t *tmop) in vntsd_attach_timer() argument
117 rv = vntsd_que_append(&vntsdp->tmoq, (void *)tmop); in vntsd_attach_timer()
124 vntsd_detach_timer(vntsd_timeout_t *tmop) in vntsd_detach_timer() argument
133 rv = vntsd_que_rm(&vntsdp->tmoq, (void *)tmop); in vntsd_detach_timer()
141 chk_timeout(vntsd_timeout_t *tmop) in chk_timeout() argument
143 tmop->minutes++; in chk_timeout()
145 if (tmop->minutes == vntsdp->timeout) { in chk_timeout()
147 tmop->clientp->status |= VNTSD_CLIENT_TIMEOUT; in chk_timeout()
148 (void) thr_kill(tmop->tid, SIGALRM); in chk_timeout()
159 vntsd_timeout_t *tmop = arg1; in reset_timeout() local
[all …]
H A Dvntsd.h465 int vntsd_attach_timer(vntsd_timeout_t *tmop);
466 int vntsd_detach_timer(vntsd_timeout_t *tmop);