Lines Matching refs:policydb_t
97 static int bounds_expand_rule(sepol_handle_t *handle, policydb_t *p, in bounds_expand_rule()
128 static int bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_cond_rules()
149 policydb_t *p;
187 static int bounds_expand_parent_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_parent_rules()
283 static int bounds_check_rule(sepol_handle_t *handle, policydb_t *p, in bounds_check_rule()
326 static int bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_cond_rules()
354 policydb_t *p;
375 static int bounds_check_child_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_child_rules()
417 int bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child, in bounds_check_type()
439 policydb_t *p;
443 static void bounds_report(sepol_handle_t *handle, policydb_t *p, uint32_t child, in bounds_report()
491 int bounds_check_types(sepol_handle_t *handle, policydb_t *p) in bounds_check_types()
537 int bounds_check_roles(sepol_handle_t *handle, policydb_t *p) in bounds_check_roles()
580 int bounds_check_users(sepol_handle_t *handle, policydb_t *p) in bounds_check_users()
605 policydb_t *p = a->p; \
645 int hierarchy_add_bounds(sepol_handle_t *handle, policydb_t *p) in add_hierarchy_callback_template()
673 int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p) in hierarchy_check_constraints()