Searched refs:profil_args (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | subr_prof.c | 399 struct profil_args { struct 408 sys_profil(struct thread *td, struct profil_args *uap) in sys_profil() argument
|
| H A D | init_sysent.c | 96 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
|
| H A D | systrace_args.c | 291 struct profil_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_sysent.c | 63 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 44 = p…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 103 …{ AS(profil_args), (sy_call_t *)sys_profil, AUE_PROFILE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC…
|
| H A D | freebsd32_systrace_args.c | 294 struct profil_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 187 struct profil_args { struct 1829 int sys_profil(struct thread *, struct profil_args *);
|