Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/rpc/
H A Dgetnetpath.c102 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in setnetpath()
162 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in getnetpath()
H A Dgetnetconfig.c216 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) { in setnetconfig()
484 if ((file = fopen(NETCONFIG, "r")) == NULL) { in getnetconfigent()
H A Drpc_generic.c263 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()
331 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_setconf()
H A Drpcb_clnt.c475 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in local_rpcb()
/freebsd-12.1/include/
H A Dnetconfig.h40 #define NETCONFIG "/etc/netconfig" macro
/freebsd-12.1/sys/rpc/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro
H A Drpc_generic.c528 log(LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()
589 log(LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c491 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in local_rpcb()
/freebsd-12.1/usr.sbin/ypserv/
H A Dyp_main.c507 err(1, "cannot read %s", NETCONFIG); in main()