Searched refs:pcbe_ops (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpc_pcbe.h71 extern pcbe_ops_t *pcbe_ops;
H A Dmodctl.h174 struct __pcbe_ops *pcbe_ops; member in struct:modlpcbe
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c63 pcbe_ops_t *pcbe_ops = NULL; variable
153 pcbe_ops = ops;
154 cpc_ncounters = pcbe_ops->pcbe_ncounters();
376 if ((pcbe_ops->pcbe_caps & CPC_CAP_OVERFLOW_INTERRUPT)
390 if ((ret = pcbe_ops->pcbe_configure(n, rp->kr_event,
420 pcbe_ops->pcbe_free(set->ks_req[i].kr_config);
467 pcbe_ops->pcbe_sample(ctx);
643 pcbe_ops->pcbe_configure(0, NULL, set->ks_req[i].kr_preset,
655 pcbe_ops->pcbe_allstop();
662 pcbe_ops
[all...]
H A Dmodconf.c496 if (modl->pcbe_ops->pcbe_ver != PCBE_VER_1) {
502 kcpc_register_pcbe(modl->pcbe_ops);
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c99 ASSERT(pcbe_ops != NULL);
253 return (pcbe_ops->pcbe_caps);
265 pcbe_ops->pcbe_list_events((uintptr_t)udata2)) + 1;
272 pcbe_ops->pcbe_list_events((uintptr_t)udata2),
287 str = pcbe_ops->pcbe_list_attrs();
326 str = pcbe_ops->pcbe_impl_name();
329 str = pcbe_ops->pcbe_cpuref();
474 ASSERT(pcbe_ops != NULL);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1817 * Return error if pcbe_ops not set
1819 if (pcbe_ops == NULL)
1828 impl_name = pcbe_ops->pcbe_impl_name();

Completed in 67 milliseconds