Searched defs:__cpc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcpc/common/
H A Dobsoleted.c50 cpc_t *__cpc = NULL; variable
51 mutex_t __cpc_lock; /* protects __cpc handle */
64 extern cpc_t *__cpc; /* CPC handle for obsolete clients to share */
67 if (__cpc == NULL && (__cpc = cpc_open(CPC_VER_CURRENT)) == NULL) {
109 if ((set = __cpc_eventtoset(__cpc, this, flags)) == NULL) {
123 ret = cpc_bind_curlwp(__cpc, set, flags);
125 (void) cpc_set_destroy(__cpc, set);
229 extern cpc_t *__cpc;
250 if ((set = __cpc_eventtoset(__cpc, thi
[all...]
H A Dlibcpc_impl.h93 struct __cpc { struct
109 extern cpc_t *__cpc;
144 struct __cpc;
145 extern int __pctx_cpc(pctx_t *pctx, struct __cpc *cpc, int cmd, id_t lwpid,

Completed in 59 milliseconds