Searched refs:picno (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libcpc/common/ |
H A D | libcpc.h | 156 extern void cpc_walk_events_pic(cpc_t *cpc, uint_t picno, void *arg, 157 void (*action)(void *arg, uint_t picno, const char *event)); 158 extern void cpc_walk_generic_events_pic(cpc_t *cpc, uint_t picno, void *arg, 159 void (*action)(void *arg, uint_t picno, const char *event));
|
H A D | libcpc.c | 889 cpc_walk_events_pic_impl(cpc_t *cpc, uint_t picno, void *arg, in cpc_walk_events_pic_impl() argument 890 void (*action)(void *arg, uint_t picno, const char *event), int is_generic) in cpc_walk_events_pic_impl() 897 if (picno >= cpc->cpc_npic) { in cpc_walk_events_pic_impl() 902 if ((list = strdup(cpc->cpc_evlist[picno])) == NULL) in cpc_walk_events_pic_impl() 923 action(arg, picno, p); in cpc_walk_events_pic_impl() 929 action(arg, picno, p); in cpc_walk_events_pic_impl() 936 cpc_walk_events_pic(cpc_t *cpc, uint_t picno, void *arg, in cpc_walk_events_pic() argument 937 void (*action)(void *arg, uint_t picno, const char *event)) in cpc_walk_events_pic() 939 cpc_walk_events_pic_impl(cpc, picno, arg, action, 0); in cpc_walk_events_pic() 944 cpc_walk_generic_events_pic(cpc_t *cpc, uint_t picno, void *arg, in cpc_walk_generic_events_pic() argument [all …]
|
/titanic_41/usr/src/uts/sun4u/pcbe/ |
H A D | opl_pcbe.c | 196 #define SPARC64_VI_PCR_SEL_PIC(pcr, picno) { \ argument 200 pcr |= (((picno) & CPC_SPARC64_VI_PCR_SC_MASK) \ 216 #define SPARC64_VI_CHK_OVF(pcr, picno) \ argument 217 ((pcr) & (UINT64_C(1) << (CPC_SPARC64_VI_PCR_OVF_SHIFT + picno))) 219 #define SPARC64_VI_CLR_OVF(pcr, picno) { \ argument 220 pcr &= ~(UINT64_C(1) << (CPC_SPARC64_VI_PCR_OVF_SHIFT + picno)); \
|
/titanic_41/usr/src/cmd/cpc/common/ |
H A D | strtoset.c | 107 event_walker(void *arg, uint_t picno, const char *event) in event_walker() argument
|