Home
last modified time | relevance | path

Searched refs:child_path (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dqom-test.c21 char *child_path; in test_properties() local
47 child_path = g_strdup_printf("%s/%s", in test_properties()
50 children = g_slist_prepend(children, child_path); in test_properties()
52 links = g_slist_prepend(links, child_path); in test_properties()
/openbmc/linux/fs/exportfs/
H A Dexpfs.c283 struct path child_path = { in get_name() local
304 error = vfs_getattr_nosec(&child_path, &stat, in get_name()
/openbmc/linux/drivers/of/
H A Dunittest.c2560 char *child_path; in of_unittest_overlay_10() local
2569 child_path = kasprintf(GFP_KERNEL, "%s/test-unittest101", in of_unittest_overlay_10()
2571 if (unittest(child_path, "overlay test %d failed; kasprintf\n", 10)) in of_unittest_overlay_10()
2574 ret = of_path_device_type_exists(child_path, PDEV_OVERLAY); in of_unittest_overlay_10()
2575 kfree(child_path); in of_unittest_overlay_10()
/openbmc/qemu/
H A Dqemu-img.c2881 g_autofree char *child_path = NULL; in dump_human_image_info() local
2885 child_path = g_strdup_printf("%s%s/", path, child->name); in dump_human_image_info()
2886 dump_human_image_info(child->info, indentation + 1, child_path); in dump_human_image_info()