Symbol: ktr_syscall
sys/kern/kern_ktrace.c
544
struct ktr_syscall *ktp;
sys/kern/kern_ktrace.c
552
len = sizeof(struct ktr_syscall) + narg * sizeof argp[0];
sys/kern/kern_stub.c
120
__strong_alias(ktr_syscall,nullop);
sys/sys/ktrace.h
334
void ktr_syscall(register_t, const register_t [], int);
sys/sys/ktrace.h
428
ktr_syscall(code, args, narg);
usr.bin/kdump/kdump.c
126
static void ktrsyscall(struct ktr_syscall *);
usr.bin/kdump/kdump.c
833
ktrsyscall(struct ktr_syscall *ktr)
usr.bin/kdump/kdump.c
862
ap = (register_t *)((char *)ktr + sizeof(struct ktr_syscall));
usr.bin/ktruss/dump.c
485
struct ktr_syscall *ktr = (struct ktr_syscall *)(kth + 1);
usr.bin/ktruss/dump.c
615
struct ktr_syscall *ktr = (struct ktr_syscall *)(kth + 1);
usr.bin/make/filemon/filemon_ktrace.c
112
struct ktr_syscall syscall;
usr.bin/make/filemon/filemon_ktrace.c
418
struct ktr_syscall *call = &F->payload.syscall;
usr.bin/make/filemon/filemon_ktrace.c
586
const struct filemon_key *key, const struct ktr_syscall *call,
usr.bin/make/filemon/filemon_ktrace.c
758
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
768
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
775
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
793
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
801
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
809
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
831
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
874
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
882
const struct ktr_syscall *call)
usr.bin/make/filemon/filemon_ktrace.c
890
const struct ktr_syscall *call)