Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dnettype.h65 extern void *__rpc_setconf(char *);
70 extern void *__rpc_setconf();
/titanic_44/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c69 if ((net = __rpc_setconf(nettype)) == 0) {
/titanic_44/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c47 if ((net = __rpc_setconf(nettype)) == 0) { in svc_create_local_service()
/titanic_44/usr/src/cmd/keyserv/
H A Dkey_generic.c89 if ((handle = __rpc_setconf(nettype)) == NULL) {
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_simple.c107 if ((handle = __rpc_setconf((char *)nettype)) == NULL) { in rpc_reg()
H A Dclnt_generic.c222 if ((handle = __rpc_setconf((char *)nettype)) == NULL) { in clnt_create_timed()
331 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.c264 __rpc_setconf(char *nettype) in __rpc_setconf() function
H A Dsvc_generic.c132 if ((handle = __rpc_setconf((char *)nettype)) == NULL) { in svc_create()
H A Dclnt_bcast.c173 if ((handle = __rpc_setconf((char *)nettype)) == NULL) in rpc_broadcast_exp()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c339 res = __rpc_setconf(nettype); in my__rpc_setconf()
/titanic_44/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c320 nc_handle = __rpc_setconf("netpath"); /* open netconfig file */
H A Dyp_b_subr.c67 extern void *__rpc_setconf(), *__rpc_endconf();
551 if ((handle = __rpc_setconf("datagram_v")) == NULL) {
/titanic_44/usr/src/lib/libnsl/common/
H A Dmapfile-vers654 __rpc_setconf;
H A Dllib-lnsl652 void *__rpc_setconf(char *nettype);
/titanic_44/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1735 if ((handle = __rpc_setconf(proto)) != NULL) { in get_netids()
/titanic_44/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1693 if ((handle = __rpc_setconf(tlist[i])) == NULL)