Searched defs:iii (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dport.c49 register int iii; local
77 iii = 0;
78 this->timers[iii++] = &this->fdWhile;
79 this->timers[iii++] = &this->helloWhen;
80 this->timers[iii++] = &this->mdelayWhile;
81 this->timers[iii++] = &this->rbWhile;
82 this->timers[iii++] = &this->rcvdInfoWhile;
83 this->timers[iii++] = &this->rrWhile;
84 this->timers[iii++] = &this->tcWhile;
85 this->timers[iii
[all...]
H A Dstpm.c103 register int iii; local
108 for (iii = 0; iii < TIMERS_NUMBER; iii++) {
109 if (*(port->timers[iii]) > 0) {
110 (*port->timers[iii])--;

Completed in 57 milliseconds