Symbol: rc_state
sbin/unwind/libunbound/daemon/remote.h
103
struct rc_state* busy_list;
sbin/unwind/libunbound/daemon/remote.h
352
struct rc_state* s, int fr_verb, int fr_nopause, int fr_drop_mesh);
sbin/unwind/libunbound/daemon/remote.h
69
struct rc_state* next;
sys/nfs/nfs_srvcache.c
150
if (rp->rc_state == RC_UNUSED)
sys/nfs/nfs_srvcache.c
152
if (rp->rc_state == RC_INPROG) {
sys/nfs/nfs_srvcache.c
165
rp->rc_state = RC_INPROG;
sys/nfs/nfs_srvcache.c
195
rp->rc_state = RC_INPROG;
sys/nfs/nfs_srvcache.c
232
rp->rc_state = RC_DONE;
sys/nfs/nfsrvcache.h
53
u_char rc_state; /* Current state of request */
usr.sbin/nsd/remote.c
125
struct rc_state* next, *prev;
usr.sbin/nsd/remote.c
143
struct rc_state* stats_next;
usr.sbin/nsd/remote.c
172
struct rc_state* busy_list;
usr.sbin/nsd/remote.c
2786
handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
usr.sbin/nsd/remote.c
2851
remote_handshake_later(struct daemon_remote* rc, struct rc_state* s, int fd,
usr.sbin/nsd/remote.c
2901
struct rc_state* s = (struct rc_state*)arg;
usr.sbin/nsd/remote.c
327
struct rc_state* p, *np;
usr.sbin/nsd/remote.c
585
struct rc_state* n;
usr.sbin/nsd/remote.c
630
n = (struct rc_state*)calloc(1, sizeof(*n));
usr.sbin/nsd/remote.c
706
state_list_remove_elem(struct rc_state** list, struct rc_state* todel)
usr.sbin/nsd/remote.c
715
clean_point(struct daemon_remote* rc, struct rc_state* s)
usr.sbin/unbound/daemon/remote.c
233
struct rc_state* p, *np;
usr.sbin/unbound/daemon/remote.c
3898
execute_cmd(struct daemon_remote* rc, struct rc_state* s, RES* ssl, char* cmd,
usr.sbin/unbound/daemon/remote.c
4174
handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
usr.sbin/unbound/daemon/remote.c
4237
remote_handshake_later(struct daemon_remote* rc, struct rc_state* s,
usr.sbin/unbound/daemon/remote.c
4271
struct rc_state* s = (struct rc_state*)arg;
usr.sbin/unbound/daemon/remote.c
455
struct rc_state* n;
usr.sbin/unbound/daemon/remote.c
473
n = (struct rc_state*)calloc(1, sizeof(*n));
usr.sbin/unbound/daemon/remote.c
528
state_list_remove_elem(struct rc_state** list, struct comm_point* c)
usr.sbin/unbound/daemon/remote.c
541
clean_point(struct daemon_remote* rc, struct rc_state* s)
usr.sbin/unbound/daemon/remote.c
753
do_fast_reload(RES* ssl, struct worker* worker, struct rc_state* s, char* arg)
usr.sbin/unbound/daemon/remote.c
8162
fast_reload_thread_start(RES* ssl, struct worker* worker, struct rc_state* s,
usr.sbin/unbound/daemon/remote.h
103
struct rc_state* busy_list;
usr.sbin/unbound/daemon/remote.h
352
struct rc_state* s, int fr_verb, int fr_nopause, int fr_drop_mesh);
usr.sbin/unbound/daemon/remote.h
69
struct rc_state* next;