Home
last modified time | relevance | path

Searched refs:children (Results 1 – 10 of 10) sorted by relevance

/tools/ocaml/xenstored/
A Dtrie.ml25 children: 'a t StringMap.t; RecordField
31 children = StringMap.empty;
37 children = StringMap.empty;
50 let set_children node children =
51 { node with children = children }
54 { node with children = StringMap.add child.key child node.children }
76 iter f node.Node.children
87 { node with Node.value = value; Node.children = map f node.Node.children }
143 let children = set node.Node.children path value in
144 Node.set_children node children
[all …]
A Dstore.ml27 children: t SymbolMap.t; RecordField
34 let get_children node = node.children
47 let children = SymbolMap.add child.name child node.children in
48 { node with children }
52 SymbolMap.mem childname node.children
62 node.children
67 { node with children =
70 node.children
102 { node with children =
340 let children =
[all …]
/tools/xl/
A Dxl.c69 xlchild children[child_max]; variable
272 xlchild *ch = &children[child]; in xl_fork()
288 children[i].pid = 0; in xl_fork()
296 xlchild *ch = &children[child]; in xl_waitpid()
317 xlchild *ch = &children[child]; in xl_child_pid()
324 libxl_report_child_exitstatus(ctx, level, children[child].description, in xl_report_child_exitstatus()
333 xlchild *ch = &children[i]; in xl_reaped_callback()
470 children[child].description, strerror(errno)); in child_report()
A Dxl.h250 extern xlchild children[child_max];
/tools/libs/light/
A Dlibxl_fork.c426 return creating || !XEN_LIST_EMPTY(&ctx->children); in chldmode_ours()
467 XEN_LIST_FOREACH(ch, &CTX->children, entry) in childproc_reaped()
502 XEN_LIST_FOREACH(ch, &CTX->children, entry) { in childproc_checkall()
630 XEN_LIST_INSERT_HEAD(&CTX->children, ch, entry); in libxl__ev_child_fork()
645 assert(XEN_LIST_EMPTY(&CTX->children)); in libxl_childproc_setmode()
703 XEN_LIST_INSERT_HEAD(&CTX->children, &new_ch->ch, entry); in libxl__ev_child_kill_deregister()
A Dlibxl_internal.h729 XEN_LIST_HEAD(, libxl__ev_child) children;
/tools/xenstored/
A Dcore.c1355 child = node->children + off; in send_directory_part()
1404 char *children; in add_child() local
1409 if (!children) in add_child()
1411 memcpy(children, parent->children, parent->hdr.childlen); in add_child()
1413 parent->children = children; in add_child()
1477 node->children = node->data = NULL; in construct_node()
1669 i += strlen(node->children + i) + 1) { in delete_child()
1951 node->children + node->childoff); in walk_node_tree()
1957 node->childoff += strlen(node->children + in walk_node_tree()
2282 node->children = (char *)child; in manual_node()
[all …]
A Dcore.h228 char *children; member
A Dtalloc_guide.txt89 children. You can call talloc_free() on any pointer returned by
105 talloc_free() operates recursively on its children.
111 The talloc_free_children() walks along the list of all children of a
112 talloc context and talloc_free()s only the children, not the context
/tools/firmware/vgabios/
A Dvgabios.c462 ;; Just for the first int10 find its children

Completed in 44 milliseconds