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

/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h66 timeout_id_t rtimoutid; /* needed for recovery */ member in struct:tmx
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c176 timeout_id_t rtimoutid; member in struct:rlmod_info
341 if (rmip->rtimoutid) {
342 (void) quntimeout(q, rmip->rtimoutid);
343 rmip->rtimoutid = 0;
1277 ASSERT(rmip->rtimoutid);
1278 rmip->rtimoutid = 0;
1329 if (rmip->rtimoutid || rmip->rbufcid)
1338 rmip->rtimoutid = tid;
H A Dtelmod.c184 timeout_id_t rtimoutid; member in struct:telmod_info
335 if (tmip->rtimoutid) {
336 (void) quntimeout(q, tmip->rtimoutid);
337 tmip->rtimoutid = 0;
1205 ASSERT(tmip->rtimoutid);
1206 tmip->rtimoutid = 0;
1249 if (tmip->rtimoutid || tmip->rbufcid) {
1260 tmip->rtimoutid = tid;
H A Dlogindmux.c351 if (tmxp->rtimoutid != 0) {
352 (void) quntimeout(q, tmxp->rtimoutid);
353 tmxp->rtimoutid = 0;
1141 ASSERT(tmxp->rtimoutid != 0);
1142 tmxp->rtimoutid = 0;
1189 if (tmxp->rtimoutid != 0 || tmxp->rbufcid != 0)
1198 tmxp->rtimoutid = tid;

Completed in 70 milliseconds