FreeBSD kernel kern code
|
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
Go to the source code of this file.
Macros | |
#define | AS(name) (sizeof(struct name) / sizeof(register_t)) |
#define | compat(n, name) 0, (sy_call_t *)nosys |
#define | compat4(n, name) 0, (sy_call_t *)nosys |
#define | compat7(n, name) 0, (sy_call_t *)nosys |
Variables | |
struct sysent | sysent [] |
Definition at line 15 of file init_sysent.c.
Definition at line 20 of file init_sysent.c.
Definition at line 26 of file init_sysent.c.
Definition at line 32 of file init_sysent.c.
struct sysent sysent[] |
Definition at line 36 of file init_sysent.c.
Referenced by syscall_deregister(), and syscall_register().