/src/sys/compat/sunos/ |
sunos_syscallargs.h | 119 struct sys_profil_args; 524 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
sunos_sysent.c | 206 ns(struct sys_profil_args),
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 118 struct sys_profil_args; 499 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
ultrix_sysent.c | 197 ns(struct sys_profil_args),
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 130 struct sys_profil_args; 769 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
aoutm68k_sysent.c | 260 ns(struct sys_profil_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 117 struct sys_profil_args; 693 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
freebsd_sysent.c | 228 ns(struct sys_profil_args),
|
/src/sys/kern/ |
subr_prof.c | 482 sys_profil(struct lwp *l, const struct sys_profil_args *uap, register_t *retval)
|
init_sysent.c | 342 ns(struct sys_profil_args),
|
systrace_args.c | 351 const struct sys_profil_args *p = params;
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 344 struct sys_profil_args; 1581 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
linux_sysent.c | 456 ns(struct sys_profil_args),
|
linux_systrace_args.c | 648 const struct sys_profil_args *p = params;
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 349 struct sys_profil_args; 1601 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
linux_sysent.c | 457 ns(struct sys_profil_args),
|
linux_systrace_args.c | 655 const struct sys_profil_args *p = params;
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 351 struct sys_profil_args; 1580 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
linux_sysent.c | 481 ns(struct sys_profil_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 319 struct sys_profil_args; 1504 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|
linux_sysent.c | 453 ns(struct sys_profil_args),
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 529 struct sys_profil_args ua;
|
/src/sys/sys/ |
syscallargs.h | 294 struct sys_profil_args { struct 3513 int sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
|