Searched refs:child_path (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | qom-test.c | 21 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 D | expfs.c | 283 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 D | unittest.c | 2560 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 D | qemu-img.c | 2881 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()
|