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

/xnu-2782.1.97/bsd/sys/
H A Dsysent.h43 struct sysent { /* system call table */ struct
56 extern struct sysent sysent[];
/xnu-2782.1.97/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>
/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c47 #include <sys/sysent.h>
85 struct sysent *callp;
126 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
128 if (__improbable(callp == sysent)) {
131 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
262 struct sysent *callp;
298 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[cod
[all...]
H A Dunix_signal.c46 #include <sys/sysent.h>
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c71 #include <sys/sysent.h>
336 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
339 systrace_sysent_t *ssysent = *interposed; /* Avoid sysent shadow warning
340 from bsd/sys/sysent.h */
349 struct sysent *a = &actual[i];
380 systrace_init(sysent, &systrace_sysent);
459 ASSERT(sysent[sysnum].sy_callc == dtrace_systrace_syscall);
469 if (sysent[sysnum].sy_callc == systrace_sysent[sysnum].stsy_underlying) {
471 ml_nofault_copy((vm_offset_t)&dss, (vm_offset_t)&sysent[sysnum].sy_callc, sizeof(vm_offset_t));
489 if (sysent[sysnu
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386_native.c69 #include <../bsd/sys/sysent.h>
H A Dbsd_i386.c70 #include <../bsd/sys/sysent.h>
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_worker.c50 #include <sys/sysent.h>
H A Daudit_bsm_klib.c42 #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>

Completed in 118 milliseconds