Searched refs:rc_state (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_alloc.c144 register int rc_state; local
149 if ((rc_state = rcbp->rc_state) == -1) {
156 rcbp->rc_state = -1;
175 if (rc_state != RCB_UNQUEUED) {
176 if (rc_state == RCB_PENDING) {
H A Datp_read.c273 if (rcbp->rc_state == RCB_SENDING)
274 rcbp->rc_state = RCB_RELEASED;
341 rcbp->rc_state = RCB_UNQUEUED;
383 rcbp->rc_state = RCB_PENDING;
392 rcbp->rc_state));
398 switch (rcbp->rc_state) {
H A Datp_write.c248 if ((rcbp && rcbp->rc_state != RCB_NOTIFIED) ||
267 rcbp->rc_state = RCB_SENDING;
304 rcbp->rc_state = RCB_NOTIFIED;
568 if (rcbp->rc_xo && rcbp->rc_state != RCB_RELEASED) {
576 rcbp->rc_state = RCB_RESPONSE_FULL;
699 rcbp->rc_state = RCB_SENDING;
911 rcbp->rc_state = RCB_NOTIFIED;
1262 if ((rcbp && (rcbp->rc_state != RCB_NOTIFIED)) ||
1280 rcbp->rc_state = RCB_RESPONSE_FULL;
1780 rcbp->rc_state
[all...]
H A Datp_misc.c250 rcbp->rc_state = RCB_SENDING;
H A Datp.h358 short rc_state; /* current state */ member in struct:atp_rcb
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsrvcache.h91 u_char rc_state; /* Current state of request */ member in struct:nfsrvcache
H A Dnfs_srvcache.c247 if (rp->rc_state == RC_UNUSED)
249 if (rp->rc_state == RC_INPROG) {
275 rp->rc_state = RC_INPROG;
323 rp->rc_state = RC_INPROG;
376 if (rp->rc_state == RC_DONE) {
388 rp->rc_state = RC_DONE;

Completed in 39 milliseconds