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

/freebsd-13-stable/lib/libc/rpc/
H A Dgetnetpath.c90 struct netpath_vars *np_sessionp; /* this session's variables */ local
97 if ((np_sessionp =
101 if ((np_sessionp->nc_handlep = setnetconfig()) == NULL) {
105 np_sessionp->valid = NP_VALID;
106 np_sessionp->ncp_list = NULL;
108 np_sessionp->netpath = NULL;
110 (void) endnetconfig(np_sessionp->nc_handlep);/* won't need nc session*/
111 np_sessionp->nc_handlep = NULL;
112 if ((np_sessionp->netpath = malloc(strlen(npp)+1)) == NULL)
115 (void) strcpy(np_sessionp
148 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; local
203 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; local
[all...]

Completed in 47 milliseconds