Home
last modified time | relevance | path

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

/freebsd/usr.bin/truss/
H A Dsyscall_filter.c213 struct syscall_group { struct
220 static const struct syscall_group syscall_groups[] = { argument
243 const struct syscall_group *group; /* @group term, else NULL */
282 static const struct syscall_group *
294 static bool group_selects(const struct syscall_group *, const char *, u_int,
343 const struct syscall_group *ref; in member_matches()
384 group_selects(const struct syscall_group *group, const char *name, u_int number, in group_selects()