Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3cpc/
H A DMakefile32 cpc_open.3cpc \
134 cpc_close.3cpc := LINKSRC = cpc_open.3cpc
/illumos-gate/usr/src/lib/libcpc/common/
H A Dmapfile-vers69 cpc_open;
H A Dlibcpc.h62 extern cpc_t *cpc_open(int ver);
H A Dobsoleted.c65 if (__cpc == NULL && (__cpc = cpc_open(CPC_VER_CURRENT)) == NULL) { in __cpc_init()
H A Dlibcpc.c65 cpc_open(int ver) in cpc_open() function
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-cpu-counters.p5m180 link path=usr/share/man/man3cpc/cpc_close.3cpc target=cpc_open.3cpc
197 file path=usr/share/man/man3cpc/cpc_open.3cpc
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c112 if ((cpc = cpc_open(CPC_VER_CURRENT)) == NULL) { in main()
H A Dcpustat.c148 if ((cpc = cpc_open(CPC_VER_CURRENT)) == NULL) { in main()