Searched refs:grandchild (Results 1 – 5 of 5) sorted by relevance
512 pid_t parent, child, grandchild; in test_dynamic_state() local563 grandchild = fork(); in test_dynamic_state()564 if (grandchild < 0) { in test_dynamic_state()567 } else if (!grandchild) { in test_dynamic_state()640 pid_t child, grandchild; in test_fork() local660 grandchild = fork(); in test_fork()661 if (grandchild < 0) { in test_fork()664 } else if (grandchild > 0) { in test_fork()
214 for grandchild in target_child:215 if (grandchild.tag == patch_key) and (216 grandchild.text == key_element.text
18 Optional properties in grandchild nodes:19 Any endpoint grandchild node may specify a desired video interface
563 struct udevice *grandchild[NODE_COUNT]; in dm_test_children() local584 i == 2 ? grandchild : NULL)); in dm_test_children()593 ut_asserteq_ptr(grandchild[0], dev); in dm_test_children()603 ut_assertok(device_probe(grandchild[i])); in dm_test_children()
1437 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local1499 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()1500 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()1503 grandchild); in of_unittest_platform_populate()1510 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()1511 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()1513 grandchild); in of_unittest_platform_populate()