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

/freebsd-current/include/
H A Dnetconfig.h39 #define NETCONFIG "/etc/netconfig" macro
/freebsd-current/sys/rpc/
H A Dnetconfig.h9 #define NETCONFIG "/etc/netconfig" macro
H A Drpc_generic.c78 int nflag; /* Whether NETPATH or NETCONFIG */
523 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
583 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c483 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-current/lib/libc/rpc/
H A Dgetnetpath.c96 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
156 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Dgetnetconfig.c210 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) {
442 FILE *file; /* NETCONFIG db's file pointer */
478 if ((file = fopen(NETCONFIG, "r")) == NULL) {
H A Drpc_generic.c66 int nflag; /* Whether NETPATH or NETCONFIG */
236 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
304 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c466 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c504 err(1, "cannot read %s", NETCONFIG);

Completed in 189 milliseconds