Searched refs:__rpc_setconf (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Dnettype.h57 extern void *__rpc_setconf(const char *);
/freebsd-9.3-release/sys/rpc/
H A Dnettype.h61 extern void *__rpc_setconf(const char *);
H A Dsvc_generic.c94 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Drpcb_clnt.c888 if ((handle = __rpc_setconf("datagram_v")) != NULL) {
1240 if ((handle = __rpc_setconf("netpath")) == NULL) {
H A Drpc_generic.c566 __rpc_setconf(nettype) function
605 * __rpc_setconf() should have been called previously.
/freebsd-9.3-release/lib/libc/rpc/
H A DSymbol.map139 __rpc_setconf;
H A Dsvc_generic.c95 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Dsvc_simple.c119 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Dclnt_generic.c202 if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
H A Drpcb_clnt.c873 if ((handle = __rpc_setconf("datagram_v")) != NULL) {
1225 if ((handle = __rpc_setconf("netpath")) == NULL) {
H A Dclnt_bcast.c302 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Drpc_generic.c312 __rpc_setconf(nettype) function
353 * __rpc_setconf() should have been called previously.
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c1549 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 141 milliseconds