Home
last modified time | relevance | path

Searched refs:__rpc_setconf (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dnettype.h63 extern void *__rpc_setconf(char *);
68 extern void *__rpc_setconf();
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c67 if ((net = __rpc_setconf(nettype)) == 0) {
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c45 if ((net = __rpc_setconf(nettype)) == 0) { in svc_create_local_service()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkey_generic.c87 if ((handle = __rpc_setconf(nettype)) == NULL) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_simple.c107 if ((handle = __rpc_setconf((char *)nettype)) == NULL) { in rpc_reg()
H A Dclnt_generic.c219 if ((handle = __rpc_setconf((char *)nettype)) == NULL) { in clnt_create_timed()
328 if ((handle = __rpc_setconf(nettype)) == NULL) { in clnt_create_service_timed()
H A Drpcb_clnt.c697 if ((handle = __rpc_setconf("datagram_v")) != NULL) { in __rpcb_findaddr_timed()
921 if ((handle = __rpc_setconf("udp")) == NULL) { in __rpcb_findaddr_timed()
1234 if ((handle = __rpc_setconf("netpath")) == NULL) { in rpcb_gettime()
H A Drpc_generic.c262 __rpc_setconf(char *nettype) in __rpc_setconf() function
H A Dsvc_generic.c136 if ((handle = __rpc_setconf((char *)nettype)) == NULL) { in svc_create()
H A Dclnt_bcast.c171 if ((handle = __rpc_setconf((char *)nettype)) == NULL) in rpc_broadcast_exp()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c337 res = __rpc_setconf(nettype); in my__rpc_setconf()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c318 nc_handle = __rpc_setconf("netpath"); /* open netconfig file */
H A Dyp_b_subr.c65 extern void *__rpc_setconf(), *__rpc_endconf();
549 if ((handle = __rpc_setconf("datagram_v")) == NULL) {
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers743 __rpc_setconf;
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1737 if ((handle = __rpc_setconf(proto)) != NULL) { in get_netids()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1693 if ((handle = __rpc_setconf(tlist[i])) == NULL)