Searched refs:sysent (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsysent.h41 struct sysent { /* system call table */ struct
55 extern struct sysent sysent[];
/darwin-on-arm/xnu/bsd/kern/
H A Dmakesyscalls.sh47 switchname="sysent"
51 syslegal="sysent.syslegal.$$"
52 sysent="sysent.switch.$$"
60 trap "rm $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile" 0
62 touch $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile
126 sysent = \"$sysent\"
174 printf "\n/* The casts are bogus but will do for now. */\n" > sysent
175 printf "__private_extern__ const struct sysent
[all...]
H A Dbsd_stubs.c43 #include <sys/sysent.h>
H A Dsysv_shm.c80 #include <sys/sysent.h>
H A Dsysv_sem.c59 #include <sys/sysent.h>
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_syscalls.c76 #include <sys/sysent.h>
106 struct sysent *callp;
153 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
154 if (__improbable(callp == sysent)) {
160 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
270 struct sysent *callp;
281 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[cod
[all...]
H A Dunix_signals.c44 #include <sys/sysent.h>
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c47 #include <sys/sysent.h>
97 struct sysent *callp;
140 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
142 if (__improbable(callp == sysent)) {
145 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
279 struct sysent *callp;
316 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[cod
[all...]
H A Dunix_signal.c46 #include <sys/sysent.h>
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c85 #include <sys/sysent.h>
347 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
349 systrace_sysent_t *sysent = *interposed; local
352 if (sysent == NULL) {
353 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
358 struct sysent *a = &actual[i];
359 systrace_sysent_t *s = &sysent[i];
378 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
381 systrace_sysent_t *ssysent = *interposed; /* Avoid sysent shadow warning
382 from bsd/sys/sysent
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c69 #include <../bsd/sys/sysent.h>
H A Dbsd_i386.c70 #include <../bsd/sys/sysent.h>
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_klib.c42 #include <sys/sysent.h>
H A Daudit_worker.c50 #include <sys/sysent.h>
H A Daudit.c57 #include <sys/sysent.h>
H A Daudit_arg.c56 #include <sys/sysent.h>
H A Daudit_syscalls.c55 #include <sys/sysent.h>
H A Daudit_session.c40 #include <sys/sysent.h>
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c2108 #include <sys/sysent.h>

Completed in 119 milliseconds