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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmakesyscalls.sh37 switchname="sysent"
41 syslegal="sysent.syslegal.$$"
42 sysent="sysent.switch.$$"
49 trap "rm $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile" 0
51 touch $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile
82 sysent = \"$sysent\"
129 printf "\n/* The casts are bogus but will do for now. */\n" > sysent
130 printf "__private_extern__ struct sysent
[all...]
H A Dbsd_stubs.c40 #include <sys/sysent.h>
H A Dinit_sysent.c40 #include <sys/sysent.h>
46 __private_extern__ struct sysent sysent[] = { variable in typeref:struct:sysent
622 int nsysent = sizeof(sysent) / sizeof(sysent[0]);
624 int nsysent_size_check[((sizeof(sysent) / sizeof(sysent[0])) == NUM_SYSENT) ? 1 : -1] __unused;
H A Dkern_bsm_klib.c36 #include <sys/sysent.h>
H A Dsysv_shm.c80 #include <sys/sysent.h>
H A Dsysv_sem.c59 #include <sys/sysent.h>
H A Dkern_audit.c53 #include <sys/sysent.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysent.h44 struct sysent { /* system call table */ struct
58 extern struct sysent sysent[];
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c45 #include <sys/sysent.h>
80 struct sysent *callp;
119 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
121 if (callp == sysent) {
124 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
249 struct sysent *callp;
283 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[cod
[all...]
H A Dunix_signal.c46 #include <sys/sysent.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dsystemcalls.c53 #include <sys/sysent.h>
86 struct sysent *callp;
130 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
139 callp = &sysent[63];
152 callp = &sysent[63];
295 struct sysent *callp;
308 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
316 * Get index into sysent tabl
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c86 #include <sys/sysent.h>
308 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
310 systrace_sysent_t *sysent = *interposed; local
313 if (sysent == NULL) {
314 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
319 struct sysent *a = &actual[i];
320 systrace_sysent_t *s = &sysent[i];
349 systrace_init(sysent, &systrace_sysent);
425 ASSERT(sysent[sysnum].sy_callc == dtrace_systrace_syscall);
429 (void) casptr(&sysent[sysnu
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c72 #include <../bsd/sys/sysent.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c2100 #include <sys/sysent.h>

Completed in 112 milliseconds