Home
last modified time | relevance | path

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

/titanic_44/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 …]
/titanic_44/usr/src/cmd/cpc/common/
H A Dsetgrp.c182 if ((sgrp->sets[sgrp->nelem].data1 = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()
184 (sgrp->sets[sgrp->nelem].data2 = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()
186 (sgrp->sets[sgrp->nelem].scratch = cpc_buf_create(sgrp->cpc, set)) in cpc_setgrp_newset()
243 newa[i].data1 = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
244 newa[i].data2 = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
245 newa[i].scratch = cpc_buf_create(old->cpc, newa[i].set); in cpc_setgrp_clone()
/titanic_44/usr/src/pkg/manifests/
H A Ddiagnostic-cpu-counters.mf84 file path=usr/share/man/man3cpc/cpc_buf_create.3cpc
211 link path=usr/share/man/man3cpc/cpc_buf_add.3cpc target=cpc_buf_create.3cpc
212 link path=usr/share/man/man3cpc/cpc_buf_copy.3cpc target=cpc_buf_create.3cpc
214 target=cpc_buf_create.3cpc
215 link path=usr/share/man/man3cpc/cpc_buf_get.3cpc target=cpc_buf_create.3cpc
216 link path=usr/share/man/man3cpc/cpc_buf_hrtime.3cpc target=cpc_buf_create.3cpc
217 link path=usr/share/man/man3cpc/cpc_buf_set.3cpc target=cpc_buf_create.3cpc
218 link path=usr/share/man/man3cpc/cpc_buf_sub.3cpc target=cpc_buf_create.3cpc
219 link path=usr/share/man/man3cpc/cpc_buf_tick.3cpc target=cpc_buf_create.3cpc
220 link path=usr/share/man/man3cpc/cpc_buf_zero.3cpc target=cpc_buf_create.3cpc
[all …]
/titanic_44/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.c359 cpc_buf_create(cpc_t *cpc, cpc_set_t *set) in cpc_buf_create() function