Searched refs:__cpc (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcpc/common/ |
H A D | obsoleted.c | 50 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 D | libcpc_impl.h | 93 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,
|
H A D | libcpc.h | 49 typedef struct __cpc cpc_t;
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.h | 90 struct __cpc; 91 extern int __pctx_cpc(pctx_t *, struct __cpc *, int, id_t, 93 extern void __pctx_cpc_register_callback(void (*)(struct __cpc *,
|
H A D | libpctx.c | 988 __pctx_cpc_register_callback(void (*arg)(struct __cpc *, struct __pctx *))
|
Completed in 70 milliseconds