Lines Matching defs:cpc
69 cpc_t *cpc;
72 static void (*pctx_cpc_callback)(cpc_t *cpc, struct __pctx *pctx);
463 if (pctx->cpc != NULL && pctx_cpc_callback != NULL)
464 (*pctx_cpc_callback)(pctx->cpc, pctx);
866 * Execute the private 'cpc' system call in the context of the
870 __pctx_cpc(pctx_t *pctx, cpc_t *cpc,
884 if (pctx->cpc != NULL && pctx->cpc != cpc && pctx_cpc_callback != NULL)
885 (*pctx_cpc_callback)(pctx->cpc, pctx);
886 pctx->cpc = cpc;