Searched refs:portStats (Results 1 – 2 of 2) sorted by relevance
101 static struct portStats portStats; variable927 if ( copyin((int)arg, (caddr_t)&portStats, 928 sizeof(struct portStats)) == COPYFAIL ) {932 if ( portStats.port >= RIO_PORTS ) {936 PortP = (p->RIOPortp[portStats.port]);937 portStats.gather = PortP->statsGather;938 portStats.txchars = PortP->txchars;939 portStats.rxchars = PortP->rxchars;940 portStats.opens = PortP->opens;941 portStats.closes = PortP->closes;[all …]
44 struct portStats { struct