Searched refs:bootpart (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dplan9.c114 char *bootdisk = NULL, *bootpart = NULL, *bootpath = NULL; local
209 grub_free (bootpart);
210 bootpart = grub_strndup (pmap + pstart, pend - pstart);
377 if (bootpart)
378 bootpath = grub_xasprintf ("%s!%s!%s", bootdisk, bootpart, file_name);
382 grub_free (bootpart);

Completed in 27 milliseconds