Lines Matching defs:facs
1014 ktrace_common(lwp_t *curl, int ops, int facs, int pid, file_t **fpp)
1025 facs = facs & ~((unsigned) KTRFAC_PERSISTENT);
1107 if (!facs) {
1131 facs, ktd);
1133 ret |= ktrops(curl, p, ops, facs,
1146 ret |= ktrsetchildren(curl, p, ops, facs, ktd);
1148 ret |= ktrops(curl, p, ops, facs, ktd);
1183 syscallarg(int) facs;
1196 SCARG(uap, facs), SCARG(uap, pid), &fp);
1202 ktrops(lwp_t *curl, struct proc *p, int ops, int facs,
1233 p->p_traceflag |= facs;
1240 if (((p->p_traceflag &= ~facs) & KTRFAC_MASK) == 0) {
1268 ktrsetchildren(lwp_t *curl, struct proc *top, int ops, int facs,
1278 ret |= ktrops(curl, p, ops, facs, ktd);