Lines Matching defs:opts

69 int	opts = 0;
123 opts |= OPT_DONOTHING|OPT_DONTOPEN;
135 opts |= OPT_VERBOSE;
167 opts |= OPT_DEBUG;
178 opts |= OPT_DONOTHING|OPT_DONTOPEN;
191 opts |= OPT_NORESOLVE;
220 opts |= OPT_VERBOSE;
229 if (opts & OPT_DEBUG)
230 fprintf(stderr, "poolnodecommand: opts = %#x\n", opts);
284 opts |= OPT_DEBUG;
291 opts |= OPT_DONOTHING|OPT_DONTOPEN;
301 opts |= OPT_NORESOLVE;
307 opts |= OPT_VERBOSE;
311 if (opts & OPT_DEBUG)
312 fprintf(stderr, "poolcommand: opts = %#x\n", opts);
373 opts |= OPT_DEBUG;
377 opts |= OPT_DONOTHING|OPT_DONTOPEN;
380 opts |= OPT_NORESOLVE;
383 opts |= OPT_REMOVE;
386 opts |= OPT_VERBOSE;
390 if (opts & OPT_DEBUG)
391 fprintf(stderr, "loadpoolfile: opts = %#x\n", opts);
393 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
431 opts |= OPT_DEBUG;
457 opts |= OPT_VERBOSE;
461 if (opts & OPT_DEBUG)
462 fprintf(stderr, "poolstats: opts = %#x\n", opts);
464 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
476 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
491 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
508 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
546 opts |= OPT_DEBUG;
563 opts |= OPT_VERBOSE;
567 if (opts & OPT_DEBUG)
568 fprintf(stderr, "poolflush: opts = %#x\n", opts);
570 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
583 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) {
673 opts |= OPT_DEBUG;
697 opts |= OPT_NORESOLVE;
707 opts |= OPT_VERBOSE;
711 if (opts & OPT_DEBUG)
712 fprintf(stderr, "poollist: opts = %#x\n", opts);
714 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) {
763 opts, pool_fields);
770 poolname, opts,
792 poolname, opts, pool_fields);
799 poolname, opts,
952 ((opts & OPT_DEBUG) != 0))
953 printpool_live(&pool, fd, poolname, opts, pool_fields);
989 printhash_live(&table, fd, poolname, opts, pool_fields);
1025 printdstl_live(&table, fd, poolname, opts, pool_fields);