Home
last modified time | relevance | path

Searched refs:zid_label (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c158 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()
[all …]