Searched refs:__cpc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libcpc/common/ |
H A D | obsoleted.c | 50 cpc_t *__cpc = NULL; variable 64 extern cpc_t *__cpc; /* CPC handle for obsolete clients to share */ in __cpc_init() 67 if (__cpc == NULL && (__cpc = cpc_open(CPC_VER_CURRENT)) == NULL) { in __cpc_init() 109 if ((set = __cpc_eventtoset(__cpc, this, flags)) == NULL) { in cpc_bind_event() 123 ret = cpc_bind_curlwp(__cpc, set, flags); in cpc_bind_event() 125 (void) cpc_set_destroy(__cpc, set); in cpc_bind_event() 229 extern cpc_t *__cpc; in cpc_shared_bind_event() 250 if ((set = __cpc_eventtoset(__cpc, this, flags)) == NULL) { in cpc_shared_bind_event() 269 (void) cpc_set_destroy(__cpc, set); in cpc_shared_bind_event() 313 if ((set = __cpc_eventtoset(__cpc, event, flags)) == NULL) { in cpc_pctx_bind_event() [all …]
|
H A D | libcpc_impl.h | 93 struct __cpc { struct 109 extern cpc_t *__cpc; argument 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;
|
/titanic_50/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 *)) in __pctx_cpc_register_callback() argument
|