Lines Matching refs:avtab
42 static int bounds_insert_helper(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_helper() argument
45 int rc = avtab_insert(avtab, avtab_key, datum); in bounds_insert_helper()
56 static int bounds_insert_rule(sepol_handle_t *handle, avtab_t *avtab, in bounds_insert_rule() argument
61 avtab_datum_t *dup = avtab_search(avtab, avtab_key); in bounds_insert_rule()
64 rc = bounds_insert_helper(handle, avtab, avtab_key, datum); in bounds_insert_rule()
98 avtab_t *avtab, avtab_t *global, avtab_t *other, in bounds_expand_rule() argument
118 rc = bounds_insert_rule(handle, avtab, global, other, in bounds_expand_rule()
129 cond_av_list_t *cur, avtab_t *avtab, in bounds_expand_cond_rules() argument
137 rc = bounds_expand_rule(handle, p, avtab, global, other, parent, in bounds_expand_cond_rules()
150 avtab_t *avtab; member
162 return bounds_expand_rule(a->handle, a->p, a->avtab, NULL, NULL, in bounds_expand_rule_callback()
202 args.avtab = global_avtab; in bounds_expand_parent_rules()