Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dpolicydb.h274 struct cond_bool_datum **bool_val_to_struct; member
H A Dservices.c3073 (*values)[i] = policydb->bool_val_to_struct[i]->state; in security_get_bools()
3132 int old_state = newpolicy->policydb.bool_val_to_struct[i]->state; in security_set_bools()
3143 newpolicy->policydb.bool_val_to_struct[i]->state = new_state; in security_set_bools()
3189 rc = policydb->bool_val_to_struct[index]->state; in security_get_bool_value()