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

/osnet-11/usr/src/grub/grub2/grub-core/loader/sparc64/ieee1275/
H A Dlinux.c45 static struct grub_ieee1275_translation *of_trans; variable in typeref:struct:grub_ieee1275_translation
491 of_trans = grub_malloc (actual);
492 if (!of_trans)
498 if (grub_ieee1275_get_property (node, "translations", of_trans, actual, &actual))
508 struct grub_ieee1275_translation *p = &of_trans[i];

Completed in 21 milliseconds