Searched refs:xbs_attach_ch (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/xen/xenbus/
H A Dxenbusb.h83 struct intr_config_hook xbs_attach_ch; member in struct:xenbusb_softc
88 * is used to determine when to release xbs_attach_ch.
H A Dxenbusb.c422 config_intrhook_disestablish(&xbs->xbs_attach_ch);
752 xbs->xbs_attach_ch.ich_func = xenbusb_nop_confighook_cb;
753 xbs->xbs_attach_ch.ich_arg = dev;
754 config_intrhook_establish(&xbs->xbs_attach_ch);
H A Dxenbusb_back.c101 config_intrhook_disestablish(&xbs->xbs_attach_ch);

Completed in 115 milliseconds