Lines Matching defs:child
1523 * determines the node class for that child. If it finds a valid class
1525 * recursively to construct the subtree for that child node. Otherwise, if
1579 * creates a PICL node for each child not found in the PICL tree and
1581 * child node. It also checks if the node being created is a meory
2604 create_asr_node(char *parent, char *child, char *unitaddr, char *class,
2628 * see if the required child node already exists
2640 if (strcmp(nodename, child) != 0)
2643 * found a candidate child node
2751 if (ptree_create_and_add_node(nodeh, child, class, &chdh) ==
2763 (void) strlcat(ptreepath, child, PATH_MAX);
2808 char *child;
2857 child = strrchr(c->address, '/');
2858 *child++ = '\0';
2859 unitaddr = strchr(child, '@');
2863 create_asr_node(c->address, child,
2868 create_asr_node(c->address, child,
3012 * This function creates a Slot property for SBUS child nodes
3058 * This function creates a DeviceID property for PCI/PCIEX child nodes