Searched refs:zone_get_zonepath (Results 1 – 8 of 8) sorted by relevance
| /titanic_53/usr/src/lib/libzonecfg/common/ |
| H A D | mapfile-vers | 236 zone_get_zonepath;
|
| H A D | libzonecfg.c | 1394 if ((err = zone_get_zonepath(zname, path, sizeof (path))) in zonecfg_detach_save() 1463 if (zone_get_zonepath(zname, path, sizeof (path)) != Z_OK) in zonecfg_rm_detached() 5403 zone_get_zonepath(char *zone_name, char *zonepath, size_t rp_sz) in zone_get_zonepath() function 5474 if ((err = zone_get_zonepath(zone_name, rootpath, rp_sz)) != Z_OK) in zone_get_rootpath() 5542 if ((err = zone_get_zonepath(zone_name, devroot, rp_sz)) != Z_OK) in zone_get_devroot()
|
| /titanic_53/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 | 1693 if (zone_get_zonepath(zone_name, zonepath, sizeof (zonepath)) != Z_OK) { in mount_filesystems() 3717 if (zone_get_zonepath(zone_name, zonepath, sizeof (zonepath)) != Z_OK) { in validate_rootds_label() 5005 if (zone_get_zonepath(zone_name, zonepath, sizeof (zonepath)) != Z_OK) { in vplat_bringup() 5186 if (zone_get_zonepath(zone_name, zpath, sizeof (zpath)) != Z_OK) { in vplat_teardown()
|
| /titanic_53/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_53/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 514 if ((err = zone_get_zonepath(zent->zname, root, in lookup_zone_info() 888 if ((err = zone_get_zonepath(ze->zone_name, in crosscheck_zonepaths() 2816 if ((err = zone_get_zonepath(target_zone, checkpath, in verify_details() 2942 if ((err = zone_get_zonepath(target_zone, zonepath, in install_func() 3677 if ((err = zone_get_zonepath(source_zone, source_zonepath, in clone_func() 3684 if ((err = zone_get_zonepath(target_zone, zonepath, sizeof (zonepath))) in clone_func() 4023 if ((err = zone_get_zonepath(target_zone, zonepath, sizeof (zonepath))) in move_func() 4356 if ((err = zone_get_zonepath(target_zone, zonepath, sizeof (zonepath))) in detach_func() 4722 if ((err = zone_get_zonepath(target_zone, zonepath, in attach_func() 4963 if ((err = zone_get_zonepath(target_zone, zonepath, in uninstall_func()
|
| /titanic_53/usr/src/head/ |
| H A D | libzonecfg.h | 514 extern int zone_get_zonepath(char *, char *, size_t);
|
| /titanic_53/usr/src/cmd/devfsadm/ |
| H A D | devfsadm.c | 1575 if (zone_get_zonepath(name, zroot, sizeof (zroot)) != Z_OK) { in zone_pathcheck()
|