Home
last modified time | relevance | path

Searched refs:OPT_ZONES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h73 #define OPT_ZONES 0x2000 /* report about zones */ macro
H A Dprstat.c270 } else if (opts.o_outpmode & OPT_ZONES) { in list_getsize()
1123 if (opts.o_outpmode & OPT_ZONES) in list_refresh()
1538 opts.o_outpmode |= OPT_SPLIT | OPT_ZONES; in main()
1563 (opts.o_outpmode & (OPT_TASKS | OPT_PROJECTS | OPT_ZONES))) in main()
1568 (opts.o_outpmode & (OPT_PROJECTS|OPT_ZONES))) || in main()
1570 (opts.o_outpmode & (OPT_TASKS|OPT_ZONES)))) { in main()
1694 if (opts.o_outpmode & OPT_ZONES) { in main()