Lines Matching defs:facs
1044 int facs;
1056 int facs = uap->facs & ~KTRFAC_ROOT;
1067 if (ops != KTROP_CLEARFILE && facs == 0)
1147 ret |= ktrsetchildren(td, p, ops, facs, kiop);
1149 ret |= ktrops(td, p, ops, facs, kiop);
1162 ret |= ktrsetchildren(td, p, ops, facs, kiop);
1164 ret |= ktrops(td, p, ops, facs, kiop);
1219 ktrops(struct thread *td, struct proc *p, int ops, int facs,
1260 p->p_traceflag |= facs;
1265 if (((p->p_traceflag &= ~facs) & KTRFAC_MASK) == 0)
1279 ktrsetchildren(struct thread *td, struct proc *top, int ops, int facs,
1289 ret |= ktrops(td, p, ops, facs, new_kiop);