Home
last modified time | relevance | path

Searched refs:get_node (Results 1 – 4 of 4) sorted by relevance

/xen/tools/ocaml/xenstored/
A Dtransaction.ml28 let n1 = Store.Path.get_node root1 path
29 and n2 = Store.Path.get_node root2 path in
47 let oldnode = Store.Path.get_node oldroot path
48 and currentnode = Store.Path.get_node currentroot path in
60 let pnode = Store.Path.get_node currentroot (Store.Path.get_parent path) in
210 let n = Store.get_node store p in
A Dstore.ml188 let get_node rnode path = function
309 let get_node store path = function
310 Path.get_node store.root path
427 let rmed_node = Path.get_node store.root path in
435 match Path.get_node store.root path with
/xen/xen/common/
A Dpage_alloc.c1174 static unsigned int node_to_scrub(bool get_node) in node_to_scrub() argument
1184 (!get_node || !node_test_and_set(node, node_scrubbing)) ) in node_to_scrub()
1204 if ( !get_node ) in node_to_scrub()
/xen/tools/xenstore/
A Dxenstored_core.c581 static struct node *get_node(struct connection *conn, in get_node() function
818 return get_node(conn, ctx, *canonical_name, perm); in get_node_canonicalized()

Completed in 13 milliseconds