Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ktrace.c65 static int ktrops (struct thread *,struct proc *,int,int, ktrace_node_t);
369 ret |= ktrops(td, p, ops, facs, tracenode); in sys_ktrace()
386 ret |= ktrops(td, p, ops, facs, tracenode); in sys_ktrace()
507 ktrops(struct thread *td, struct proc *p, int ops, int facs, in ktrops() function
547 ret |= ktrops(td, p, ops, facs, tracenode); in ktrsetchildren()