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