Searched defs:cpc_set_t (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libcpc/common/ |
H A D | libcpc.h | 50 typedef struct __cpc_set cpc_set_t; typedef in typeref:struct:__cpc_set 82 extern cpc_set_t *cpc_set_create(cpc_t *cpc); 83 extern int cpc_set_destroy(cpc_t *cpc, cpc_set_t *set); 90 extern int cpc_set_add_request(cpc_t *cpc, cpc_set_t *set, const char *event, 93 extern cpc_buf_t *cpc_buf_create(cpc_t *cpc, cpc_set_t *set); 99 extern int cpc_bind_curlwp(cpc_t *cpc, cpc_set_t *set, uint_t flags); 104 extern int cpc_bind_pctx(cpc_t *cpc, pctx_t *pctx, id_t id, cpc_set_t *set, 113 extern int cpc_bind_cpu(cpc_t *cpc, processorid_t id, cpc_set_t *set, 130 extern int cpc_set_restart(cpc_t *cpc, cpc_set_t *set); 136 extern int cpc_unbind(cpc_t *cpc, cpc_set_t *se [all...] |
Completed in 19 milliseconds