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

/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c323 grub_ieee1275_parse_args (const char *path, enum grub_ieee1275_parse_type ptype) function
422 return grub_ieee1275_parse_args (path, GRUB_PARSE_DEVICE_TYPE);
428 return grub_ieee1275_parse_args (path, GRUB_PARSE_DEVICE);
434 return grub_ieee1275_parse_args (path, GRUB_PARSE_FILENAME);
442 char *partition = grub_ieee1275_parse_args (path, GRUB_PARSE_PARTITION);

Completed in 16 milliseconds