| /src/sys/kern/ |
| init_sysent.c | 146 struct sysent sysent[] = { variable in typeref:struct:sysent
|
| init_sysent.c | 146 struct sysent sysent[] = { variable in typeref:struct:sysent
|
| /src/sys/sys/ |
| systm.h | 66 struct sysent; 126 extern struct sysent { /* system call table */ struct 133 } sysent[]; 157 #define SYCALL_NOSYS 0x2000000 /* permanent nosys in sysent[] */ 618 int trace_enter(register_t, const struct sysent *, const void *); 619 void trace_exit(register_t, const struct sysent *, const void *,
|
| systm.h | 66 struct sysent; 126 extern struct sysent { /* system call table */ struct 133 } sysent[]; 157 #define SYCALL_NOSYS 0x2000000 /* permanent nosys in sysent[] */ 618 int trace_enter(register_t, const struct sysent *, const void *); 619 void trace_exit(register_t, const struct sysent *, const void *,
|