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

/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.h51 typedef struct __cpc_buf cpc_buf_t; typedef in typeref:struct:__cpc_buf
93 extern cpc_buf_t *cpc_buf_create(cpc_t *cpc, cpc_set_t *set);
94 extern int cpc_buf_destroy(cpc_t *cpc, cpc_buf_t *buf);
124 * Unbinds the set and frees up associated resources. cpc_buf_t's must be
130 * Samples a set into a cpc_buf_t. The provided set must be bound, and the
133 extern int cpc_set_sample(cpc_t *cpc, cpc_set_t *set, cpc_buf_t *buf);
135 extern void cpc_buf_sub(cpc_t *cpc, cpc_buf_t *ds, cpc_buf_t *a, cpc_buf_t *b);
136 extern void cpc_buf_add(cpc_t *cpc, cpc_buf_t *d
[all...]

Completed in 63 milliseconds