Searched defs:vhandle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c308 __rpc_getconf(void *vhandle) argument
313 handle = (struct handle *)vhandle;
382 __rpc_endconf(void *vhandle) argument
386 handle = (struct handle *)vhandle;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c349 my__rpc_endconf(void *vhandle, char *file, int line) argument
351 __rpc_endconf(vhandle);
353 drop_alloc("RPC_SETCONF", vhandle, file, line);

Completed in 77 milliseconds