Searched refs:rule (Results 1 – 13 of 13) sorted by relevance
100 return rule_values_hash(rule->type, rule->target); in rule_hash()210 struct rule *rule; in kabi_read_rules() local231 rule = xmalloc(sizeof(*rule)); in kabi_read_rules()237 hash_add(rules, &rule->hash, rule_hash(rule)); in kabi_read_rules()240 rule->target, rule->value); in kabi_read_rules()261 struct rule *rule; in find_rule() local280 struct rule *rule; in find_enumerator_rule() local323 struct rule *rule; in kabi_get_enumerator_value() local337 struct rule *rule; in kabi_get_byte_size() local350 struct rule *rule; in kabi_get_type_string() local[all …]
4 /// The first rule finds such a reassignment and the second rule checks
28 // Dummy rule for report mode that would otherwise be empty and make spatch
18 /// this kind were cleaned-up from the kernel. This cocci rule checks that
74 // position @q with rule "only_field" simplifies
13 /// false positives. There is no rule for the request_region and
120 // This rule may lead to inconsistent path problems, if E is defined in two
214 // It is need because the previous rule as already made a "change".
293 for rule in exclude_rules:294 if rule.match(fpath):
92 # The rule defined shall write to stdout the content of the new file.160 # if_changed_rule - as if_changed but execute rule instead
188 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
6 /// Note in particular that there are no ...s in the rule, so all of the
257 # is a kernel tree. Otherwise, we fall back to the generic rule provided
Completed in 14 milliseconds