Home
last modified time | relevance | path

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.c1750 if (current_bootfs[0] == '\0') { in zfs_open()
1760 if (errnum = get_objset_mdn(MOS, current_bootfs, in zfs_open()
1762 grub_memset(current_bootfs, 0, MAXNAMELEN); in zfs_open()
H A Dshared.h682 extern char current_bootfs[MAXNAMELEN];
H A Dbuiltins.c121 current_bootfs[0] = '\0'; in init_config()
3834 if (current_bootfs[0] != '\0') in bootfs_func()
3836 current_bootfs); in bootfs_func()
3858 grub_memmove(current_bootfs, arg, MAXNAMELEN); in bootfs_func()
H A Ddisk_io.c130 char current_bootfs[MAXNAMELEN]; variable