Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dnettype.h67 extern struct netconfig *__rpc_getconf(void *);
72 extern struct netconfig *__rpc_getconf();
/titanic_41/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c52 while (nconf = __rpc_getconf(net)) { in svc_create_local_service()
/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c74 while (nconf = __rpc_getconf(net)) {
/titanic_41/usr/src/cmd/keyserv/
H A Dkey_generic.c94 while (nconf = __rpc_getconf(handle)) {
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_simple.c113 while (nconf = __rpc_getconf(handle)) { in rpc_reg()
H A Dclnt_generic.c228 if ((nconf = __rpc_getconf(handle)) == NULL) { in clnt_create_timed()
381 if ((nconf = __rpc_getconf(handle)) == NULL) { in clnt_create_service_timed()
H A Drpcb_clnt.c700 while ((nconf_clts = __rpc_getconf(handle)) != NULL) { in __rpcb_findaddr_timed()
938 if ((newnconf = __rpc_getconf(handle)) in __rpcb_findaddr_timed()
1240 if ((nconf = __rpc_getconf(handle)) == NULL) { in rpcb_gettime()
H A Drpc_generic.c308 __rpc_getconf(void *vhandle) in __rpc_getconf() function
H A Dsvc_generic.c136 while (nconf = __rpc_getconf(handle)) { in svc_create()
H A Dclnt_bcast.c175 while (nconf = __rpc_getconf(handle)) { in rpc_broadcast_exp()
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c339 while (nconf = __rpc_getconf(nc_handle)) {
H A Dyp_b_subr.c66 extern struct netconfig *__rpc_getconf();
560 while (clnt2 == 0 && (nconf = __rpc_getconf(handle)) != 0) {
/titanic_41/usr/src/lib/libnsl/common/
H A Dmapfile-vers646 __rpc_getconf;
H A Dllib-lnsl653 struct netconfig *__rpc_getconf(void *vhandle);
/titanic_41/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1737 while ((nconf = __rpc_getconf(handle)) != NULL) { in get_netids()
/titanic_41/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1696 if ((nconf = __rpc_getconf(handle)) == NULL) {