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

/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.c123 rpcblist_ptr next_copy; local
146 next_copy = next;
147 rp = &next_copy;
149 * Note that in the subsequent iteration, next_copy
207 rpcb_entry_list_ptr next_copy; local
231 next_copy = next;
232 rp = &next_copy;
234 * Note that in the subsequent iteration, next_copy
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_prot.c115 rpcblist_ptr next_copy; local
138 next_copy = next;
139 rp = &next_copy;
141 * Note that in the subsequent iteration, next_copy
204 rpcb_entry_list_ptr next_copy; local
228 next_copy = next;
229 rp = &next_copy;
231 * Note that in the subsequent iteration, next_copy

Completed in 100 milliseconds