Searched refs:ktrstruct (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/sys/
H A Dktrace.h231 void ktrstruct(struct proc *, const char *, const void *, size_t);
233 ktrstruct((p), "sockaddr", (s), (l))
235 ktrstruct((p), "stat", (s), sizeof(struct stat))
237 ktrstruct((p), "abstimespec", (s), sizeof(struct timespec))
239 ktrstruct((p), "reltimespec", (s), sizeof(struct timespec))
241 ktrstruct((p), "abstimeval", (s), sizeof(struct timeval))
243 ktrstruct((p), "reltimeval", (s), sizeof(struct timeval))
245 ktrstruct((p), "sigaction", (s), sizeof(struct sigaction))
247 ktrstruct((p), "rlimit", (s), sizeof(struct rlimit))
249 ktrstruct((
[all...]
/openbsd-current/usr.bin/kdump/
H A Dkdump.h25 /* ktrstruct.c */
26 void ktrstruct(char *, size_t);
H A DMakefile7 SRCS= kdump.c ioctl.c kdump_subr.c subr.c ktrstruct.c
H A Dktrstruct.c1 /* $OpenBSD: ktrstruct.c,v 1.31 2022/12/29 01:36:36 guenther Exp $ */
76 * note: ktrstruct() has already verified that sa points to a
219 * note: ktrstruct() has already verified that statp points to a
272 * note: ktrstruct() has already verified that sa points to a
562 ktrstruct(char *buf, size_t buflen) function
H A Dkdump.c301 ktrstruct(m, ktrlen);
/openbsd-current/sys/kern/
H A Dkern_ktrace.c298 ktrstruct(struct proc *p, const char *name, const void *data, size_t datalen) function
H A Dkern_fork.c131 ktrstruct(p, "tfork", &param, sizeof(param));
H A Dkern_pledge.c436 ktrstruct(p, kname, rbuf, rbuflen-1);
H A Dvfs_syscalls.c980 ktrstruct(p, "unveil", permissions, strlen(permissions));

Completed in 141 milliseconds