Home
last modified time | relevance | path

Searched refs:NETCONFIG (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dgetnetpath.c96 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in setnetpath()
156 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in getnetpath()
H A Dgetnetconfig.c210 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) { in setnetconfig()
478 if ((file = fopen(NETCONFIG, "r")) == NULL) { in getnetconfigent()
H A Drpc_generic.c237 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()
305 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_setconf()
H A Drpcb_clnt.c466 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in local_rpcb()
/freebsd/include/
H A Dnetconfig.h39 #define NETCONFIG "/etc/netconfig" macro
/freebsd/sys/rpc/
H A Dnetconfig.h9 #define NETCONFIG "/etc/netconfig" macro
H A Drpc_generic.c523 log(LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()
583 log(LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_setconf()
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c504 err(1, "cannot read %s", NETCONFIG); in main()