OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nc_handlep
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
getnetpath.c
73
void *
nc_handlep
; /* handle for current netconfig "session" */
member in struct:netpath_vars
108
if ((np_sessionp->
nc_handlep
= setnetconfig()) == NULL) {
118
(void) endnetconfig(np_sessionp->
nc_handlep
);
120
np_sessionp->
nc_handlep
= NULL;
164
if (np_sessionp->
nc_handlep
== NULL) {
165
np_sessionp->
nc_handlep
= setnetconfig();
166
if (np_sessionp->
nc_handlep
== NULL)
170
if ((ncp = getnetconfig(np_sessionp->
nc_handlep
))
219
if (np_sessionp->
nc_handlep
!= NULL)
220
endnetconfig(np_sessionp->
nc_handlep
);
[
all
...]
getnetconfig.c
366
struct netconfig_vars *
nc_handlep
= handlep;
local in function:endnetconfig
373
if (
nc_handlep
== NULL || (
nc_handlep
->valid != NC_VALID &&
374
nc_handlep
->valid != NC_STORAGE)) {
382
nc_handlep
->valid = NC_INVALID;
383
nc_handlep
->flag = 0;
384
nc_handlep
->nc_configs = NULL;
386
free(
nc_handlep
);
407
free(
nc_handlep
);
Completed in 19 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025