Home
last modified time | relevance | path

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

/xnu-8019.80.24/security/
H A Dmac_label.c82 struct label tmp_label = empty_label; in mac_labelzone_alloc() local
83 zalloc_ro_update_elem(ZONE_ID_MAC_LABEL, label, &tmp_label); in mac_labelzone_alloc()
96 struct label tmp_label = empty_label; member
100 tmp_label.l_owner = labelp;
101 zalloc_ro_update_elem(ZONE_ID_MAC_LABEL, label, &tmp_label);