Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c237 struct intr_config_hook xs_attachcb; member
1074 config_intrhook_disestablish(&xs.xs_attachcb); in xs_attach_deferred()
1155 xs.xs_attachcb.ich_func = xs_attach_deferred; in xs_attach()
1156 xs.xs_attachcb.ich_arg = NULL; in xs_attach()
1158 config_intrhook_establish(&xs.xs_attachcb); in xs_attach()