Lines Matching defs:h
1508 struct qemu_xs_handle *h; member
1515 static char *xs_be_get_domain_path(struct qemu_xs_handle *h, unsigned int domid) in xs_be_get_domain_path()
1520 static char **xs_be_directory(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_directory()
1544 static void *xs_be_read(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_read()
1566 static bool xs_be_write(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_write()
1582 static bool xs_be_create(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_create()
1614 static bool xs_be_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_destroy()
1627 struct qemu_xs_handle *h = _h; in be_watch_bh() local
1656 static struct qemu_xs_watch *xs_be_watch(struct qemu_xs_handle *h, in xs_be_watch()
1679 static void xs_be_unwatch(struct qemu_xs_handle *h, struct qemu_xs_watch *w) in xs_be_unwatch()
1689 static xs_transaction_t xs_be_transaction_start(struct qemu_xs_handle *h) in xs_be_transaction_start()
1700 static bool xs_be_transaction_end(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_transaction_end()
1714 struct qemu_xs_handle *h; in xs_be_open() local
1729 static void xs_be_close(struct qemu_xs_handle *h) in xs_be_close()