Lines Matching refs:opts

67 int	opts = 0;  variable
154 opts |= OPT_DEBUG;
182 opts |= OPT_DONOTHING;
190 opts |= OPT_NORESOLVE;
193 opts |= OPT_VERBOSE;
200 if (opts & OPT_DEBUG)
201 fprintf(stderr, "poolnodecommand: opts = %#x\n", opts);
239 opts |= OPT_DEBUG;
249 opts |= OPT_DONOTHING;
259 opts |= OPT_NORESOLVE;
272 opts |= OPT_VERBOSE;
279 if (opts & OPT_DEBUG)
280 fprintf(stderr, "poolcommand: opts = %#x\n", opts);
334 opts |= OPT_DEBUG;
341 opts |= OPT_DONOTHING;
344 opts |= OPT_NORESOLVE;
347 opts |= OPT_REMOVE;
350 opts |= OPT_VERBOSE;
357 if (opts & OPT_DEBUG)
358 fprintf(stderr, "loadpoolfile: opts = %#x\n", opts);
360 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
402 opts |= OPT_DEBUG;
426 opts |= OPT_NORESOLVE;
436 opts |= OPT_VERBOSE;
443 if (opts & OPT_DEBUG)
444 fprintf(stderr, "poollist: opts = %#x\n", opts);
446 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
488 showpools_live(fd, role, &plstat, poolname, opts);
499 showpools_live(fd, role, &plstat, poolname, opts);
521 showhashs_live(fd, role, &htstat, poolname, opts);
532 showhashs_live(fd, role, &htstat, poolname, opts);
564 poolname, opts);
571 poolname, opts);
592 poolname, opts);
599 poolname, opts);
608 showpools_live(fd, role, plstp, poolname, opts) in showpools_live() argument
612 int opts;
635 (void) printpool_live(&pool, fd, poolname, opts);
663 opts |= OPT_DEBUG;
692 opts |= OPT_VERBOSE;
699 if (opts & OPT_DEBUG)
700 fprintf(stderr, "poolstats: opts = %#x\n", opts);
702 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
719 if (!(opts & OPT_DONOTHING)) {
734 if (!(opts & OPT_DONOTHING)) {
764 opts |= OPT_DEBUG;
781 opts |= OPT_VERBOSE;
788 if (opts & OPT_DEBUG)
789 fprintf(stderr, "poolflush: opts = %#x\n", opts);
791 if (!(opts & OPT_DONOTHING) && (fd == -1)) {
809 if (!(opts & OPT_DONOTHING)) {
876 void showhashs_live(fd, role, htstp, poolname, opts) in showhashs_live() argument
880 int opts;
904 printhash_live(&table, fd, poolname, opts);