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

/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c43 char *childname; local
61 childname = grub_malloc (IEEE1275_MAX_PROP_LEN);
62 if (!childname)
88 if (grub_ieee1275_get_property (child, "name", childname,
94 alias.name = childname;
101 grub_free (childname);

Completed in 27 milliseconds