Symbol: __rpc_setconf
usr/src/cmd/fs.d/autofs/debug_alloc.c
337
res = __rpc_setconf(nettype);
usr/src/cmd/gss/gssd/gssd_generic.c
67
if ((net = __rpc_setconf(nettype)) == 0) {
usr/src/cmd/keyserv/key_generic.c
87
if ((handle = __rpc_setconf(nettype)) == NULL) {
usr/src/cmd/krb5/kwarn/kwarnd_generic.c
45
if ((net = __rpc_setconf(nettype)) == 0) {
usr/src/cmd/rpcinfo/rpcinfo.c
1693
if ((handle = __rpc_setconf(tlist[i])) == NULL)
usr/src/cmd/ypcmd/yp_b_subr.c
549
if ((handle = __rpc_setconf("datagram_v")) == NULL) {
usr/src/cmd/ypcmd/yp_b_subr.c
65
extern void *__rpc_setconf(), *__rpc_endconf();
usr/src/cmd/ypcmd/yp_b_svc.c
318
nc_handle = __rpc_setconf("netpath"); /* open netconfig file */
usr/src/lib/libinetsvc/common/inetsvc.c
1737
if ((handle = __rpc_setconf(proto)) != NULL) {
usr/src/lib/libnsl/rpc/clnt_bcast.c
171
if ((handle = __rpc_setconf((char *)nettype)) == NULL)
usr/src/lib/libnsl/rpc/clnt_generic.c
219
if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
usr/src/lib/libnsl/rpc/clnt_generic.c
328
if ((handle = __rpc_setconf(nettype)) == NULL) {
usr/src/lib/libnsl/rpc/rpcb_clnt.c
1234
if ((handle = __rpc_setconf("netpath")) == NULL) {
usr/src/lib/libnsl/rpc/rpcb_clnt.c
697
if ((handle = __rpc_setconf("datagram_v")) != NULL) {
usr/src/lib/libnsl/rpc/rpcb_clnt.c
921
if ((handle = __rpc_setconf("udp")) == NULL) {
usr/src/lib/libnsl/rpc/svc_generic.c
136
if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
usr/src/lib/libnsl/rpc/svc_simple.c
107
if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
usr/src/uts/common/rpc/nettype.h
63
extern void *__rpc_setconf(char *);
usr/src/uts/common/rpc/nettype.h
68
extern void *__rpc_setconf();