Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h169 int o_count; /* number of iterations */ member
H A Dprstat.c1586 opts.o_count = Atoi(argv[optind++]); in main()
1587 if (opts.o_count == 0) in main()
1700 if (opts.o_count == 1) in main()
1718 } while (opts.o_count == (-1) || --opts.o_count); in main()