Lines Matching refs:MAC_LABEL_NULL_SLOT
44 #define MAC_LABEL_NULL_SLOT (void *)~0ULL macro
52 MAC_LABEL_NULL_SLOT,
53 MAC_LABEL_NULL_SLOT,
54 MAC_LABEL_NULL_SLOT,
57 MAC_LABEL_NULL_SLOT,
58 MAC_LABEL_NULL_SLOT,
59 MAC_LABEL_NULL_SLOT,
60 MAC_LABEL_NULL_SLOT,
63 MAC_LABEL_NULL_SLOT,
182 return (p == 0) ? (intptr_t)MAC_LABEL_NULL_SLOT : p; in mac_label_slot_encode()
188 return (p == (intptr_t)MAC_LABEL_NULL_SLOT) ? 0 : p; in mac_label_slot_decode()
215 if (v == (intptr_t)MAC_LABEL_NULL_SLOT) { in mac_label_set()