/src/sys/compat/sunos/ |
sunos_syscallargs.h | 524 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
sunos_sysent.c | 208 .sy_call = (sy_call_t *)sys_profil
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 499 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
ultrix_sysent.c | 199 .sy_call = (sy_call_t *)sys_profil
|
/src/sys/kern/ |
subr_prof.c | 482 sys_profil(struct lwp *l, const struct sys_profil_args *uap, register_t *retval) function in typeref:typename:int
|
init_sysent.c | 344 .sy_call = (sy_call_t *)sys_profil
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 769 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
aoutm68k_sysent.c | 262 .sy_call = (sy_call_t *)sys_profil
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 693 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
freebsd_sysent.c | 230 .sy_call = (sy_call_t *)sys_profil
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 458 .sy_call = (sy_call_t *)sys_profil
|
linux_syscallargs.h | 1581 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 459 .sy_call = (sy_call_t *)sys_profil
|
linux_syscallargs.h | 1601 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 483 .sy_call = (sy_call_t *)sys_profil
|
linux_syscallargs.h | 1580 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 455 .sy_call = (sy_call_t *)sys_profil
|
linux_syscallargs.h | 1504 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 536 return sys_profil(l, &ua, retval);
|
/src/sys/sys/ |
syscallargs.h | 300 check_syscall_args(sys_profil) 3513 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|