Lines Matching defs:facs
992 ktrace_common(lwp_t *curl, int ops, int facs, int pid, file_t **fpp)
1003 facs = facs & ~((unsigned) KTRFAC_PERSISTENT);
1085 if (!facs) {
1109 facs, ktd);
1111 ret |= ktrops(curl, p, ops, facs,
1124 ret |= ktrsetchildren(curl, p, ops, facs, ktd);
1126 ret |= ktrops(curl, p, ops, facs, ktd);
1161 syscallarg(int) facs;
1174 SCARG(uap, facs), SCARG(uap, pid), &fp);
1180 ktrops(lwp_t *curl, struct proc *p, int ops, int facs,
1211 p->p_traceflag |= facs;
1218 if (((p->p_traceflag &= ~facs) & KTRFAC_MASK) == 0) {
1246 ktrsetchildren(lwp_t *curl, struct proc *top, int ops, int facs,
1256 ret |= ktrops(curl, p, ops, facs, ktd);