intr_config_hook
xsoftc.xpt_config_hook = kmalloc(sizeof(struct intr_config_hook),
struct intr_config_hook *xpt_config_hook;
struct intr_config_hook config_intrhook;
struct intr_config_hook hook;
struct intr_config_hook ehook;
bzero(&sc->ipmi_ich, sizeof(struct intr_config_hook));
struct intr_config_hook ipmi_ich;
struct intr_config_hook sc_preinit_hook;
struct intr_config_hook sc_ich;
struct intr_config_hook aac_ich;
bzero(&sc->amr_ich, sizeof(struct intr_config_hook));
struct intr_config_hook amr_ich; /* wait-for-interrupts probe hook */
static struct intr_config_hook hpt_ich;
static struct intr_config_hook hpt_ich;
struct intr_config_hook ips_ich;
struct intr_config_hook mfi_ich;
struct intr_config_hook sas_ich;
struct intr_config_hook mpr_ich;
struct intr_config_hook sas_ich;
struct intr_config_hook mps_ich;
struct intr_config_hook twe_ich; /* delayed-startup hook */ \
struct intr_config_hook delayed_attach;
struct intr_config_hook intrhook;
struct intr_config_hook intrhook;
config_intrhook_establish(struct intr_config_hook *hook)
struct intr_config_hook *hook_entry;
config_intrhook_disestablish(struct intr_config_hook *hook)
struct intr_config_hook *hook_entry;
static TAILQ_HEAD(, intr_config_hook) intr_config_hook_list =
struct intr_config_hook *hook_entry;
TAILQ_ENTRY(intr_config_hook) ich_links;
int config_intrhook_establish (struct intr_config_hook *);
void config_intrhook_disestablish (struct intr_config_hook *);