Home
last modified time | relevance | path

Searched defs:xsh (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dxen-bus.h22 struct qemu_xs_handle *xsh; member
63 struct qemu_xs_handle *xsh; member
/openbmc/qemu/hw/xen/
H A Dxen-operations.c212 struct xs_handle *xsh; member
234 struct xs_handle *xsh = xs_open(0); in libxenstore_open() local
/openbmc/qemu/hw/char/
H A Dxen_console.c539 struct qemu_xs_handle *xsh = xenbus->xsh; in type_init() local
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c587 static bool xen_check_stubdomain(struct xs_handle *xsh) in xen_check_stubdomain()