Home | History | Annotate | Download | only in strace

Lines Matching refs:opt

277 qualify_one(n, opt, not)
279 const struct qual_options *opt;
283 qual_flags[n] &= ~opt->bitflag;
285 qual_flags[n] |= opt->bitflag;
289 qual_syscall(s, opt, not)
291 const struct qual_options *opt;
299 qualify_one(i, opt, not);
307 qual_signal(s, opt, not)
309 const struct qual_options *opt;
319 qualify_one(signo, opt, not);
332 qualify_one(i, opt, not);
339 qual_fault(s, opt, not)
341 const struct qual_options *opt;
348 qual_desc(s, opt, not)
350 const struct qual_options *opt;
357 qualify_one(desc, opt, not);
384 const struct qual_options *opt;
389 opt = &qual_options[0];
393 opt = &qual_options[i];
410 qual_flags[i] &= ~opt->bitflag;
412 qual_flags[i] |= opt->bitflag;
418 qual_flags[i] |= opt->bitflag;
420 qual_flags[i] &= ~opt->bitflag;
423 if (opt->bitflag == QUAL_TRACE && (n = lookup_class(p)) > 0) {
427 qual_flags[i] &= ~opt->bitflag;
429 qual_flags[i] |= opt->bitflag;
434 if (opt->qualify(p, opt, not)) {
436 opt->argument_name, p);