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

/netbsd-current/lib/libc/rpc/
H A Dgetnetpath.c99 struct netpath_vars *np_sessionp; /* this session's variables */ local
106 if ((np_sessionp = malloc(sizeof(*np_sessionp))) == NULL)
108 if ((np_sessionp->nc_handlep = setnetconfig()) == NULL) {
109 free(np_sessionp);
113 np_sessionp->valid = NP_VALID;
114 np_sessionp->ncp_list = NULL;
116 np_sessionp->netpath = NULL;
118 (void) endnetconfig(np_sessionp->nc_handlep);
120 np_sessionp
153 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; local
212 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; local
[all...]

Completed in 63 milliseconds