HomeSort by relevance Sort by last modified time
    Searched refs:last_child_p (Results 1 - 2 of 2) sorted by null

  /system/libufdt/include/
ufdt_types.h 66 struct ufdt_node **last_child_p; member in struct:ufdt_node_fdt_node
  /system/libufdt/
ufdt_node.c 39 res->last_child_p = &res->child;
69 *((struct ufdt_node_fdt_node *)parent)->last_child_p = child;
70 ((struct ufdt_node_fdt_node *)parent)->last_child_p = &child->sibling;

Completed in 3098 milliseconds