Lines Matching refs:t
1518 static char **xs_be_directory(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_directory() argument
1526 err = xs_impl_directory(h->impl, DOMID_QEMU, t, path, NULL, &items); in xs_be_directory()
1542 static void *xs_be_read(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_read() argument
1549 err = xs_impl_read(h->impl, DOMID_QEMU, t, path, data); in xs_be_read()
1564 static bool xs_be_write(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_write() argument
1571 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, gdata); in xs_be_write()
1580 static bool xs_be_create(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_create() argument
1589 err = xs_impl_read(h->impl, DOMID_QEMU, t, path, data); in xs_be_create()
1591 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, data); in xs_be_create()
1603 err = xs_impl_set_perms(h->impl, DOMID_QEMU, t, path, perms_list); in xs_be_create()
1612 static bool xs_be_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_destroy() argument
1615 int err = xs_impl_rm(h->impl, DOMID_QEMU, t, path); in xs_be_destroy()
1698 static bool xs_be_transaction_end(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_transaction_end() argument
1701 int err = xs_impl_transaction_end(h->impl, DOMID_QEMU, t, !abort); in xs_be_transaction_end()