Lines Matching refs:syscalltbl
8 #include "syscalltbl.h"
63 static int syscalltbl__init_native(struct syscalltbl *tbl)
90 struct syscalltbl *syscalltbl__new(void)
92 struct syscalltbl *tbl = malloc(sizeof(*tbl));
102 void syscalltbl__delete(struct syscalltbl *tbl)
108 const char *syscalltbl__name(const struct syscalltbl *tbl __maybe_unused, int id)
113 int syscalltbl__id(struct syscalltbl *tbl, const char *name)
122 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx)
137 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx)
147 struct syscalltbl *syscalltbl__new(void)
149 struct syscalltbl *tbl = zalloc(sizeof(*tbl));
155 void syscalltbl__delete(struct syscalltbl *tbl)
160 const char *syscalltbl__name(const struct syscalltbl *tbl, int id)
165 int syscalltbl__id(struct syscalltbl *tbl, const char *name)
170 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl __maybe_unused,
176 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx)