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.c1716 ebitmap_t *hashtab_xperms; in __cil_avrulex_ioctl_to_hashtable() local
1740 hashtab_xperms = (ebitmap_t *)hashtab_search(h, (hashtab_key_t)avtab_key); in __cil_avrulex_ioctl_to_hashtable()
1741 if (!hashtab_xperms) { in __cil_avrulex_ioctl_to_hashtable()
1742 hashtab_xperms = cil_malloc(sizeof(*hashtab_xperms)); in __cil_avrulex_ioctl_to_hashtable()
1743 rc = ebitmap_cpy(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
1748 rc = hashtab_insert(h, (hashtab_key_t)avtab_key, hashtab_xperms); in __cil_avrulex_ioctl_to_hashtable()
1755 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()