Searched refs:init_walk_op (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 827 static int init_walk_op(XenstoreImplState *s, struct walk_op *op, in init_walk_op() function 880 ret = init_walk_op(s, &op, tx_id, dom_id, path, &n); in xs_impl_read() 900 ret = init_walk_op(s, &op, tx_id, dom_id, path, &n); in xs_impl_write() 924 ret = init_walk_op(s, &op, tx_id, dom_id, path, &n); in xs_impl_directory() 1036 ret = init_walk_op(s, &op, XBT_NULL, tx->dom_id, "/", &n); in transaction_commit() 1090 ret = init_walk_op(s, &op, tx_id, dom_id, path, &n); in xs_impl_rm() 1106 ret = init_walk_op(s, &op, tx_id, dom_id, path, &n); in xs_impl_get_perms() 1161 ret = init_walk_op(s, &op, tx_id, dom_id, path, &n); in xs_impl_set_perms()
|