Home
last modified time | relevance | path

Searched refs:cpc_buf_create (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3cpc/
H A DMakefile25 cpc_buf_create.3cpc \
102 cpc_buf_add.3cpc := LINKSRC = cpc_buf_create.3cpc
103 cpc_buf_copy.3cpc := LINKSRC = cpc_buf_create.3cpc
104 cpc_buf_destroy.3cpc := LINKSRC = cpc_buf_create.3cpc
105 cpc_buf_get.3cpc := LINKSRC = cpc_buf_create.3cpc
106 cpc_buf_hrtime.3cpc := LINKSRC = cpc_buf_create.3cpc
107 cpc_buf_set.3cpc := LINKSRC = cpc_buf_create.3cpc
108 cpc_buf_sub.3cpc := LINKSRC = cpc_buf_create.3cpc
109 cpc_buf_tick.3cpc := LINKSRC = cpc_buf_create.3cpc
110 cpc_buf_zero.3cpc := LINKSRC = cpc_buf_create.3cpc
[all …]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dsetgrp.c180 if ((sgrp->sets[sgrp->nelem].data1 = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()
182 (sgrp->sets[sgrp->nelem].data2 = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()
184 (sgrp->sets[sgrp->nelem].scratch = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()
241 newa[i].data1 = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
242 newa[i].data2 = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
243 newa[i].scratch = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-cpu-counters.p5m168 link path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc
169 link path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc
170 file path=usr/share/man/man3cpc/cpc_buf_create.3cpc
171 link path=usr/share/man/man3cpc/cpc_buf_destroy.3cpc target=cpc_buf_create.3cpc
172 link path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc
173 link path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc
174 link path=usr/share/man/man3cpc/cpc_buf_set.3cpc target=cpc_buf_create.3cpc
175 link path=usr/share/man/man3cpc/cpc_buf_sub.3cpc target=cpc_buf_create.3cpc
176 link path=usr/share/man/man3cpc/cpc_buf_tick.3cpc target=cpc_buf_create.3cpc
177 link path=usr/share/man/man3cpc/cpc_buf_zero.3cpc target=cpc_buf_create.3cpc
[all …]
/illumos-gate/usr/src/lib/libcpc/common/
H A Dmapfile-vers54 cpc_buf_create;
H A Dlibcpc.h93 extern cpc_buf_t *cpc_buf_create(cpc_t *cpc, cpc_set_t *set);
H A Dlibcpc.c360 cpc_buf_create(cpc_t *cpc, cpc_set_t *set) in cpc_buf_create() function