HomeSort by: relevance | last modified time | path
    Searched refs:__rpc_getconf (Results 1 - 8 of 8) sorted by relevancy

  /src/include/rpc/
nettype.h 59 extern struct netconfig *__rpc_getconf(void *);
  /src/lib/libc/rpc/
clnt_generic.c 173 if ((nconf = __rpc_getconf(handle)) == NULL) {
svc_generic.c 111 while ((nconf = __rpc_getconf(handle)) != NULL) {
svc_simple.c 132 while ((nconf = __rpc_getconf(handle)) != NULL) {
rpcb_clnt.c 816 while ((nconf_clts = __rpc_getconf(handle))
1161 if ((nconf = __rpc_getconf(handle)) == NULL) {
rpc_generic.c 335 * __rpc_getconf().
383 __rpc_getconf(void *vhandle) function in typeref:struct:netconfig *
clnt_bcast.c 325 while ((nconf = __rpc_getconf(handle)) != NULL) {
  /src/usr.bin/rpcinfo/
rpcinfo.c 1606 if ((nconf = __rpc_getconf(handle)) == NULL) {

Completed in 18 milliseconds