Home | History | Annotate | Download | only in src

Lines Matching defs:extra_args

330 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
332 struct cil_db *db = extra_args;
432 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
434 struct cil_db *db = extra_args;
1230 static int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1233 struct cil_db *db = extra_args;
1331 static int __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1334 struct cil_db *db = extra_args;
1421 static int __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1424 struct cil_db *db = extra_args;
1519 static int __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1522 struct cil_db *db = extra_args;
1874 static int __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1877 struct cil_db *db = extra_args;
2002 struct cil_args_verify extra_args;
2007 extra_args.db = db;
2008 extra_args.csymtab = &csymtab;
2009 extra_args.avrule_cnt = &avrule_cnt;
2010 extra_args.handleunknown = &handleunknown;
2011 extra_args.mls = &mls;
2012 extra_args.nseuserdflt = &nseuserdflt;
2013 extra_args.pass = &pass;
2016 rc = cil_tree_walk(db->ast->root, __cil_verify_helper, NULL, NULL, &extra_args);
2059 struct cil_args_verify extra_args;
2061 extra_args.db = db;
2063 rc = cil_tree_walk(db->ast->root, __cil_pre_verify_helper, NULL, NULL, &extra_args);