Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/rpc/
Drpc_generic.c68 NCONF_HANDLE *nhandle; member
325 if (!(handle->nhandle = setnetpath()))
334 if (!(handle->nhandle = setnetconfig())) {
368 nconf = getnetpath(handle->nhandle);
370 nconf = getnetconfig(handle->nhandle);
443 endnetpath(handle->nhandle);
445 endnetconfig(handle->nhandle);
/freebsd-9-stable/sys/rpc/
Drpc_generic.c76 NCONF_HANDLE *nhandle; member
577 if (!(handle->nhandle = setnetconfig()))
586 if (!(handle->nhandle = setnetconfig())) {
619 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
623 nconf = getnetconfig(handle->nhandle); in __rpc_getconf()
696 endnetconfig(handle->nhandle);
/freebsd-9-stable/sys/mips/cavium/
Doctopci_bus_space.c228 bus_space_handle_t *nhandle __unused) in octopci_bs_subregion()
/freebsd-9-stable/sys/mips/mips/
Dbus_space_generic.c243 bus_space_handle_t *nhandle __unused) in generic_bs_subregion()