/netbsd-src/sys/sys/ |
H A D | evcnt.h | 85 struct evcnt { struct 90 TAILQ_ENTRY(evcnt) ev_list; /* entry on list of all counters */ argument 95 const struct evcnt *ev_parent; /* parent, for hierarchical ctrs */ argument 99 TAILQ_HEAD(evcntlist, evcnt); argument
|
/netbsd-src/sys/dev/mvme/ |
H A D | vme_two_isr.c | 240 vmetwo_local_intr_establish(int pri, int vec, int (*hand)(void *), void *arg, struct evcnt *evcnt) in vmetwo_local_intr_establish() 248 … *csc, int prior, int lvl, int vec, int first, int (*hand)(void *), void *arg, struct evcnt *evcnt) in vmetwo_intr_establish() 344 vmetwo_intr_disestablish(void *csc, int lvl, int vec, int last, struct evcnt *evcnt) in vmetwo_intr_disestablish()
|
H A D | pcctwo.c | 136 struct evcnt *evcnt) in pcctwointr_establish()
|
/netbsd-src/sys/arch/mvme68k/dev/ |
H A D | vme_pcc.c | 244 …, int prior, int level, int vector, int first, int (*func)(void *), void *arg, struct evcnt *evcnt) in vme_pcc_intr_establish() 268 vme_pcc_intr_disestablish(void *csc, int level, int vector, int last, struct evcnt *evcnt) in vme_pcc_intr_disestablish()
|
H A D | vme_two_68k.c | 143 struct evcnt *evcnt) in vmetwoisrlink()
|
H A D | wdsc.c | 125 static struct evcnt evcnt; /* XXXSCW: Temporary hack */ in wdsc_pcc_attach() local
|
H A D | pcctwo_68k.c | 237 struct evcnt *evcnt) in pcctwoisrlink()
|
H A D | pcc.c | 249 struct evcnt *evcnt) in pccintr_establish()
|
/netbsd-src/sys/arch/ews4800mips/ews4800mips/ |
H A D | tr2_intr.c | 79 struct evcnt evcnt; member
|
H A D | tr2a_intr.c | 76 struct evcnt evcnt; member
|
/netbsd-src/usr.bin/systat/ |
H A D | vmstat.c | 69 u_int64_t *evcnt; member 161 struct evcnt evcnt, *evptr; in get_interrupt_events() local 869 u_int64_t *evcnt; in copyinfo() local
|
/netbsd-src/sys/arch/mips/rmi/ |
H A D | rmixl_pcixvar.h | 37 struct evcnt evcnt; member
|
H A D | rmixl_pcievar.h | 54 struct evcnt evcnt; member
|
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | interrupt.c | 215 struct evcnt evcnt; member
|
/netbsd-src/sys/arch/sgimips/mace/ |
H A D | mace.c | 83 struct evcnt evcnt; member
|
/netbsd-src/sys/crypto/aes/arch/x86/ |
H A D | aes_via.c | 43 struct evcnt { uint64_t ev_count; }; argument
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | intio.c | 323 struct evcnt *evcnt; in intio_intr_establish_ext() local
|
/netbsd-src/sys/arch/powerpc/booke/ |
H A D | e500_intr.c | 1240 for (size_t j = 0; j < info->ii_external_sources; j++, evcnt++) { in e500_intr_cpu_attach() local [all...] |
/netbsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 1300 struct evcnt evcnt, *evptr; in doevcnt() local
|