Searched refs:zone_get_rootpath (Results 1 – 11 of 11) sorted by relevance
| /titanic_50/usr/src/lib/libzonecfg/common/ |
| H A D | mapfile-vers | 234 zone_get_rootpath;
|
| H A D | libzonecfg.c | 5467 zone_get_rootpath(char *zone_name, char *rootpath, size_t rp_sz) in zone_get_rootpath() function
|
| /titanic_50/usr/src/lib/brand/solaris10/s10_support/ |
| H A D | s10_support.c | 351 if (zone_get_rootpath(zonename, zoneroot, sizeof (zoneroot)) != Z_OK) in set_zone_emul_bitmap()
|
| /titanic_50/usr/src/cmd/wall/ |
| H A D | wall.c | 301 (void) zone_get_rootpath(zonename, root, sizeof (root)); in sendmes_tozone()
|
| /titanic_50/usr/src/head/ |
| H A D | libzonecfg.h | 512 extern int zone_get_rootpath(char *, char *, size_t);
|
| /titanic_50/usr/src/cmd/zoneadmd/ |
| H A D | zoneadmd.c | 639 if (zone_get_rootpath(zone_name, in mount_early_fs() 892 if (zone_get_rootpath(zone_name, zpath, sizeof (zpath)) != Z_OK) { in zone_bootup()
|
| H A D | vplat.c | 637 if (zone_get_rootpath(zone_name, zroot, sizeof (zroot)) != Z_OK) { in unmount_filesystems() 1399 if (zone_get_rootpath(tmp, fromdir, sizeof (fromdir)) == Z_OK && in build_mounted_pre_var() 1698 if (zone_get_rootpath(zone_name, rootpath, sizeof (rootpath)) != Z_OK) { in mount_filesystems() 4680 if (zone_get_rootpath(zone_name, rootpath, sizeof (rootpath)) != Z_OK) { in vplat_create() 5062 if (zone_get_rootpath(zone_name, zroot, sizeof (zroot)) != Z_OK) { in lu_root_teardown()
|
| /titanic_50/usr/src/lib/libinstzones/common/ |
| H A D | zones.c | 882 err = zone_get_rootpath(a_zoneName, lzRootPath, sizeof (lzRootPath)); in z_mount_in_lz()
|
| /titanic_50/usr/src/lib/libscf/common/ |
| H A D | lowlevel.c | 888 static int (*zone_get_rootpath)(char *, char *, size_t); in scf_handle_decorate() local 898 if (zone_get_rootpath == NULL) { in scf_handle_decorate() 909 zone_get_rootpath = (int(*)(char *, char *, size_t))sym; in scf_handle_decorate() 926 if (zone_get_rootpath(zone, root, sizeof (root)) != Z_OK) { in scf_handle_decorate()
|
| /titanic_50/usr/src/cmd/svc/svcs/ |
| H A D | svcs.c | 466 (void) zone_get_rootpath(g_zonename, root, sizeof (root)); in pg_get_single_val()
|
| /titanic_50/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 5005 if ((err = zone_get_rootpath(target_zone, rootpath, in uninstall_func()
|