Searched refs:nc_handle (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcbind.c115 void *nc_handle; /* Net config handle */ local
129 nc_handle = setnetconfig(); /* open netconfig file */
130 if (nc_handle == NULL)
145 while ((nconf = getnetconfig(nc_handle))) {
149 endnetconfig(nc_handle);
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c124 void *nc_handle; /* Net config handle */ local
147 nc_handle = setnetconfig(); /* open netconfig file */
148 if (nc_handle == NULL)
163 while ((nconf = getnetconfig(nc_handle))) {
167 endnetconfig(nc_handle);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c323 voidp nc_handle; local
325 if ((nc_handle = setnetconfig()) == (voidp) NULL) {
337 if ((nc = getnetconfig(nc_handle)) == (struct netconfig *) NULL) {
339 endnetconfig(nc_handle);
353 endnetconfig(nc_handle);
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Drpcb_clnt.c494 void *nc_handle; local
497 nc_handle = setnetconfig();
498 if (nc_handle == NULL) {
505 while ((nconf = getnetconfig(nc_handle)) != NULL) {
536 endnetconfig(nc_handle);
/netbsd-6-1-5-RELEASE/tests/fs/common/nfsrpc/
H A Drpcb_clnt.c495 void *nc_handle; local
498 nc_handle = setnetconfig();
499 if (nc_handle == NULL) {
506 while ((nconf = getnetconfig(nc_handle)) != NULL) {
537 endnetconfig(nc_handle);

Completed in 91 milliseconds