Lines Matching refs:sepol_bool
797 cond_bool_datum_t *sepol_bool = cil_malloc(sizeof(*sepol_bool));
798 memset(sepol_bool, 0, sizeof(cond_bool_datum_t));
801 rc = symtab_insert(pdb, SYM_BOOLS, key, sepol_bool, SCOPE_DECL, 0, &value);
805 sepol_bool->s.value = value;
806 sepol_bool->state = cil_bool->value;
812 free(sepol_bool);
1625 cond_bool_datum_t *sepol_bool = hashtab_search(pdb->p_bools.table, key);
1626 if (sepol_bool == NULL) {
1633 (*head)->bool = sepol_bool->s.value;