Home
last modified time | relevance | path

Searched refs:ktrsetchildren (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ktrace.c160 static int ktrsetchildren(struct thread *,struct proc *,int,int,struct vnode *);
1022 ret |= ktrsetchildren(td, p, ops, facs, vp); in sys_ktrace()
1047 ret |= ktrsetchildren(td, p, ops, facs, vp); in sys_ktrace()
1151 ktrsetchildren(struct thread *td, struct proc *top, int ops, int facs, in ktrsetchildren() function