Home
last modified time | relevance | path

Searched refs:grandchild (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Damx.c512 pid_t parent, child, grandchild; in test_dynamic_state() local
563 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() local
660 grandchild = fork(); in test_fork()
661 if (grandchild < 0) { in test_fork()
664 } else if (grandchild > 0) { in test_fork()
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py214 for grandchild in target_child:
215 if (grandchild.tag == patch_key) and (
216 grandchild.text == key_element.text
/openbmc/linux/Documentation/devicetree/bindings/display/atmel/
H A Dhlcdc-dc.txt18 Optional properties in grandchild nodes:
19 Any endpoint grandchild node may specify a desired video interface
/openbmc/u-boot/test/dm/
H A Dcore.c563 struct udevice *grandchild[NODE_COUNT]; in dm_test_children() local
584 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()
/openbmc/linux/drivers/of/
H A Dunittest.c1437 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local
1499 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()