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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1438 * do not goto 'current_bootfs'.
1446 if (current_bootfs[0] == '\0') {
1456 if (errnum = get_objset_mdn(MOS, current_bootfs,
1458 grub_memset(current_bootfs, 0, MAXNAMELEN);
H A Dshared.h679 extern char current_bootfs[MAXNAMELEN];
H A Dbuiltins.c133 current_bootfs[0] = '\0';
3448 current_bootfs);
3704 current_bootfs);
4355 if (current_bootfs[0] != '\0')
4357 current_bootfs);
4379 grub_memmove(current_bootfs, arg, MAXNAMELEN);
H A Ddisk_io.c128 char current_bootfs[MAXNAMELEN]; variable

Completed in 48 milliseconds