FreeBSD kernel kern code
init_sysent.c File Reference
#include "opt_compat.h"
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
Include dependency graph for init_sysent.c:

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 []
 

Macro Definition Documentation

#define AS (   name)    (sizeof(struct name) / sizeof(register_t))

Definition at line 15 of file init_sysent.c.

#define compat (   n,
  name 
)    0, (sy_call_t *)nosys

Definition at line 20 of file init_sysent.c.

#define compat4 (   n,
  name 
)    0, (sy_call_t *)nosys

Definition at line 26 of file init_sysent.c.

#define compat7 (   n,
  name 
)    0, (sy_call_t *)nosys

Definition at line 32 of file init_sysent.c.

Variable Documentation

struct sysent sysent[]

Definition at line 36 of file init_sysent.c.

Referenced by syscall_deregister(), and syscall_register().