Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Drpcb_clnt.c646 got_entry(relp, nconf)
647 rpcb_entry_list_ptr relp;
654 for (sp = relp; sp != NULL; sp = sp->rpcb_entry_next) {
878 rpcb_entry_list_ptr relp = NULL;
916 (char *)(void *)&relp, *tp);
918 if ((address = got_entry(relp, nconf)) != NULL) {
920 (char *)(void *)&relp);
928 (char *)(void *)&relp);
/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c613 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) in got_entry() argument
619 for (sp = relp; sp != NULL; sp = sp->rpcb_entry_next) { in got_entry()
847 rpcb_entry_list_ptr relp = NULL; in __rpcb_findaddr_timed() local
885 (char *)(void *)&relp, *tp); in __rpcb_findaddr_timed()
887 if ((address = got_entry(relp, nconf)) != NULL) { in __rpcb_findaddr_timed()
889 (char *)(void *)&relp); in __rpcb_findaddr_timed()
897 (char *)(void *)&relp); in __rpcb_findaddr_timed()
/freebsd/usr.sbin/kldxref/
H A Def.h248 GElf_Rel **relp);
H A Delf.c435 GElf_Rel **relp) in elf_read_rel() argument
465 *relp = rel; in elf_read_rel()