Searched refs:ASL_MSG_KV_MASK (Results 1 – 2 of 2) sorted by relevance
272 switch (page->key[slot] & ASL_MSG_KV_MASK) in _asl_msg_slot_key()315 type = page->val[slot] & ASL_MSG_KV_MASK; in _asl_msg_slot_val()364 if ((page->key[i] & ASL_MSG_KV_MASK) == ASL_MSG_KV_EXTERN) in _asl_msg_free_page()370 if ((page->val[i] & ASL_MSG_KV_MASK) == ASL_MSG_KV_EXTERN) in _asl_msg_free_page()407 if ((x & ASL_MSG_KV_MASK) == ASL_MSG_KV_DICT) in _asl_msg_dump_kv()448 if ((x & ASL_MSG_KV_MASK) == ASL_MSG_KV_EXTERN) in _asl_msg_dump_kv()539 else if ((page->key[slot] & ASL_MSG_KV_MASK) == ASL_MSG_KV_DICT) in _asl_msg_index()543 else if ((page->key[slot] & ASL_MSG_KV_MASK) == ASL_MSG_KV_EXTERN) in _asl_msg_index()920 if ((page->val[slot] & ASL_MSG_KV_MASK) == ASL_MSG_KV_EXTERN) in _asl_msg_set_kvo()1069 if ((page->key[slot] & ASL_MSG_KV_MASK) == ASL_MSG_KV_EXTERN) in _asl_msg_set_kvo()[all …]
38 #define ASL_MSG_KV_MASK 0xc000 macro