Searched refs:ktr_syscall (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/bmake/filemon/ |
| H A D | filemon_ktrace.c | 66 const struct filemon_key *, const struct ktr_syscall *); 112 struct ktr_syscall syscall; 418 struct ktr_syscall *call = &F->payload.syscall; in filemon_dispatch() 586 const struct filemon_key *key, const struct ktr_syscall *call, in syscall_enter() 758 const struct ktr_syscall *call) in filemon_sys_chdir() 768 const struct ktr_syscall *call) in filemon_sys_execve() 775 const struct ktr_syscall *call) in filemon_sys_exit() 793 const struct ktr_syscall *call) in filemon_sys_fork() 801 const struct ktr_syscall *call) in filemon_sys_link() 809 const struct ktr_syscall *call) in filemon_sys_open() [all …]
|
| /freebsd/usr.bin/kdump/ |
| H A D | kdump.h | 87 void ktrsyscall_linux(struct ktr_syscall *ktr, register_t **resip, 90 void ktrsyscall_linux32(struct ktr_syscall *ktr, register_t **resip,
|
| H A D | linux.c | 65 ktrsyscall_linux(struct ktr_syscall *ktr, register_t **resip, in ktrsyscall_linux() 288 ktrsyscall_linux32(struct ktr_syscall *ktr, register_t **resip, in ktrsyscall_linux32()
|
| H A D | kdump.c | 99 static void ktrsyscall(struct ktr_syscall *, u_int); 124 static void ktrsyscall_freebsd(struct ktr_syscall *ktr, register_t **resip, 487 ktrsyscall((struct ktr_syscall *)m, sv_flags); in main() 817 ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags) in ktrsyscall() 853 ktrsyscall_freebsd(struct ktr_syscall *ktr, register_t **resip, in ktrsyscall_freebsd()
|
| /freebsd/sys/kern/ |
| H A D | kern_ktrace.c | 99 struct ktr_syscall ktr_syscall; member 113 [KTR_SYSCALL] = offsetof(struct ktr_syscall, ktr_args), 544 struct ktr_syscall *ktp; in ktrsyscall() 562 ktp = &req->ktr_data.ktr_syscall; in ktrsyscall()
|
| /freebsd/sys/sys/ |
| H A D | ktrace.h | 105 struct ktr_syscall { struct
|
| /freebsd/tests/sys/kern/ |
| H A D | ktrace_test.c | 546 struct ktr_syscall *syscall; in ATF_TC_BODY()
|