Searched refs:next_copy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/rpc/
H A Drpcb_prot.c124 rpcblist_ptr next_copy; local
147 next_copy = next;
148 rp = &next_copy;
150 * Note that in the subsequent iteration, next_copy
208 rpcb_entry_list_ptr next_copy; local
232 next_copy = next;
233 rp = &next_copy;
235 * Note that in the subsequent iteration, next_copy
/freebsd-10-stable/lib/libc/rpc/
H A Drpcb_prot.c112 rpcblist_ptr next_copy; local
135 next_copy = next;
136 rp = &next_copy;
138 * Note that in the subsequent iteration, next_copy
195 rpcb_entry_list_ptr next_copy; local
219 next_copy = next;
220 rp = &next_copy;
222 * Note that in the subsequent iteration, next_copy

Completed in 161 milliseconds