Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py156 if options.listtype == 'flags':
160 elif options.listtype == 'recipes':
163 elif options.listtype == 'all':
/openbmc/linux/kernel/
H A Daudit.h342 extern int audit_filter(int msgtype, unsigned int listtype);
H A Dauditfilter.c1331 int audit_filter(int msgtype, unsigned int listtype) in audit_filter() argument
1337 list_for_each_entry_rcu(e, &audit_filter_list[listtype], list) { in audit_filter()
1392 if (e->rule.action == AUDIT_NEVER || listtype == AUDIT_FILTER_EXCLUDE) in audit_filter()