Searched refs:__cpc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcpc/common/ |
H A D | obsoleted.c | 48 cpc_t *__cpc = NULL; variable 62 extern cpc_t *__cpc; /* CPC handle for obsolete clients to share */ in __cpc_init() 65 if (__cpc == NULL && (__cpc = cpc_open(CPC_VER_CURRENT)) == NULL) { in __cpc_init() 107 if ((set = __cpc_eventtoset(__cpc, this, flags)) == NULL) { in cpc_bind_event() 121 ret = cpc_bind_curlwp(__cpc, set, flags); in cpc_bind_event() 123 (void) cpc_set_destroy(__cpc, set); in cpc_bind_event() 227 extern cpc_t *__cpc; in cpc_shared_bind_event() 248 if ((set = __cpc_eventtoset(__cpc, this, flags)) == NULL) { in cpc_shared_bind_event() 267 (void) cpc_set_destroy(__cpc, set); in cpc_shared_bind_event() 311 if ((set = __cpc_eventtoset(__cpc, event, flags)) == NULL) { in cpc_pctx_bind_event() [all …]
|
H A D | libcpc_impl.h | 91 struct __cpc { struct 107 extern cpc_t *__cpc; argument 142 struct __cpc; 143 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 | 990 __pctx_cpc_register_callback(void (*arg)(struct __cpc *, struct __pctx *)) in __pctx_cpc_register_callback() argument
|