Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c382 vlen += strlen(current_rootpool); in expand_string()
406 current_rootpool, current_bootfs_obj); in expand_string()
409 current_rootpool); in expand_string()
H A Dbuiltins.c120 current_rootpool[0] = '\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()
3852 if (current_rootpool[0] != 0 && grub_strncmp(arg, in bootfs_func()
3853 current_rootpool, strlen(current_rootpool))) { in bootfs_func()
H A Dshared.h681 extern char current_rootpool[MAXNAMELEN];
H A Ddisk_io.c129 char current_rootpool[MAXNAMELEN]; variable
H A Dfsys_zfs.c1557 current_rootpool, DATA_TYPE_STRING, NULL)) in check_pool_label()