HomeSort by: relevance | last modified time | path
    Searched refs:rc_state (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/qbus/
rlvar.h 54 int rc_state; member in struct:rl_softc
rl.c 342 if (rc->rc_state == DK_CLOSED) {
350 rc->rc_state = DK_OPEN;
401 rc->rc_state = DK_CLOSED; /* May change pack */
413 if (rc == NULL || rc->rc_state != DK_OPEN) /* How did we end up here at all? */
677 if (rc->rc_state != DK_OPEN)
  /src/sys/nfs/
nfsrvcache.h 64 int rc_state; /* Current state of request */ member in struct:nfsrvcache
nfs_srvcache.c 258 if (rp->rc_state == RC_UNUSED)
260 if (rp->rc_state == RC_INPROG) {
275 rp->rc_state = RC_INPROG;
304 rp->rc_state = RC_INPROG;
354 rp->rc_state = RC_DONE;

Completed in 14 milliseconds