Searched refs:zone_get_rootpath (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/brand/solaris10/s10_support/ |
H A D | s10_support.c | 351 if (zone_get_rootpath(zonename, zoneroot, sizeof (zoneroot)) != Z_OK)
|
/illumos-gate/usr/src/cmd/wall/ |
H A D | wall.c | 301 (void) zone_get_rootpath(zonename, root, sizeof (root));
|
/illumos-gate/usr/src/head/ |
H A D | libzonecfg.h | 531 extern int zone_get_rootpath(char *, char *, size_t);
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 639 if (zone_get_rootpath(zone_name, 892 if (zone_get_rootpath(zone_name, zpath, sizeof (zpath)) != Z_OK) {
|
H A D | vplat.c | 638 if (zone_get_rootpath(zone_name, zroot, sizeof (zroot)) != Z_OK) { 1400 if (zone_get_rootpath(tmp, fromdir, sizeof (fromdir)) == Z_OK && 1699 if (zone_get_rootpath(zone_name, rootpath, sizeof (rootpath)) != Z_OK) { 4774 if (zone_get_rootpath(zone_name, rootpath, sizeof (rootpath)) != Z_OK) { 5156 if (zone_get_rootpath(zone_name, zroot, sizeof (zroot)) != Z_OK) {
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 882 err = zone_get_rootpath(a_zoneName, lzRootPath, sizeof (lzRootPath));
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 888 static int (*zone_get_rootpath)(char *, char *, size_t); 898 if (zone_get_rootpath == NULL) { 904 if ((sym = dlsym(dl, "zone_get_rootpath")) == NULL) { 909 zone_get_rootpath = (int(*)(char *, char *, size_t))sym; 926 if (zone_get_rootpath(zone, root, sizeof (root)) != Z_OK) {
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 467 (void) zone_get_rootpath(g_zonename, root, sizeof (root));
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 5005 if ((err = zone_get_rootpath(target_zone, rootpath,
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5627 zone_get_rootpath(char *zone_name, char *rootpath, size_t rp_sz) function
|
Completed in 212 milliseconds