Searched refs:beroot (Results 1 – 1 of 1) sorted by relevance
| /freebsd/stand/libsa/zfs/ |
| H A D | zfs.c | 1763 char *beroot, *currdev; in init_zfs_boot_options() local 1783 beroot = strrchr(currdev, '/'); in init_zfs_boot_options() 1784 if (beroot != NULL) in init_zfs_boot_options() 1785 beroot[0] = '\0'; in init_zfs_boot_options() 1786 beroot = strchr(currdev, ':') + 1; in init_zfs_boot_options() 1787 setenv("zfs_be_root", beroot, 1); in init_zfs_boot_options() 1789 if (split_devname(beroot, poolname, sizeof(poolname), &dsname) != 0) in init_zfs_boot_options() 1796 zfs_bootenv_initial("bootenvs", spa, beroot, dsname, 0); in init_zfs_boot_options() 1797 zfs_checkpoints_initial(spa, beroot, dsname); in init_zfs_boot_options() 1953 char *beroot, *pagenum; in zfs_set_env() local [all …]
|