Searched refs:zone_get_rootpath (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c351 if (zone_get_rootpath(zonename, zoneroot, sizeof (zoneroot)) != Z_OK)
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c301 (void) zone_get_rootpath(zonename, root, sizeof (root));
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h531 extern int zone_get_rootpath(char *, char *, size_t);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c639 if (zone_get_rootpath(zone_name,
892 if (zone_get_rootpath(zone_name, zpath, sizeof (zpath)) != Z_OK) {
H A Dvplat.c638 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 Dzones.c882 err = zone_get_rootpath(a_zoneName, lzRootPath, sizeof (lzRootPath));
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c888 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 Dsvcs.c467 (void) zone_get_rootpath(g_zonename, root, sizeof (root));
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c5005 if ((err = zone_get_rootpath(target_zone, rootpath,
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5627 zone_get_rootpath(char *zone_name, char *rootpath, size_t rp_sz) function

Completed in 212 milliseconds