Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dnettype.h60 extern struct netconfig *__rpc_getconf(void *);
/freebsd/sys/rpc/
H A Dnettype.h64 extern struct netconfig *__rpc_getconf(void *);
H A Drpc_generic.c604 __rpc_getconf(void *vhandle) in __rpc_getconf() function
/freebsd/lib/libc/rpc/
H A DSymbol.map105 __rpc_getconf;
H A Dsvc_generic.c95 while ((nconf = __rpc_getconf(handle)) != NULL) { in svc_create()
H A Dsvc_simple.c125 while ((nconf = __rpc_getconf(handle)) != NULL) { in rpc_reg()
H A Dclnt_generic.c201 if ((nconf = __rpc_getconf(handle)) == NULL) { in clnt_create_timed()
H A Drpcb_clnt.c852 while ((nconf_clts = __rpc_getconf(handle)) in __rpcb_findaddr_timed()
1202 if ((nconf = __rpc_getconf(handle)) == NULL) { in rpcb_gettime()
H A Dclnt_bcast.c305 while ((nconf = __rpc_getconf(handle)) != NULL) { in rpc_broadcast_exp()
H A Drpc_generic.c326 __rpc_getconf(void *vhandle) in __rpc_getconf() function
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c1550 if ((nconf = __rpc_getconf(handle)) == NULL) {