sysent 581 arch/i386/i386/trap.c struct sysent *callp; sysent 640 arch/i386/i386/trap.c if (callp != sysent sysent 39 compat/aout/compat_aout.c struct sysent aout_sysent[SYS_MAXSYSCALL]; sysent 117 compat/aout/compat_aout.c memcpy(aout_sysent, sysent, sizeof aout_sysent); sysent 50 compat/bsdos/bsdos_exec.c extern struct sysent bsdos_sysent[]; sysent 19 compat/bsdos/bsdos_sysent.c struct sysent bsdos_sysent[] = { sysent 51 compat/freebsd/freebsd_exec.c extern struct sysent freebsd_sysent[]; sysent 21 compat/freebsd/freebsd_sysent.c struct sysent freebsd_sysent[] = { sysent 66 compat/hpux/hppa/hpux_exec.c extern struct sysent hpux_sysent[]; sysent 22 compat/hpux/hppa/hpux_sysent.c struct sysent hpux_sysent[] = { sysent 108 compat/hpux/hpux_compat.c extern struct sysent hpux_sysent[]; sysent 66 compat/hpux/m68k/hpux_exec.c extern struct sysent hpux_sysent[]; sysent 22 compat/hpux/m68k/hpux_sysent.c struct sysent hpux_sysent[] = { sysent 78 compat/ibcs2/ibcs2_exec.c extern struct sysent ibcs2_sysent[]; sysent 23 compat/ibcs2/ibcs2_sysent.c struct sysent ibcs2_sysent[] = { sysent 80 compat/linux/linux_exec.c extern struct sysent linux_sysent[]; sysent 23 compat/linux/linux_sysent.c struct sysent linux_sysent[] = { sysent 72 compat/osf1/osf1_exec.c extern struct sysent osf1_sysent[]; sysent 21 compat/osf1/osf1_sysent.c struct sysent osf1_sysent[] = { sysent 67 compat/sunos/sunos_exec.c extern struct sysent sunos_sysent[]; sysent 21 compat/sunos/sunos_sysent.c struct sysent sunos_sysent[] = { sysent 59 compat/svr4/svr4_exec.c extern struct sysent svr4_sysent[]; sysent 25 compat/svr4/svr4_sysent.c struct sysent svr4_sysent[] = { sysent 127 compat/ultrix/ultrix_misc.c extern struct sysent ultrix_sysent[]; sysent 19 compat/ultrix/ultrix_sysent.c struct sysent ultrix_sysent[] = { sysent 85 dev/systrace.c u_char *sysent; sysent 701 dev/systrace.c struct sysent *callp; sysent 756 dev/systrace.c policy = strpolicy->sysent[code]; sysent 1124 dev/systrace.c strpol->sysent[pol->strp_code] = pol->strp_policy; sysent 1618 dev/systrace.c free(policy->sysent, M_XDATA); sysent 1682 dev/systrace.c pol->sysent = (u_char *)malloc(maxents * sizeof(u_char), sysent 1686 dev/systrace.c pol->sysent[i] = SYSTR_POLICY_ASK; sysent 122 kern/exec_elf.c sysent, sysent 155 kern/init_main.c sysent, sysent 57 kern/init_sysent.c struct sysent sysent[] = { sysent 610 kern/kern_lkm.c if (sysent[i].sy_call == sys_lkmnosys) sysent 625 kern/kern_lkm.c bcopy(&sysent[i], &args->lkm_oldent, sizeof(struct sysent)); sysent 628 kern/kern_lkm.c bcopy(args->lkm_sysent, &sysent[i], sizeof(struct sysent)); sysent 640 kern/kern_lkm.c bcopy(&args->lkm_oldent, &sysent[i], sizeof(struct sysent)); sysent 81 kern/kern_xxx.c struct sysent *sy; sysent 114 kern/kern_xxx.c struct sysent *sy; sysent 75 sys/lkm.h struct sysent *lkm_sysent; sysent 76 sys/lkm.h struct sysent lkm_oldent; /* save area for unload */ sysent 92 sys/proc.h struct sysent *e_sysent; /* System call array */ sysent 110 sys/systm.h extern struct sysent { /* system call table */ sysent 114 sys/systm.h } sysent[];