Lines Matching defs:zoneid
231 getnfspathbyautofs(struct mntlist *mlist, zoneid_t zoneid,
247 if (zone_getattr(zoneid, ZONE_ATTR_NAME, zonename,
353 getglobalpath(const char *path, zoneid_t zoneid, struct mntlist *mlist,
362 if (zoneid != GLOBAL_ZONEID) {
365 if ((prefix = getzonerootbyid(zoneid)) == NULL) {
395 if (zoneid > GLOBAL_ZONEID) {
401 if (getnfspathbyautofs(mlist, zoneid, m,
426 if ((zoneid > GLOBAL_ZONEID) &&
445 if (zone_getattr(zoneid, ZONE_ATTR_NAME,
470 zoneid_t zoneid;
488 if ((zoneid = getzoneidbylabel(sl)) == -1)
498 if (getglobalpath(path_name, zoneid, mlist, ret_path) == 0) {