Lines Matching refs:syscall_fmt
105 struct syscall_fmt {
907 static struct syscall_fmt syscall_fmts[] = {
1158 const struct syscall_fmt *fmt = fmtp;
1162 static struct syscall_fmt *__syscall_fmt__find(struct syscall_fmt *fmts, const int nmemb, const char *name)
1164 return bsearch(name, fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp);
1167 static struct syscall_fmt *syscall_fmt__find(const char *name)
1173 static struct syscall_fmt *__syscall_fmt__find_by_alias(struct syscall_fmt *fmts, const int nmemb, const char *alias)
1185 static struct syscall_fmt *syscall_fmt__find_by_alias(const char *alias)
1210 struct syscall_fmt *fmt;
4515 struct syscall_fmt *scfmt = syscall_fmt__find(name);
4582 struct syscall_fmt *fmt;