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

/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c84 void *nc_handle; local
200 nc_handle = setnetconfig();
201 while ((nconf = getnetconfig(nc_handle))) {
236 nc_handle = setnetconfig();
264 nc_handle = setnetconfig();
265 while ((nconf = getnetconfig(nc_handle))) {
281 endnetconfig(nc_handle);
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c118 void *nc_handle; local
306 nc_handle = setnetconfig();
307 while ((nconf = getnetconfig(nc_handle))) {
318 endnetconfig(nc_handle);
325 nc_handle = setnetconfig();
326 while ((nconf = getnetconfig(nc_handle))) {
366 nc_handle = setnetconfig();
397 nc_handle = setnetconfig();
398 while ((nconf = getnetconfig(nc_handle))) {
416 endnetconfig(nc_handle);
[all...]
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c453 void *nc_handle; local
502 nc_handle = setnetconfig();
503 if (nc_handle == NULL)
533 while((nconf = getnetconfig(nc_handle))) {
548 endnetconfig(nc_handle);
554 endnetconfig(nc_handle);
/freebsd-current/usr.sbin/rpcbind/
H A Drpcbind.c127 void *nc_handle; /* Net config handle */ local
157 nc_handle = setnetconfig(); /* open netconfig file */
158 if (nc_handle == NULL) {
179 while ((nconf = getnetconfig(nc_handle))) {
188 endnetconfig(nc_handle);
/freebsd-current/lib/libc/rpc/
H A Drpcb_clnt.c460 void *nc_handle; local
463 nc_handle = setnetconfig();
464 if (nc_handle == NULL) {
471 while ((nconf = getnetconfig(nc_handle)) != NULL) {
496 endnetconfig(nc_handle);
503 endnetconfig(nc_handle);
/freebsd-current/sys/rpc/
H A Drpcb_clnt.c477 void *nc_handle;
480 nc_handle = setnetconfig();
481 if (nc_handle == NULL) {
488 while ((nconf = getnetconfig(nc_handle)) != NULL) {
518 endnetconfig(nc_handle);

Completed in 164 milliseconds