Searched refs:syscall_fmt (Results 1 – 1 of 1) sorted by relevance
114 struct syscall_fmt { struct915 static const struct syscall_fmt syscall_fmts[] = {1173 const struct syscall_fmt *fmt = fmtp; in syscall_fmt__cmp()1177 static const struct syscall_fmt *__syscall_fmt__find(const struct syscall_fmt *fmts, in __syscall_fmt__find()1181 return bsearch(name, fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp); in __syscall_fmt__find()1184 static const struct syscall_fmt *syscall_fmt__find(const char *name) in syscall_fmt__find()1190 static const struct syscall_fmt *__syscall_fmt__find_by_alias(const struct syscall_fmt *fmts, in __syscall_fmt__find_by_alias()1203 static const struct syscall_fmt *syscall_fmt__find_by_alias(const char *alias) in syscall_fmt__find_by_alias()1228 const struct syscall_fmt *fmt;4438 const struct syscall_fmt *scfmt = syscall_fmt__find(name);[all …]