Home
last modified time | relevance | path

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

/xen/tools/ocaml/xenstored/
A Dtransaction.ml43 let test_coalesce oldroot currentroot optpath =
47 let oldnode = Store.Path.get_node oldroot path
53 check_parents_perms_identical oldroot currentroot path
68 let can_coalesce oldroot currentroot path =
70 try test_coalesce oldroot currentroot path with _ -> false
85 oldroot: Store.Node.t; RecordField
127 oldroot = Store.get_root store;
204 let commit_partial oldroot cstore store =
230 let try_commit oldroot cstore store =
231 if oldroot == Store.get_root cstore then (
[all …]
A Dconnection.ml211 let lookup_watch_perms oldroot root path =
212 lookup_watch_perm path oldroot @ lookup_watch_perm path (Some root)
218 let fire_single_watch (oldroot, root) watch =
220 let perms = lookup_watch_perms oldroot root abspath in
A Dprocess.ml60 let oldroot = t.Transaction.oldroot in
64 let recurse, oldroot, root = match (fst op) with
66 | Xenbus.Xb.Op.Rm -> true, None, oldroot
67 | Xenbus.Xb.Op.Setperms -> false, Some oldroot, newroot
69 Connections.fire_watches ?oldroot root cons (snd op) recurse in
A Dconnections.ml142 let fire_watches ?oldroot root cons path recurse =
145 let roots = oldroot, root in
/xen/xen/tools/kconfig/
A Dqconf.cc550 struct menu *oldroot; in setParentMenu() local
552 oldroot = rootEntry; in setParentMenu()
560 if (item->menu == oldroot) { in setParentMenu()

Completed in 8 milliseconds