Home
last modified time | relevance | path

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

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