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

/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c216 struct grub_ofnetcard_data *ofdata; local
222 ofdata = grub_malloc (sizeof (struct grub_ofnetcard_data));
223 if (!ofdata)
231 grub_free (ofdata);
236 ofdata->path = grub_strdup (alias->path);
238 grub_ieee1275_finddevice (ofdata->path, &devhandle);
264 card->data = ofdata;

Completed in 21 milliseconds