Lines Matching refs:extra_args
565 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
567 struct cil_db *db = extra_args;
673 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
675 struct cil_db *db = extra_args;
1505 static int __cil_post_db_neverallow_attr_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args)
1534 static int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1537 struct cil_db *db = extra_args;
1635 static int __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1638 struct cil_db *db = extra_args;
1721 static int __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1724 struct cil_db *db = extra_args;
1815 static int __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1818 struct cil_db *db = extra_args;
2190 static int __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
2193 struct cil_db *db = extra_args;
2248 static int __cil_post_report_conflict(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
2250 struct cil_list_item *li = extra_args;
2467 struct cil_args_verify extra_args;
2472 extra_args.db = db;
2473 extra_args.csymtab = &csymtab;
2474 extra_args.avrule_cnt = &avrule_cnt;
2475 extra_args.handleunknown = &handleunknown;
2476 extra_args.mls = &mls;
2477 extra_args.nseuserdflt = &nseuserdflt;
2478 extra_args.pass = &pass;
2481 rc = cil_tree_walk(db->ast->root, __cil_verify_helper, NULL, NULL, &extra_args);
2524 struct cil_args_verify extra_args;
2526 extra_args.db = db;
2528 rc = cil_tree_walk(db->ast->root, __cil_pre_verify_helper, NULL, NULL, &extra_args);