ktr_syscall
ktrputsyscall(struct ktr_syscall *ktp_cache, struct ktr_syscall *ktp)
struct ktr_syscall ktp_cache;
struct ktr_syscall *ktp;
static struct ktr_syscall *ktrgetsyscall(struct ktr_header *kth,
struct ktr_syscall *ktp_cache, int narg);
static void ktrputsyscall(struct ktr_syscall *ktp_cache,
struct ktr_syscall *ktp);
struct ktr_syscall *
ktrgetsyscall(struct ktr_header *kth, struct ktr_syscall *ktp_cache, int narg)
len = offsetof(struct ktr_syscall, ktr_args[narg]);
ktrsyscall((struct ktr_syscall *)m);
ktrsyscall(struct ktr_syscall *ktr)
static void ktrsyscall(struct ktr_syscall *);