Searched refs:filter_term (Results 1 – 1 of 1) sorted by relevance
241 struct filter_term { struct242 STAILQ_ENTRY(filter_term) entries;250 static bool term_matches_any_syscall(const struct filter_term *); argument252 static STAILQ_HEAD(, filter_term) filter_terms =442 struct filter_term *term; in add_syscall_filter()521 term_matches(const struct filter_term *term, const char *name, u_int number) in term_matches()547 term_matches_any_syscall(const struct filter_term *term) in term_matches_any_syscall()576 const struct filter_term *term; in syscall_filter_match()