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

/freebsd-12-stable/sys/xen/xenbus/
H A Dxenbusb.h87 struct intr_config_hook xbs_attach_ch; member in struct:xenbusb_softc
92 * is used to determine when to release xbs_attach_ch.
H A Dxenbusb.c425 config_intrhook_disestablish(&xbs->xbs_attach_ch);
758 xbs->xbs_attach_ch.ich_func = xenbusb_nop_confighook_cb;
759 xbs->xbs_attach_ch.ich_arg = dev;
760 config_intrhook_establish(&xbs->xbs_attach_ch);
H A Dxenbusb_back.c104 config_intrhook_disestablish(&xbs->xbs_attach_ch);

Completed in 112 milliseconds