Home
last modified time | relevance | path

Searched defs:ktr_execfd (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dktrace.h230 struct ktr_execfd { struct
231 int ktr_fd;
232 u_int ktr_dtype; /* one of DTYPE_* constants */
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_ktrace.c656 ktr_execfd(int fd, u_int dtype) in ktr_execfd() function