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

/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c1111 grub_file_t binfile; local
1188 binfile = grub_file_open (binname);
1189 if (! binfile)
1193 grub_xnu_load_driver (plistname, binfile);
1220 grub_file_t binfile = 0; local
1230 binfile = grub_file_open (args[1]);
1231 if (! binfile)
1238 binfile);

Completed in 36 milliseconds