Searched defs:childpath (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c42 char *childtype, *childpath; local
55 childpath = grub_malloc (IEEE1275_MAX_PATH_LEN);
56 if (!childpath)
64 grub_free (childpath);
81 if (grub_ieee1275_package_to_path (child, childpath,
85 if (grub_strcmp (devpath, childpath) == 0)
93 alias.path = childpath;
102 grub_free (childpath);

Completed in 22 milliseconds