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

/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c182 if (csp->cs_pctx != NULL)
183 pctx_terminate(csp->cs_pctx);
203 set->cs_pctx = NULL;
247 if (csp->cs_pctx != NULL) {
248 pctx_release(csp->cs_pctx);
249 csp->cs_pctx = NULL;
488 set->cs_pctx = pctx;
611 if (set->cs_pctx != NULL) {
612 ret = __pctx_cpc(set->cs_pctx, cpc, CPC_RELE,
654 return (__pctx_cpc(set->cs_pctx, cp
[all...]
H A Dlibcpc_impl.h87 pctx_t *cs_pctx; /* pctx of process bound to */ member in struct:__cpc_set

Completed in 262 milliseconds