HomeSort by: relevance | last modified time | path
    Searched defs:nhandle (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
rpc_generic.c 79 NCONF_HANDLE *nhandle; member in struct:handle
352 if (!(handle->nhandle = setnetpath())) {
363 if (!(handle->nhandle = setnetconfig())) {
394 nconf = getnetpath(handle->nhandle);
396 nconf = getnetconfig(handle->nhandle);
468 endnetpath(handle->nhandle);
470 endnetconfig(handle->nhandle);
rpc_generic.c 79 NCONF_HANDLE *nhandle; member in struct:handle
352 if (!(handle->nhandle = setnetpath())) {
363 if (!(handle->nhandle = setnetconfig())) {
394 nconf = getnetpath(handle->nhandle);
396 nconf = getnetconfig(handle->nhandle);
468 endnetpath(handle->nhandle);
470 endnetconfig(handle->nhandle);

Completed in 21 milliseconds