Searched refs:zone_get_zonepath (Results 1 – 8 of 8) sorted by relevance
| /titanic_44/usr/src/lib/libzonecfg/common/ |
| H A D | mapfile-vers | 236 zone_get_zonepath;
|
| H A D | libzonecfg.c | 1393 if ((err = zone_get_zonepath(zname, path, sizeof (path))) in zonecfg_detach_save() 1462 if (zone_get_zonepath(zname, path, sizeof (path)) != Z_OK) in zonecfg_rm_detached() 5402 zone_get_zonepath(char *zone_name, char *zonepath, size_t rp_sz) in zone_get_zonepath() function 5473 if ((err = zone_get_zonepath(zone_name, rootpath, rp_sz)) != Z_OK) in zone_get_rootpath() 5541 if ((err = zone_get_zonepath(zone_name, devroot, rp_sz)) != Z_OK) in zone_get_devroot()
|
| /titanic_44/usr/src/cmd/zoneadmd/ |
| H A D | zoneadmd.c | 629 if (zone_get_zonepath(zone_name, in mount_early_fs() 855 if (zone_get_zonepath(zone_name, zpath, sizeof (zpath)) != Z_OK) { in zone_bootup() 1031 if (zone_get_zonepath(zone_name, zpath, sizeof (zpath)) != Z_OK) { in zone_graceful_shutdown() 1788 if (zone_get_zonepath(zone_name, zpath, sizeof (zpath)) != Z_OK) in brand_callback_init()
|
| H A D | vplat.c | 1692 if (zone_get_zonepath(zone_name, zonepath, sizeof (zonepath)) != Z_OK) { in mount_filesystems() 3716 if (zone_get_zonepath(zone_name, zonepath, sizeof (zonepath)) != Z_OK) { in validate_rootds_label() 5003 if (zone_get_zonepath(zone_name, zonepath, sizeof (zonepath)) != Z_OK) { in vplat_bringup() 5184 if (zone_get_zonepath(zone_name, zpath, sizeof (zpath)) != Z_OK) { in vplat_teardown()
|
| /titanic_44/usr/src/lib/brand/solaris10/s10_support/ |
| H A D | s10_support.c | 259 if (zone_get_zonepath(zonename, zonepath, sizeof (zonepath)) != Z_OK) in have_valid_ku()
|
| /titanic_44/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 513 if ((err = zone_get_zonepath(zent->zname, root, in lookup_zone_info() 887 if ((err = zone_get_zonepath(ze->zone_name, in crosscheck_zonepaths() 2815 if ((err = zone_get_zonepath(target_zone, checkpath, in verify_details() 2941 if ((err = zone_get_zonepath(target_zone, zonepath, in install_func() 3675 if ((err = zone_get_zonepath(source_zone, source_zonepath, in clone_func() 3682 if ((err = zone_get_zonepath(target_zone, zonepath, sizeof (zonepath))) in clone_func() 4021 if ((err = zone_get_zonepath(target_zone, zonepath, sizeof (zonepath))) in move_func() 4354 if ((err = zone_get_zonepath(target_zone, zonepath, sizeof (zonepath))) in detach_func() 4720 if ((err = zone_get_zonepath(target_zone, zonepath, in attach_func() 4961 if ((err = zone_get_zonepath(target_zone, zonepath, in uninstall_func()
|
| /titanic_44/usr/src/head/ |
| H A D | libzonecfg.h | 514 extern int zone_get_zonepath(char *, char *, size_t);
|
| /titanic_44/usr/src/cmd/devfsadm/ |
| H A D | devfsadm.c | 1574 if (zone_get_zonepath(name, zroot, sizeof (zroot)) != Z_OK) { in zone_pathcheck()
|