Symbol: ktrstruct
sys/kern/kern_fork.c
132
ktrstruct(p, "tfork", &param, sizeof(param));
sys/kern/kern_pledge.c
424
ktrstruct(p, kname, rbuf, rbuflen-1);
sys/kern/vfs_syscalls.c
988
ktrstruct(p, "unveil", permissions, strlen(permissions));
sys/sys/ktrace.h
231
void ktrstruct(struct proc *, const char *, const void *, size_t);
sys/sys/ktrace.h
235
ktrstruct(p, "abstimespec", s, sizeof(struct timespec))
sys/sys/ktrace.h
237
ktrstruct(p, "abstimeval", s, sizeof(struct timeval))
sys/sys/ktrace.h
239
ktrstruct(p, "cmsghdr", s, l)
sys/sys/ktrace.h
241
ktrstruct(p, "fds", s, (c) * sizeof(int))
sys/sys/ktrace.h
243
ktrstruct(p, "fdset", s, l)
sys/sys/ktrace.h
245
ktrstruct(p, "flock", s, sizeof(struct flock))
sys/sys/ktrace.h
247
ktrstruct(p, "iovec", s, (c) * sizeof(struct iovec))
sys/sys/ktrace.h
249
ktrstruct(p, "itimerval", s, sizeof(struct itimerval))
sys/sys/ktrace.h
251
ktrstruct(p, "kevent", s, (c) * sizeof(struct kevent))
sys/sys/ktrace.h
253
ktrstruct(p, "mmsghdr", s, sizeof(struct mmsghdr))
sys/sys/ktrace.h
255
ktrstruct(p, "msghdr", s, sizeof(struct msghdr))
sys/sys/ktrace.h
257
ktrstruct(p, "pollfd", s, (c) * sizeof(struct pollfd))
sys/sys/ktrace.h
259
ktrstruct(p, "quota", s, sizeof(struct dqblk))
sys/sys/ktrace.h
261
ktrstruct(p, "reltimespec", s, sizeof(struct timespec))
sys/sys/ktrace.h
263
ktrstruct(p, "reltimeval", s, sizeof(struct timeval))
sys/sys/ktrace.h
265
ktrstruct(p, "rlimit", s, sizeof(struct rlimit))
sys/sys/ktrace.h
267
ktrstruct(p, "rusage", s, sizeof(struct rusage))
sys/sys/ktrace.h
269
ktrstruct(p, "sigaction", s, sizeof(struct sigaction))
sys/sys/ktrace.h
271
ktrstruct(p, "siginfo", s, sizeof(siginfo_t))
sys/sys/ktrace.h
273
ktrstruct(p, "sockaddr", s, l)
sys/sys/ktrace.h
275
ktrstruct(p, "stat", s, sizeof(struct stat))
usr.bin/kdump/kdump.c
301
ktrstruct(m, ktrlen);
usr.bin/kdump/kdump.h
26
void ktrstruct(char *, size_t);