Home
last modified time | relevance | path

Searched refs:ktr_syscall (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bmake/bmake/filemon/
H A Dfilemon_ktrace.c112 struct ktr_syscall syscall;
759 const struct ktr_syscall *call) in filemon_sys_chdir()
769 const struct ktr_syscall *call) in filemon_sys_execve()
776 const struct ktr_syscall *call) in filemon_sys_exit()
794 const struct ktr_syscall *call) in filemon_sys_fork()
802 const struct ktr_syscall *call) in filemon_sys_link()
810 const struct ktr_syscall *call) in filemon_sys_open()
832 const struct ktr_syscall *call) in filemon_sys_openat()
875 const struct ktr_syscall *call) in filemon_sys_symlink()
883 const struct ktr_syscall *call) in filemon_sys_unlink()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dktrace.h116 struct ktr_syscall { struct
297 void ktr_syscall(register_t, const register_t [], int);
390 ktr_syscall(code, args, narg);
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_stub.c110 __strong_alias(ktr_syscall,nullop);
H A Dkern_ktrace.c541 ktr_syscall(register_t code, const register_t args[], int narg) in ktr_syscall() function
546 struct ktr_syscall *ktp; in ktr_syscall()
554 len = sizeof(struct ktr_syscall) + narg * sizeof argp[0]; in ktr_syscall()