Searched refs:SPIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/nfsstat/
H A Dnfsstat.c522 static int SPIndex; variable
527 char *p = SPBuf[SPIndex];
535 SPIndex = (SPIndex + 1) & 63;
542 char *p = SPBuf[SPIndex];
550 SPIndex = (SPIndex + 1) & 63;

Completed in 103 milliseconds