Searched defs:sepol_bool (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
H A Dboolean_record.c8 struct sepol_bool { struct
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c797 cond_bool_datum_t *sepol_bool = cil_malloc(sizeof(*sepol_bool)); local
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); local
1626 if (sepol_bool == NULL) {
1633 (*head)->bool = sepol_bool
[all...]

Completed in 93 milliseconds