Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c1614 ebitmap_t *hashtab_xperms; in __cil_avrulex_ioctl_to_hashtable() local
1638 hashtab_xperms = (ebitmap_t *)hashtab_search(h, (hashtab_key_t)avtab_key); in __cil_avrulex_ioctl_to_hashtable()
1639 if (!hashtab_xperms) { in __cil_avrulex_ioctl_to_hashtable()
1640 hashtab_xperms = cil_malloc(sizeof(*hashtab_xperms)); in __cil_avrulex_ioctl_to_hashtable()
1641 rc = ebitmap_cpy(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
1646 rc = hashtab_insert(h, (hashtab_key_t)avtab_key, hashtab_xperms); in __cil_avrulex_ioctl_to_hashtable()
1653 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()