Lines Matching refs:p_zone
151 if (!ZONE_IS_BRANDED(p->p_zone)) in exec_common()
171 if (ZONE_IS_BRANDED(p->p_zone) && !PROC_IS_BRANDED(p)) in exec_common()
671 zone_hold(pp->p_zone); in gexec()
673 ret = vnodetopath(pp->p_zone->zone_rootvp, vp, path, in gexec()
681 zcmn_err(pp->p_zone->zone_id, CE_NOTE, in gexec()
685 zcmn_err(pp->p_zone->zone_id, CE_NOTE, in gexec()
689 pp->p_zone), exec_file); in gexec()
696 pp->p_zone->zone_name, cred->cr_uid, in gexec()
697 pp->p_zone->zone_rootpath, path + 1); in gexec()
701 "file=%s", pp->p_zone->zone_name, in gexec()
709 zone_rele(pp->p_zone); in gexec()