Home
last modified time | relevance | path

Searched refs:audit_watch_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Daudit.h273 extern char *audit_watch_path(struct audit_watch *watch);
312 #define audit_watch_path(w) "" macro
H A Dauditfilter.c671 audit_watch_path(krule->watch)); in audit_krule_to_data()
736 if (strcmp(audit_watch_path(a->watch), in audit_compare_rule()
737 audit_watch_path(b->watch))) in audit_compare_rule()
H A Daudit_watch.c123 char *audit_watch_path(struct audit_watch *watch) in audit_watch_path() function