Lines Matching defs:args
246 static int __add_classes_from_map_perms(__attribute__((unused)) hashtab_key_t k, hashtab_datum_t d, void *args)
248 struct cil_list *class_list = args;
354 struct cil_args_find *args = extra_args;
366 if (node->flavor == args->flavor) {
367 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self);
378 struct cil_args_find args;
380 args.flavor = flavor;
381 args.target = target;
382 args.matching = matching;
383 args.match_self = match_self;
385 rc = cil_tree_walk(current, __cil_find_matching_avrule_in_ast, NULL, NULL, &args);