Home
last modified time | relevance | path

Searched refs:nhandle (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/rpc/
H A Drpc_generic.c65 NCONF_HANDLE *nhandle; member
295 if (!(handle->nhandle = setnetpath())) in __rpc_setconf()
304 if (!(handle->nhandle = setnetconfig())) { in __rpc_setconf()
337 nconf = getnetpath(handle->nhandle); in __rpc_getconf()
339 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
411 endnetpath(handle->nhandle); in __rpc_endconf()
413 endnetconfig(handle->nhandle); in __rpc_endconf()
/freebsd/sys/rpc/
H A Drpc_generic.c77 NCONF_HANDLE *nhandle; member
573 if (!(handle->nhandle = setnetconfig())) in __rpc_setconf()
582 if (!(handle->nhandle = setnetconfig())) { in __rpc_setconf()
615 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
619 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
691 endnetconfig(handle->nhandle); in __rpc_endconf()