Lines Matching refs:zid_label
158 static m_label_t *zid_label = NULL; variable
3810 if (zid_label == NULL) { in tsol_mounts()
3811 zid_label = m_label_alloc(MAC_LABEL); in tsol_mounts()
3812 if (zid_label == NULL) in tsol_mounts()
3949 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, zid_label, in tsol_mounts()
3972 if ((bldominates(zlabel, zid_label)) && in tsol_mounts()
4012 } else if ((bldominates(zid_label, zlabel)) && in tsol_mounts()
4086 if (zid_label == NULL) { in tsol_unmounts()
4087 zid_label = m_label_alloc(MAC_LABEL); in tsol_unmounts()
4088 if (zid_label == NULL) in tsol_unmounts()
4136 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, zid_label, in tsol_unmounts()
4146 if (zlabel != NULL && bldominates(zid_label, zlabel)) { in tsol_unmounts()