Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1742 if (current_bootfs[0] == '\0') { in zfs_open()
1752 if (errnum = get_objset_mdn(MOS, current_bootfs, in zfs_open()
1754 grub_memset(current_bootfs, 0, MAXNAMELEN); in zfs_open()
H A Dshared.h681 extern char current_bootfs[MAXNAMELEN];
H A Dbuiltins.c120 current_bootfs[0] = '\0'; in init_config()
3827 if (current_bootfs[0] != '\0') in bootfs_func()
3829 current_bootfs); in bootfs_func()
3851 grub_memmove(current_bootfs, arg, MAXNAMELEN); in bootfs_func()
H A Ddisk_io.c129 char current_bootfs[MAXNAMELEN]; variable