Searched refs:avrulex_ioctl_table (Results 1 – 1 of 1) sorted by relevance
68 hashtab_t avrulex_ioctl_table; member1833 …rc = __cil_avrulex_ioctl_to_hashtable(args->avrulex_ioctl_table, kind, sepol_src->s.value, sepol_t… in __cil_avrulex_to_hashtable_helper()5052 hashtab_t avrulex_ioctl_table = NULL; in cil_binary_create_allocated_pdb() local5094 avrulex_ioctl_table = hashtab_create(avrulex_hash, avrulex_compare, AVRULEX_TABLE_SIZE); in cil_binary_create_allocated_pdb()5095 if (!avrulex_ioctl_table) { in cil_binary_create_allocated_pdb()5106 extra_args.avrulex_ioctl_table = avrulex_ioctl_table; in cil_binary_create_allocated_pdb()5127 rc = hashtab_map(avrulex_ioctl_table, __cil_avrulex_ioctl_to_policydb, pdb); in cil_binary_create_allocated_pdb()5203 hashtab_map(avrulex_ioctl_table, __cil_avrulex_ioctl_destroy, NULL); in cil_binary_create_allocated_pdb()5204 hashtab_destroy(avrulex_ioctl_table); in cil_binary_create_allocated_pdb()