Symbol: sys_profil
sys/compat/aoutm68k/aoutm68k_syscallargs.h
769
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
262
.sy_call = (sy_call_t *)sys_profil
sys/compat/freebsd/freebsd_syscallargs.h
693
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
230
.sy_call = (sy_call_t *)sys_profil
sys/compat/linux/arch/arm/linux_syscallargs.h
1594
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
458
.sy_call = (sy_call_t *)sys_profil
sys/compat/linux/arch/i386/linux_syscallargs.h
1606
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
459
.sy_call = (sy_call_t *)sys_profil
sys/compat/linux/arch/m68k/linux_syscallargs.h
1585
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
483
.sy_call = (sy_call_t *)sys_profil
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1509
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
455
.sy_call = (sy_call_t *)sys_profil
sys/compat/netbsd32/netbsd32_netbsd.c
536
return sys_profil(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
524
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
208
.sy_call = (sy_call_t *)sys_profil
sys/compat/ultrix/ultrix_syscallargs.h
499
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
199
.sy_call = (sy_call_t *)sys_profil
sys/kern/init_sysent.c
345
.sy_call = (sy_call_t *)sys_profil
sys/sys/syscallargs.h
300
check_syscall_args(sys_profil)
sys/sys/syscallargs.h
3513
int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);