Home
last modified time | relevance | path

Searched refs:xpt_config_hook (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/cam/
HDcam_xpt.c265 struct intr_config_hook *xpt_config_hook; member
1522 xsoftc.xpt_config_hook = kmalloc(sizeof(struct intr_config_hook), in xpt_init()
1524 xsoftc.xpt_config_hook->ich_func = xpt_config; in xpt_init()
1525 xsoftc.xpt_config_hook->ich_desc = "xpt"; in xpt_init()
1526 xsoftc.xpt_config_hook->ich_order = 1000; in xpt_init()
1527 if (config_intrhook_establish(xsoftc.xpt_config_hook) != 0) { in xpt_init()
1528 kfree (xsoftc.xpt_config_hook, M_CAMXPT); in xpt_init()
7217 config_intrhook_disestablish(xsoftc.xpt_config_hook); in xpt_finishconfig_task()
7218 kfree(xsoftc.xpt_config_hook, M_CAMXPT); in xpt_finishconfig_task()
7219 xsoftc.xpt_config_hook = NULL; in xpt_finishconfig_task()