Home
last modified time | relevance | path

Searched refs:rpc_forward (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/amd/amd/
Drpc_fwd.c59 typedef struct rpc_forward rpc_forward; typedef
60 struct rpc_forward { struct
86 static rpc_forward * argument
90 rpc_forward *p = 0, *p2; in fwd_alloc()
98 ITER(p2, rpc_forward, &rpc_head) { in fwd_alloc()
122 p = ALLOC(rpc_forward); in fwd_alloc()
144 fwd_free(rpc_forward *p) in fwd_free()
182 static rpc_forward *
185 rpc_forward *p; in fwd_locate()
187 ITER(p, rpc_forward, &rpc_head) { in fwd_locate()
[all …]