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

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dremove_pool.c15 static int poolfd = -1; variable
25 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
26 poolfd = open(IPLOOKUP_NAME, O_RDWR);
27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
41 if ((*iocfunc)(poolfd, SIOCLOOKUPDELTABLE, &op))
H A Dload_pool.c20 static int poolfd = -1; variable
31 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
32 poolfd = open(IPLOOKUP_NAME, O_RDWR);
33 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
48 if ((*iocfunc)(poolfd, SIOCLOOKUPADDTABLE, &op))
65 if ((*iocfunc)(poolfd, SIOCLOOKUPDELTABLE, &op))
H A Dload_poolnode.c15 static int poolfd = -1; variable
28 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
29 poolfd = open(IPLOOKUP_NAME, O_RDWR);
30 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
49 err = (*iocfunc)(poolfd, SIOCLOOKUPADDNODE, &op);
51 err = (*iocfunc)(poolfd, SIOCLOOKUPDELNODE, &op);
H A Dremove_poolnode.c15 static int poolfd = -1; variable
27 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
28 poolfd = open(IPLOOKUP_NAME, O_RDWR);
29 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
47 if ((*iocfunc)(poolfd, SIOCLOOKUPDELNODE, &op)) {

Completed in 172 milliseconds