Home
last modified time | relevance | path

Searched refs:cpc_npic (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3cpc/
H A DMakefile31 cpc_npic.3cpc \
125 cpc_caps.3cpc := LINKSRC = cpc_npic.3cpc
126 cpc_cciname.3cpc := LINKSRC = cpc_npic.3cpc
127 cpc_cpuref.3cpc := LINKSRC = cpc_npic.3cpc
128 cpc_walk_attrs.3cpc := LINKSRC = cpc_npic.3cpc
129 cpc_walk_events_all.3cpc := LINKSRC = cpc_npic.3cpc
130 cpc_walk_events_pic.3cpc := LINKSRC = cpc_npic.3cpc
131 cpc_walk_generic_events_all.3cpc := LINKSRC = cpc_npic.3cpc
132 cpc_walk_generic_events_pic.3cpc := LINKSRC = cpc_npic.3cpc
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c105 cpc->cpc_npic = syscall(SYS_cpc, CPC_NPIC, -1, 0, 0, 0); in cpc_open()
119 if ((cpc->cpc_evlist = malloc(cpc->cpc_npic * sizeof (char *))) == in cpc_open()
126 for (i = 0; i < cpc->cpc_npic; i++) { in cpc_open()
131 if (i != cpc->cpc_npic) { in cpc_open()
276 int npics = cpc_npic(cpc); in cpc_set_add_request()
820 int ncounters = cpc_npic(cpc); in cpc_walk_events_impl()
898 if (picno >= cpc->cpc_npic) { in cpc_walk_events_pic_impl()
1000 cpc_npic(cpc_t *cpc) in cpc_npic() function
1002 return (cpc->cpc_npic); in cpc_npic()
H A Dlibcpc_impl.h101 uint_t cpc_npic; member
H A Dmapfile-vers68 cpc_npic;
H A Dlibcpc.h68 extern uint_t cpc_npic(cpc_t *cpc);
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-cpu-counters.p5m178 link path=usr/share/man/man3cpc/cpc_caps.3cpc target=cpc_npic.3cpc
179 link path=usr/share/man/man3cpc/cpc_cciname.3cpc target=cpc_npic.3cpc
184 link path=usr/share/man/man3cpc/cpc_cpuref.3cpc target=cpc_npic.3cpc
196 file path=usr/share/man/man3cpc/cpc_npic.3cpc
228 link path=usr/share/man/man3cpc/cpc_walk_attrs.3cpc target=cpc_npic.3cpc
229 link path=usr/share/man/man3cpc/cpc_walk_events_all.3cpc target=cpc_npic.3cpc
230 link path=usr/share/man/man3cpc/cpc_walk_events_pic.3cpc target=cpc_npic.3cpc
232 target=cpc_npic.3cpc
234 target=cpc_npic.3cpc
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcaps.c121 int npics = cpc_npic(cpc); in allpics_equal()
159 int npic = cpc_npic(cpc); in capabilities()
H A Dstrtoset.c354 ncounters = cpc_npic(cpc); in cpc_strtoset()