Lines Matching refs:slabel
56 m_label_t *slabel; in getzonelabelbyid() local
58 if ((slabel = m_label_alloc(MAC_LABEL)) == NULL) in getzonelabelbyid()
61 if (zone_getattr(zoneid, ZONE_ATTR_SLBL, slabel, in getzonelabelbyid()
63 m_label_free(slabel); in getzonelabelbyid()
68 return (slabel); in getzonelabelbyid()
198 m_label_t *slabel; in getlabelbypath() local
232 slabel = m_label_alloc(MAC_LABEL); in getlabelbypath()
233 if (slabel == NULL) { in getlabelbypath()
261 if (zone_getattr(zids[i], ZONE_ATTR_SLBL, slabel, in getlabelbypath()
266 return (slabel); in getlabelbypath()
270 bsllow(slabel); in getlabelbypath()
271 return (slabel); in getlabelbypath()