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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c373 if (current_bootpath[0] == '\0' &&
384 if (current_bootpath[0] != '\0')
385 vlen += 12 + strlen(current_bootpath);
401 if (current_bootpath[0] != '\0') {
403 current_bootpath);
H A Dshared.h683 extern char current_bootpath[MAXPATHLEN];
H A Ddisk_io.c131 char current_bootpath[MAXPATHLEN]; variable
H A Dfsys_zfs.c1696 grub_memmove(current_bootpath, tmp_bootpath, MAXNAMELEN);
H A Dbuiltins.c121 current_bootpath[0] = '\0';

Completed in 148 milliseconds