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

/freebsd-10.3-release/include/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro
/freebsd-10.3-release/sys/rpc/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro
H A Drpc_generic.c77 int nflag; /* Whether NETPATH or NETCONFIG */
526 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
587 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c489 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-10.3-release/lib/libc/rpc/
H A Dgetnetpath.c100 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
161 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Dgetnetconfig.c214 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) {
449 FILE *file; /* NETCONFIG db's file pointer */
485 if ((file = fopen(NETCONFIG, "r")) == NULL) {
H A Drpc_generic.c69 int nflag; /* Whether NETPATH or NETCONFIG */
266 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
335 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c482 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
/freebsd-10.3-release/usr.sbin/ypserv/
H A Dyp_main.c507 err(1, "cannot read %s", NETCONFIG);

Completed in 122 milliseconds