Lines Matching refs:zid_label
166 static m_label_t *zid_label = NULL; variable
3922 if (zid_label == NULL) { in tsol_mounts()
3923 zid_label = m_label_alloc(MAC_LABEL); in tsol_mounts()
3924 if (zid_label == NULL) in tsol_mounts()
4061 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, zid_label, in tsol_mounts()
4084 if ((bldominates(zlabel, zid_label)) && in tsol_mounts()
4124 } else if ((bldominates(zid_label, zlabel)) && in tsol_mounts()
4198 if (zid_label == NULL) { in tsol_unmounts()
4199 zid_label = m_label_alloc(MAC_LABEL); in tsol_unmounts()
4200 if (zid_label == NULL) in tsol_unmounts()
4248 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, zid_label, in tsol_unmounts()
4258 if (zlabel != NULL && bldominates(zid_label, zlabel)) { in tsol_unmounts()