Searched refs:ih_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_intr.c209 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {
566 TAILQ_FOREACH(temp_ih, &ie->ie_handlers, ih_next) {
571 TAILQ_INSERT_TAIL(&ie->ie_handlers, ih, ih_next);
573 TAILQ_INSERT_BEFORE(temp_ih, ih, ih_next);
649 TAILQ_FOREACH(temp_ih, &ie->ie_handlers, ih_next) {
654 TAILQ_INSERT_TAIL(&ie->ie_handlers, ih, ih_next);
656 TAILQ_INSERT_BEFORE(temp_ih, ih, ih_next);
683 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {
807 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next)
821 TAILQ_REMOVE(&ie->ie_handlers, handler, ih_next);
[all...]
/freebsd-10.0-release/sys/sys/
H A Dinterrupt.h53 TAILQ_ENTRY(intr_handler) ih_next; /* Next handler for this event. */ member in struct:intr_handler
/freebsd-10.0-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h125 caddr_t ih_next, ih_prev; /* for protocol sequence q's */ member in struct:ipovly
/freebsd-10.0-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h127 caddr_t ih_next, ih_prev; /* for protocol sequence q's */ member in struct:ipovly
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dintr_machdep.c374 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {

Completed in 129 milliseconds