Searched refs:NETCONFIG (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/include/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro
/freebsd-10.0-release/sys/rpc/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro
H A Drpc_generic.c78 int nflag; /* Whether NETPATH or NETCONFIG */
527 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
588 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c507 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-10.0-release/lib/libc/rpc/
H A Dgetnetpath.c102 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
163 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Dgetnetconfig.c217 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) {
452 FILE *file; /* NETCONFIG db's file pointer */
488 if ((file = fopen(NETCONFIG, "r")) == NULL) {
H A Drpc_generic.c70 int nflag; /* Whether NETPATH or NETCONFIG */
267 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
336 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c511 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_main.c507 err(1, "cannot read %s", NETCONFIG);

Completed in 131 milliseconds