Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcstrans.c107 context_map_node_t *trans_to_raw[N_BUCKETS]; member
366 for (ptr = domain->trans_to_raw[i]; ptr;) { in destroy_domain()
372 domain->trans_to_raw[i] = NULL; in destroy_domain()
647 if (add_to_hashtable(domain->trans_to_raw, map->trans, map) < 0) in add_cache()
1614 raw = find_in_hashtable(range, domain, domain->trans_to_raw); in untrans_context()
1645 lraw = find_in_hashtable(lrange, domain, domain->trans_to_raw); in untrans_context()
1669 uraw = find_in_hashtable(urange, domain, domain->trans_to_raw); in untrans_context()