Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c380 vlen = (current_bootfs_obj > 0) ? 10 : 0; in expand_string()
404 if (current_bootfs_obj > 0) { in expand_string()
406 current_rootpool, current_bootfs_obj); in expand_string()
H A Dfsys_zfs.c1748 current_bootfs_obj = 0; in zfs_open()
1753 &current_bootfs_obj, stack)) in zfs_open()
1757 &current_bootfs_obj, mdn, stack)) in zfs_open()
1761 &current_bootfs_obj, mdn, stack)) { in zfs_open()
H A Dshared.h683 extern unsigned long long current_bootfs_obj;
H A Dbuiltins.c123 current_bootfs_obj = 0; in init_config()
3837 else if (current_rootpool[0] != 0 && current_bootfs_obj != 0) in bootfs_func()
3839 current_rootpool, current_bootfs_obj); in bootfs_func()
H A Ddisk_io.c131 uint64_t current_bootfs_obj; variable