Lines Matching refs:avtab_key
43 avtab_key_t *avtab_key, avtab_datum_t *datum) in bounds_insert_helper() argument
45 int rc = avtab_insert(avtab, avtab_key, datum); in bounds_insert_helper()
58 avtab_key_t *avtab_key, avtab_datum_t *datum) 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()
75 dup = avtab_search(other, avtab_key); in bounds_insert_rule()
79 dup = avtab_search(global, avtab_key); in bounds_insert_rule()
84 avtab_key, &d); in bounds_insert_rule()
103 avtab_key_t avtab_key; in bounds_expand_rule() local
108 avtab_key.specified = AVTAB_ALLOWED; in bounds_expand_rule()
109 avtab_key.target_class = class; in bounds_expand_rule()
113 avtab_key.source_type = parent; in bounds_expand_rule()
117 avtab_key.target_type = i + 1; in bounds_expand_rule()
119 &avtab_key, &datum); in bounds_expand_rule()
125 avtab_key.target_type = parent; in bounds_expand_rule()
129 avtab_key.source_type = i + 1; in bounds_expand_rule()
131 &avtab_key, &datum); in bounds_expand_rule()
262 avtab_key_t *avtab_key, uint32_t data) in bounds_not_covered() argument
264 avtab_datum_t *datum = avtab_search(cur_avtab, avtab_key); in bounds_not_covered()
268 datum = avtab_search(global_avtab, avtab_key); in bounds_not_covered()
302 avtab_key_t avtab_key; in bounds_check_rule() local
308 avtab_key.specified = AVTAB_ALLOWED; in bounds_check_rule()
309 avtab_key.target_class = class; in bounds_check_rule()
312 avtab_key.source_type = parent; in bounds_check_rule()
316 avtab_key.target_type = i + 1; in bounds_check_rule()
318 &avtab_key, data); in bounds_check_rule()
322 avtab_key.target_type = td->bounds; in bounds_check_rule()
324 &avtab_key, data); in bounds_check_rule()
333 avtab_key.target_type = parent; in bounds_check_rule()
337 avtab_key.source_type = i + 1; in bounds_check_rule()
338 if (avtab_key.source_type == child) { in bounds_check_rule()
343 &avtab_key, data); in bounds_check_rule()
347 avtab_key.source_type = td->bounds; in bounds_check_rule()
349 &avtab_key, data); in bounds_check_rule()