Searched refs:children (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.ml | 21 children: ('a,'b) t list; RecordField 27 children = []; 33 children = [] 46 let set_children node children = 47 { node with children = children } 50 { node with children = child :: node.children } 82 iter f node.Node.children 93 { node with Node.value = value; Node.children = map f node.Node.children } 148 let children = set node.Node.children path value in 149 Node.set_children node children [all …]
|
A D | store.ml | 25 children: t list; RecordField 32 let get_children node = node.children 45 { node with children = child :: node.children } 49 List.exists (fun n -> n.name = childname) node.children 53 List.find (fun n -> n.name = childname) node.children 63 { node with children = (replace_one_in_list node.children) } 73 { node with children = (delete_one_in_list node.children) } 76 { node with children = [] } 314 let children = 321 cnode.Node.children in [all …]
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl.c | 58 xlchild children[child_max]; variable 218 xlchild *ch = &children[child]; in xl_fork() 234 children[i].pid = 0; in xl_fork() 242 xlchild *ch = &children[child]; in xl_waitpid() 263 xlchild *ch = &children[child]; in xl_child_pid() 270 libxl_report_child_exitstatus(ctx, level, children[child].description, in xl_report_child_exitstatus() 279 xlchild *ch = &children[i]; in xl_reaped_callback() 403 children[child].description, strerror(errno)); in child_report()
|
A D | xl.h | 243 extern xlchild children[child_max];
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 849 child = node->children + off; in send_directory_part() 935 if (!children) in construct_node() 937 memcpy(children, parent->children, parent->childlen); in construct_node() 939 parent->children = children; in construct_node() 960 node->children = node->data = NULL; in construct_node() 1090 node->children + i); in delete_node() 1513 node->children = (char *)child; in manual_node() 1628 struct hashtable * children = in check_store_() local 1632 hashtable_destroy(children, 0); in check_store_() 1641 node->children + i); in check_store_() [all …]
|
A D | xenstored_core.h | 134 char *children; member
|
A D | talloc_guide.txt | 89 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
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_fork.c | 423 return creating || !LIBXL_LIST_EMPTY(&ctx->children); in chldmode_ours() 464 LIBXL_LIST_FOREACH(ch, &CTX->children, entry) in childproc_reaped() 500 LIBXL_LIST_FOREACH(ch, &CTX->children, entry) { in childproc_checkall() 629 LIBXL_LIST_INSERT_HEAD(&CTX->children, ch, entry); in libxl__ev_child_fork() 644 assert(LIBXL_LIST_EMPTY(&CTX->children)); in libxl_childproc_setmode()
|
A D | libxl_internal.h | 501 LIBXL_LIST_HEAD(, libxl__ev_child) children;
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xenstore-chmod.pod.1 | 47 Apply the permissions to the key and all its I<children>.
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-scan.c | 95 struct list_head children; member 215 INIT_LIST_HEAD(&img->children); in vhd_util_scan_pretty_add_image() 290 list_for_each_entry_safe(img, tmp, &image->children, sibling) in vhd_util_scan_pretty_print_tree() 294 list_for_each_entry_safe(img, tmp, &image->children, sibling) in vhd_util_scan_pretty_print_tree() 336 list_add_tail(&image->sibling, &parent->children); in vhd_util_scan_pretty_print_images()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore.txt | 33 or more immediate children. There is thus no particular distinction 35 to store nonempty values at nodes which also have children. 146 it and all of its children. It is not an error if <path> does 151 Gives a list of the immediate children of <path>, as only the 152 leafnames. The resulting children are each named
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | vgabios.c | 462 ;; Just for the first int10 find its children
|
Completed in 31 milliseconds