Home
last modified time | relevance | path

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

/freebsd/stand/libsa/zfs/
H A Dzfs.c1761 char *beroot, *currdev; in init_zfs_boot_options() local
1781 beroot = strrchr(currdev, '/'); in init_zfs_boot_options()
1782 if (beroot != NULL) in init_zfs_boot_options()
1783 beroot[0] = '\0'; in init_zfs_boot_options()
1784 beroot = strchr(currdev, ':') + 1; in init_zfs_boot_options()
1785 setenv("zfs_be_root", beroot, 1); in init_zfs_boot_options()
1787 if (split_devname(beroot, poolname, sizeof(poolname), &dsname) != 0) in init_zfs_boot_options()
1794 zfs_bootenv_initial("bootenvs", spa, beroot, dsname, 0); in init_zfs_boot_options()
1795 zfs_checkpoints_initial(spa, beroot, dsname); in init_zfs_boot_options()
1951 char *beroot, *pagenum; in zfs_set_env() local
[all …]