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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1739 * do not goto 'current_bootfs'.
1747 if (current_bootfs[0] == '\0') {
1757 if (errnum = get_objset_mdn(MOS, current_bootfs,
1759 grub_memset(current_bootfs, 0, MAXNAMELEN);
H A Dshared.h681 extern char current_bootfs[MAXNAMELEN];
H A Dbuiltins.c120 current_bootfs[0] = '\0';
3879 if (current_bootfs[0] != '\0')
3881 current_bootfs);
3903 grub_memmove(current_bootfs, arg, MAXNAMELEN);
H A Ddisk_io.c129 char current_bootfs[MAXNAMELEN]; variable

Completed in 82 milliseconds