| /netbsd-src/distrib/common/ |
| H A D | list.zfsroot | 12 # We need sysctl to set init.root=/altroot 34 SYMLINK altroot/stand stand 35 SYMLINK altroot/libdata libdata
|
| H A D | zfsroot.rc | 25 echo "Mounting $rpool/$rroot to /altroot" 26 /sbin/mount -t zfs "$rpool/$rroot" /altroot; 28 /sbin/sysctl -w init.root=/altroot
|
| H A D | cgdroot.rc | 72 if mount -o ro $dev /altroot 2>/dev/null ; then 85 # Boot into /altroot. 88 sysctl -w init.root=/altroot
|
| H A D | mtree.zfsroot | 4 ./altroot
|
| H A D | mtree.cgdroot | 6 ./altroot
|
| /netbsd-src/usr.sbin/sysinst/arch/mac68k/ |
| H A D | menus.md.pl | 176 * will mount on "/altroot". If there are multiple 177 * occurrences of "/altroot" they will be picked up on 188 strcpy (bzb->mount_point, "/altroot");
|
| H A D | menus.md.en | 175 * will mount on "/altroot". If there are multiple 176 * occurrences of "/altroot" they will be picked up on 187 strcpy ((char *)bzb->mount_point, "/altroot");
|
| H A D | menus.md.es | 174 * will mount on "/altroot". If there are multiple 175 * occurrences of "/altroot" they will be picked up on 186 strcpy (bzb->mount_point, "/altroot");
|
| H A D | menus.md.de | 174 * will mount on "/altroot". If there are multiple 175 * occurrences of "/altroot" they will be picked up on 186 strcpy (bzb->mount_point, "/altroot");
|
| /netbsd-src/distrib/i386/ramdisks/ramdisk-cgdroot/ |
| H A D | list | 34 SYMLINK /altroot/stand stand
|
| /netbsd-src/distrib/amd64/ramdisks/ramdisk-cgdroot/ |
| H A D | list | 34 SYMLINK /altroot/stand stand
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | spa_misc.c | 692 spa_add(const char *name, nvlist_t *config, const char *altroot) in spa_add() argument 792 if (altroot) { in spa_add() 793 spa->spa_root = spa_strdup(altroot); in spa_add() 807 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
|
| H A D | spa.c | 3437 char *altroot, size_t buflen) in spa_get_stats() argument 3480 if (altroot) { in spa_get_stats() 3485 spa_altroot(spa, altroot, buflen); in spa_get_stats() 3487 altroot[0] = '\0'; in spa_get_stats() 3491 spa_altroot(spa, altroot, buflen); in spa_get_stats() 3684 char *altroot = NULL; in spa_create() local 3708 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_create() 3709 spa = spa_add(pool, NULL, altroot); in spa_create() 4336 char *altroot = NULL; in spa_import() local 4359 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &altroot); in spa_import() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
| H A D | zpool_main.c | 806 char *altroot = NULL; in zpool_do_create() local 825 altroot = optarg; in zpool_do_create() 868 altroot = propval; in zpool_do_create() 944 if (altroot != NULL && altroot[0] != '/') { in zpool_do_create() 946 "must be an absolute path\n"), altroot); in zpool_do_create() 969 if (altroot != NULL) in zpool_do_create() 971 altroot, poolname); in zpool_do_create() 976 if (altroot != NULL) in zpool_do_create() 978 altroot, mountpoint); in zpool_do_create()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | spa.h | 629 extern int spa_get_stats(const char *pool, nvlist_t **config, char *altroot, 727 extern spa_t *spa_add(const char *name, nvlist_t *config, const char *altroot);
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs.h | 357 char *altroot);
|
| H A D | libzfs_pool.c | 1563 char *altroot) in zpool_import() argument 1568 if (altroot != NULL) { in zpool_import() 1576 zpool_prop_to_name(ZPOOL_PROP_ALTROOT), altroot) != 0 || in zpool_import()
|
| /netbsd-src/distrib/sets/ |
| H A D | sets.subr | 262 # ./altroot base-sys-root
|
| /netbsd-src/etc/mtree/ |
| H A D | NetBSD.dist.base | 11 ./altroot
|