Lines Matching refs:opts
68 int opts = 0; variable
155 opts |= OPT_DEBUG;
183 opts |= OPT_DONOTHING;
191 opts |= OPT_NORESOLVE;
194 opts |= OPT_VERBOSE;
201 if (opts & OPT_DEBUG)
202 fprintf(stderr, "poolnodecommand: opts = %#x\n", opts);
240 opts |= OPT_DEBUG;
250 opts |= OPT_DONOTHING;
260 opts |= OPT_NORESOLVE;
273 opts |= OPT_VERBOSE;
280 if (opts & OPT_DEBUG)
281 fprintf(stderr, "poolcommand: opts = %#x\n", opts);
335 opts |= OPT_DEBUG;
342 opts |= OPT_DONOTHING;
345 opts |= OPT_NORESOLVE;
348 opts |= OPT_REMOVE;
351 opts |= OPT_VERBOSE;
358 if (opts & OPT_DEBUG)
359 fprintf(stderr, "loadpoolfile: opts = %#x\n", opts);
361 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
403 opts |= OPT_DEBUG;
427 opts |= OPT_NORESOLVE;
437 opts |= OPT_VERBOSE;
444 if (opts & OPT_DEBUG)
445 fprintf(stderr, "poollist: opts = %#x\n", opts);
447 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
488 showpools_live(fd, role, &plstat, poolname, opts);
499 showpools_live(fd, role, &plstat, poolname, opts);
520 showhashs_live(fd, role, &htstat, poolname, opts);
531 showhashs_live(fd, role, &htstat, poolname, opts);
563 poolname, opts);
570 poolname, opts);
591 poolname, opts);
598 poolname, opts);
607 showpools_live(fd, role, plstp, poolname, opts) in showpools_live() argument
611 int opts;
634 (void) printpool_live(&pool, fd, poolname, opts);
658 opts |= OPT_DEBUG;
683 opts |= OPT_VERBOSE;
690 if (opts & OPT_DEBUG)
691 fprintf(stderr, "poolstats: opts = %#x\n", opts);
693 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
710 if (!(opts & OPT_DONOTHING)) {
725 if (!(opts & OPT_DONOTHING)) {
755 opts |= OPT_DEBUG;
772 opts |= OPT_VERBOSE;
779 if (opts & OPT_DEBUG)
780 fprintf(stderr, "poolflush: opts = %#x\n", opts);
782 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
800 if (!(opts & OPT_DONOTHING)) {
867 void showhashs_live(fd, role, htstp, poolname, opts) in showhashs_live() argument
871 int opts;
895 printhash_live(&table, fd, poolname, opts);