Lines Matching refs:decl
2088 * has been appended to its home decl->avrules list during link
2735 avrule_decl_t *decl = curblock->enabled;
2738 if (decl == NULL) {
2744 if (copy_role_allows(state, decl->role_allow_rules) != 0 ||
2745 copy_role_trans(state, decl->role_tr_rules) != 0) {
2749 if (expand_filename_trans(state, decl->filename_trans_rules))
2753 if (expand_range_trans(state, decl->range_tr_rules))
2757 cur_avrule = decl->avrules;
2783 if (cond_node_copy(state, decl->cond_list))
2836 avrule_decl_t *decl;
2847 * its avrule list to the current decl->avrules list. On the other
2851 * so we won't have to worry about removing it from decl->cond_list
2858 decl = block->enabled;
2859 if (decl == NULL || decl->enabled == 0)
2862 tail = decl->avrules;
2866 for (cur_node = decl->cond_list; cur_node != NULL;
2915 tail = decl->avrules = to_be_appended;
2924 /* Update the tail of decl->avrules for
2947 * of its home decl depending on its state value, so that the effect
3096 avrule_decl_t *decl = curblock->enabled;
3098 if (decl == NULL) {
3105 (decl->p_types.table, attr_convert_callback, &state)) {
3111 (decl->p_roles.table, role_copy_callback, &state))
3116 (decl->p_users.table, user_copy_callback, &state))