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

/freebsd-13-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.c424 config_intrhook_disestablish(&xbs->xbs_attach_ch);
757 xbs->xbs_attach_ch.ich_func = xenbusb_nop_confighook_cb;
758 xbs->xbs_attach_ch.ich_arg = dev;
759 config_intrhook_establish(&xbs->xbs_attach_ch);
H A Dxenbusb_back.c103 config_intrhook_disestablish(&xbs->xbs_attach_ch);

Completed in 110 milliseconds