Home | History | Annotate | Download | only in src

Lines Matching defs:extra_args

377 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args)
379 struct cil_args_verify_order *args = extra_args;
415 struct cil_args_verify_order extra_args;
418 extra_args.flavor = &flavor;
420 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args);
873 int __cil_verify_booleanif_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args)
897 struct cil_complex_symtab *symtab = extra_args;
1336 int __cil_verify_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1344 struct cil_args_verify *args = extra_args;
1348 if (node == NULL || extra_args == NULL) {
1613 int __cil_pre_verify_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args)