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

/barrelfish-2018-10-04/include/
H A Dnetconfig.h82 void *setnetconfig(void);
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetnetpath.c99 if ((np_sessionp->nc_handlep = setnetconfig()) == NULL) {
158 np_sessionp->nc_handlep = setnetconfig();
H A Dcrypt_client.c56 localhandle = setnetconfig();
H A DMakefile.inc57 getnetconfig.3 setnetconfig.3 \
H A Drpc_generic.c260 if (!(confighandle = setnetconfig())) {
328 if (!(handle->nhandle = setnetconfig())) {
H A Dkey_call.c350 if (!(localhandle = setnetconfig())) {
H A Dgetnetconfig.c69 #define NC_NOTINIT EINVAL /* setnetconfig was not called first */
103 int ref; /* # of times setnetconfig() has been called */
177 * A call to setnetconfig() establishes a /etc/netconfig "session". A session
179 * a call to setnetconfig()) searches through the /etc/netconfig database will
183 * setnetconfig() must be called before the first call to getnetconfig().
186 * A new session is established with each call to setnetconfig(), with a new
191 * setnetconfig() need *not* be called before a call to getnetconfigent().
192 * setnetconfig() returns a NULL pointer on failure (for example, if
196 setnetconfig(void) function
374 * may not be called before setnetconfig()
[all...]
H A Drpc_soc.c479 localhandle = setnetconfig();
H A Drpcb_clnt.c470 nc_handle = setnetconfig();
658 localhandle = setnetconfig();

Completed in 127 milliseconds