Searched refs:wtimoutid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h65 timeout_id_t wtimoutid; /* needed for recovery */ member in struct:tmx
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c175 timeout_id_t wtimoutid; member in struct:rlmod_info
337 if (rmip->wtimoutid) {
338 (void) quntimeout(q, rmip->wtimoutid);
339 rmip->wtimoutid = 0;
1280 ASSERT(rmip->wtimoutid);
1281 rmip->wtimoutid = 0;
1332 if (rmip->wtimoutid || rmip->wbufcid)
1340 rmip->wtimoutid = tid;
H A Dtelmod.c183 timeout_id_t wtimoutid; member in struct:telmod_info
331 if (tmip->wtimoutid) {
332 (void) quntimeout(q, tmip->wtimoutid);
333 tmip->wtimoutid = 0;
1208 ASSERT(tmip->wtimoutid);
1209 tmip->wtimoutid = 0;
1253 if (tmip->wtimoutid || tmip->wbufcid) {
1262 tmip->wtimoutid = tid;
H A Dlogindmux.c355 if (tmxp->wtimoutid != 0) {
356 (void) quntimeout(q, tmxp->wtimoutid);
357 tmxp->wtimoutid = 0;
1144 ASSERT(tmxp->wtimoutid != 0);
1145 tmxp->wtimoutid = 0;
1192 if (tmxp->wtimoutid != 0 || tmxp->wbufcid != 0)
1200 tmxp->wtimoutid = tid;

Completed in 49 milliseconds