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

/barrelfish-master/include/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro
/barrelfish-master/lib/libc/rpc/
H A Dgetnetpath.c100 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
160 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Dgetnetconfig.c214 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) {
446 FILE *file; /* NETCONFIG db's file pointer */
482 if ((file = fopen(NETCONFIG, "r")) == NULL) {
H A Drpc_generic.c68 int nflag; /* Whether NETPATH or NETCONFIG */
261 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
329 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);
H A Drpcb_clnt.c473 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG);

Completed in 42 milliseconds