Symbol: bhndb_intr_handler
sys/dev/bhnd/bhndb/bhndb.c
1917
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb.c
1959
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb.c
2003
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb.c
2037
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb_private.h
188
STAILQ_ENTRY(bhndb_intr_handler) ih_link;
sys/dev/bhnd/bhndb/bhndb_private.h
213
STAILQ_HEAD(,bhndb_intr_handler) bus_intrs; /**< attached child interrupt handlers */
sys/dev/bhnd/bhndb/bhndb_private.h
57
struct bhndb_intr_handler;
sys/dev/bhnd/bhndb/bhndb_private.h
80
struct bhndb_intr_handler *bhndb_alloc_intr_handler(device_t owner,
sys/dev/bhnd/bhndb/bhndb_private.h
84
struct bhndb_intr_handler *ih);
sys/dev/bhnd/bhndb/bhndb_private.h
88
struct bhndb_intr_handler *ih);
sys/dev/bhnd/bhndb/bhndb_private.h
91
struct bhndb_intr_handler *ih);
sys/dev/bhnd/bhndb/bhndb_private.h
92
struct bhndb_intr_handler *bhndb_find_intr_handler(
sys/dev/bhnd/bhndb/bhndb_subr.c
1003
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb_subr.c
568
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb_subr.c
893
struct bhndb_intr_handler *
sys/dev/bhnd/bhndb/bhndb_subr.c
897
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndb_subr.c
916
bhndb_free_intr_handler(struct bhndb_intr_handler *ih)
sys/dev/bhnd/bhndb/bhndb_subr.c
932
struct bhndb_intr_handler *ih)
sys/dev/bhnd/bhndb/bhndb_subr.c
950
struct bhndb_intr_handler *ih)
sys/dev/bhnd/bhndb/bhndb_subr.c
958
STAILQ_REMOVE(&br->bus_intrs, ih, bhndb_intr_handler, ih_link);
sys/dev/bhnd/bhndb/bhndb_subr.c
969
struct bhndb_intr_handler *
sys/dev/bhnd/bhndb/bhndb_subr.c
972
struct bhndb_intr_handler *ih;
sys/dev/bhnd/bhndb/bhndbvar.h
188
STAILQ_HEAD(,bhndb_intr_handler) bus_intrs; /**< attached child interrupt handlers */