Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c374 if (current_bootpath[0] == '\0' && in expand_string()
385 if (current_bootpath[0] != '\0') in expand_string()
386 vlen += 12 + strlen(current_bootpath); in expand_string()
411 if (current_bootpath[0] != '\0') { in expand_string()
413 current_bootpath); in expand_string()
H A Dshared.h684 extern char current_bootpath[MAXPATHLEN];
H A Ddisk_io.c132 char current_bootpath[MAXPATHLEN]; variable
H A Dfsys_zfs.c1697 grub_memmove(current_bootpath, tmp_bootpath, MAXNAMELEN); in zfs_mount()
H A Dbuiltins.c122 current_bootpath[0] = '\0'; in init_config()