Lines Matching defs:extra_args
1968 static int __cil_cond_to_policydb_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args)
1972 struct cil_args_booleanif *args = extra_args;
3821 static int __cil_node_to_policydb(struct cil_tree_node *node, void *extra_args)
3825 struct cil_args_binary *args = extra_args;
4003 static int __cil_binary_create_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
4022 rc = __cil_node_to_policydb(node, extra_args);
5048 struct cil_args_binary extra_args;
5102 extra_args.db = db;
5103 extra_args.pdb = pdb;
5104 extra_args.neverallows = neverallows;
5105 extra_args.role_trans_table = role_trans_table;
5106 extra_args.avrulex_ioctl_table = avrulex_ioctl_table;
5107 extra_args.type_value_to_cil = type_value_to_cil;
5110 extra_args.pass = i;
5112 rc = cil_tree_walk(db->ast->root, __cil_binary_create_helper, NULL, NULL, &extra_args);