Lines Matching defs:handle

42 static int bounds_insert_helper(sepol_handle_t *handle, avtab_t *avtab,  in bounds_insert_helper()
56 static int bounds_insert_rule(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_rule()
97 static int bounds_expand_rule(sepol_handle_t *handle, policydb_t *p, in bounds_expand_rule()
126 static int bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_cond_rules()
146 sepol_handle_t *handle; member
185 static int bounds_expand_parent_rules(sepol_handle_t *handle, policydb_t *p, in bounds_expand_parent_rules()
262 static int bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, in bounds_add_bad()
281 static int bounds_check_rule(sepol_handle_t *handle, policydb_t *p, in bounds_check_rule()
322 static int bounds_check_cond_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_cond_rules()
349 sepol_handle_t *handle; member
371 static int bounds_check_child_rules(sepol_handle_t *handle, policydb_t *p, in bounds_check_child_rules()
413 int bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child, in bounds_check_type()
434 sepol_handle_t *handle; member
439 static void bounds_report(sepol_handle_t *handle, policydb_t *p, uint32_t child, in bounds_report()
490 int bounds_check_types(sepol_handle_t *handle, policydb_t *p) in bounds_check_types()
536 int bounds_check_roles(sepol_handle_t *handle, policydb_t *p) in bounds_check_roles()
579 int bounds_check_users(sepol_handle_t *handle, policydb_t *p) in bounds_check_users()
672 int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p) in hierarchy_check_constraints()