/src/sys/arch/alpha/tc/ |
ioasic.c | 155 const struct evcnt *pevcnt; local in function:ioasicattach 193 pevcnt = tc_intr_evcnt(parent, ta->ta_cookie); 200 EVCNT_TYPE_INTR, pevcnt, device_xname(self), cp);
|
ioasic.c | 155 const struct evcnt *pevcnt; local in function:ioasicattach 193 pevcnt = tc_intr_evcnt(parent, ta->ta_cookie); 200 EVCNT_TYPE_INTR, pevcnt, device_xname(self), cp);
|
/src/sys/dev/tc/ |
tcds.c | 156 const struct evcnt *pevcnt; local in function:tcdsattach 197 pevcnt = tc_intr_evcnt(parent, sc->sc_cookie); 229 pevcnt, device_xname(self), cp);
|
tcds.c | 156 const struct evcnt *pevcnt; local in function:tcdsattach 197 pevcnt = tc_intr_evcnt(parent, sc->sc_cookie); 229 pevcnt, device_xname(self), cp);
|