#include "syscalltbl.h"
#include <stdlib.h>
#include <linux/compiler.h>
#include <libaudit.h>
Go to the source code of this file.
◆ syscalltbl__delete()
void syscalltbl__delete |
( |
struct syscalltbl * |
tbl | ) |
|
◆ syscalltbl__id()
int syscalltbl__id |
( |
struct syscalltbl * |
tbl, |
|
|
const char * |
name |
|
) |
| |
◆ syscalltbl__name()
const char* syscalltbl__name |
( |
const struct syscalltbl * |
tbl, |
|
|
int |
id |
|
) |
| |
◆ syscalltbl__new()
◆ syscalltbl__strglobmatch_first()
int syscalltbl__strglobmatch_first |
( |
struct syscalltbl * |
tbl, |
|
|
const char * |
syscall_glob, |
|
|
int * |
idx |
|
) |
| |
◆ syscalltbl__strglobmatch_next()
int syscalltbl__strglobmatch_next |
( |
struct syscalltbl *tbl |
__maybe_unused, |
|
|
const char *syscall_glob |
__maybe_unused, |
|
|
int *idx |
__maybe_unused |
|
) |
| |