HomeSort by: relevance | last modified time | path
    Searched defs:hdrcnt (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/nfsstat/
nfsstat.c 390 int hdrcnt, oldmask; local in function:sidewaysintpr
401 for (hdrcnt = 1;;) {
404 if (!--hdrcnt) {
406 hdrcnt = 20;
nfsstat.c 390 int hdrcnt, oldmask; local in function:sidewaysintpr
401 for (hdrcnt = 1;;) {
404 if (!--hdrcnt) {
406 hdrcnt = 20;
  /src/usr.sbin/iostat/
iostat.c 207 int ch, hdrcnt, hdroffset, ndrives, lines; local in function:main
359 for (hdrcnt = 1;;) {
371 if (do_header || (winlines != 0 && (hdrcnt -= lines) <= 0)) {
374 hdrcnt = winlines - hdroffset;
iostat.c 207 int ch, hdrcnt, hdroffset, ndrives, lines; local in function:main
359 for (hdrcnt = 1;;) {
371 if (do_header || (winlines != 0 && (hdrcnt -= lines) <= 0)) {
374 hdrcnt = winlines - hdroffset;
  /src/usr.bin/vmstat/
vmstat.c 670 int hz, hdrcnt; variable in typeref:typename:int
680 hdrcnt = winlines - 2;
691 for (hdrcnt = 1;;) {
692 if (!--hdrcnt)
757 for (hdrcnt = 1;;) {
758 if (!--hdrcnt)
856 hdrcnt = winlines - 2;
867 hdrcnt = 1;
vmstat.c 670 int hz, hdrcnt; variable in typeref:typename:int
680 hdrcnt = winlines - 2;
691 for (hdrcnt = 1;;) {
692 if (!--hdrcnt)
757 for (hdrcnt = 1;;) {
758 if (!--hdrcnt)
856 hdrcnt = winlines - 2;
867 hdrcnt = 1;

Completed in 25 milliseconds