Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.h133 extern int zone_mount_rootfs(zone_mounts_t *mounts, const char *zonepath);
H A Dzoneadm.c4139 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4150 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4178 if (zone_mount_rootfs(&mounts, new_zonepath) != 0) { in move_func()
4236 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4246 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4268 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
H A Dzfs.c1517 zone_mount_rootfs(zone_mounts_t *mounts, const char *zonepath) in zone_mount_rootfs() function