Searched refs:__rpc_getconf (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/include/rpc/
H A Dnettype.h59 extern struct netconfig *__rpc_getconf(void *);
/freebsd-10.3-release/sys/rpc/
H A Dnettype.h63 extern struct netconfig *__rpc_getconf(void *);
H A Dsvc_generic.c99 while ((nconf = __rpc_getconf(handle)) != NULL) {
H A Drpcb_clnt.c889 while ((nconf_clts = __rpc_getconf(handle))
1246 if ((nconf = __rpc_getconf(handle)) == NULL) {
H A Drpc_generic.c559 * __rpc_getconf().
608 __rpc_getconf(void *vhandle) function
/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc_generic.c99 while ((nconf = __rpc_getconf(handle)) != NULL) {
H A Dsvc_simple.c125 while ((nconf = __rpc_getconf(handle)) != NULL) {
H A Dclnt_generic.c208 if ((nconf = __rpc_getconf(handle)) == NULL) {
H A Drpcb_clnt.c866 while ((nconf_clts = __rpc_getconf(handle))
1223 if ((nconf = __rpc_getconf(handle)) == NULL) {
H A Dclnt_bcast.c306 while ((nconf = __rpc_getconf(handle)) != NULL) {
H A Drpc_generic.c309 * __rpc_getconf().
356 __rpc_getconf(vhandle) function
/freebsd-10.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c1558 if ((nconf = __rpc_getconf(handle)) == NULL) {

Completed in 166 milliseconds