Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/prstat/
H A Dprstat.h167 int o_count; /* number of iterations */ member
H A Dprstat.c1547 opts.o_count = Atoi(argv[optind++]); in main()
1548 if (opts.o_count == 0) in main()
1661 if (opts.o_count == 1) in main()
1679 } while (opts.o_count == (-1) || --opts.o_count); in main()