Lines Matching defs:extra_args
525 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args)
527 struct cil_args_verify_order *args = extra_args;
563 struct cil_args_verify_order extra_args;
566 extra_args.flavor = &flavor;
568 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args);
1022 static int __cil_verify_booleanif_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args)
1046 struct cil_complex_symtab *symtab = extra_args;
1525 int __cil_verify_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args)
1533 struct cil_args_verify *args = extra_args;
1537 if (node == NULL || extra_args == NULL) {
1833 int __cil_pre_verify_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args)