Lines Matching refs:syscalltbl
8 #include "syscalltbl.h"
67 static int syscalltbl__init_native(struct syscalltbl *tbl)
94 struct syscalltbl *syscalltbl__new(void)
96 struct syscalltbl *tbl = malloc(sizeof(*tbl));
106 void syscalltbl__delete(struct syscalltbl *tbl)
112 const char *syscalltbl__name(const struct syscalltbl *tbl __maybe_unused, int id)
117 int syscalltbl__id(struct syscalltbl *tbl, const char *name)
126 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx)
141 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx)
151 struct syscalltbl *syscalltbl__new(void)
153 struct syscalltbl *tbl = zalloc(sizeof(*tbl));
159 void syscalltbl__delete(struct syscalltbl *tbl)
164 const char *syscalltbl__name(const struct syscalltbl *tbl, int id)
169 int syscalltbl__id(struct syscalltbl *tbl, const char *name)
174 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl __maybe_unused,
180 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx)