| /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/external/bsd/unbound/dist/daemon/ |
| remote.h | 67 struct rc_state { struct 69 struct rc_state* next; 103 struct rc_state* busy_list; 343 * @param s: the rc_state that is servicing the remote control connection to 352 struct rc_state* s, int fr_verb, int fr_nopause, int fr_drop_mesh);
|
| remote.c | 233 struct rc_state* p, *np; 455 struct rc_state* n; 473 n = (struct rc_state*)calloc(1, sizeof(*n)); 528 state_list_remove_elem(struct rc_state** list, struct comm_point* c) 541 clean_point(struct daemon_remote* rc, struct rc_state* s) 753 do_fast_reload(RES* ssl, struct worker* worker, struct rc_state* s, char* arg) 3898 execute_cmd(struct daemon_remote* rc, struct rc_state* s, RES* ssl, char* cmd, 4174 handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res) 4237 remote_handshake_later(struct daemon_remote* rc, struct rc_state* s, 4271 struct rc_state* s = (struct rc_state*)arg [all...] |
| /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;
|
| /src/external/bsd/nsd/dist/ |
| remote.c | 123 struct rc_state { struct 125 struct rc_state* next, *prev; 143 struct rc_state* stats_next; 172 struct rc_state* busy_list; 327 struct rc_state* p, *np; 585 struct rc_state* n; 630 n = (struct rc_state*)calloc(1, sizeof(*n)); 706 state_list_remove_elem(struct rc_state** list, struct rc_state* todel) 715 clean_point(struct daemon_remote* rc, struct rc_state* s [all...] |