Searched refs:profil_args (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | subr_prof.c | 398 struct profil_args { struct 407 sys_profil(struct thread *td, struct profil_args *uap) in sys_profil() argument
|
| HD | init_sysent.c | 92 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
|
| HD | systrace_args.c | 300 struct profil_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/i386/ibcs2/ |
| HD | ibcs2_sysent.c | 63 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 44 = p…
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 99 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
|
| HD | freebsd32_systrace_args.c | 303 struct profil_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/sys/ |
| HD | sysproto.h | 191 struct profil_args { struct 1836 int sys_profil(struct thread *, struct profil_args *);
|