Lines Matching refs:slabel
54 m_label_t *slabel; in getzonelabelbyid() local
56 if ((slabel = m_label_alloc(MAC_LABEL)) == NULL) in getzonelabelbyid()
59 if (zone_getattr(zoneid, ZONE_ATTR_SLBL, slabel, in getzonelabelbyid()
61 m_label_free(slabel); in getzonelabelbyid()
66 return (slabel); in getzonelabelbyid()
196 m_label_t *slabel; in getlabelbypath() local
230 slabel = m_label_alloc(MAC_LABEL); in getlabelbypath()
231 if (slabel == NULL) { in getlabelbypath()
259 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, slabel, in getlabelbypath()
264 return (slabel); in getlabelbypath()
268 bsllow(slabel); in getlabelbypath()
269 return (slabel); in getlabelbypath()