Searched refs:iii (Results 1 - 4 of 4) 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])--;
H A Dportinfo.c48 register int iii;
51 for (iii = 0; iii < len; iii++) {
52 if (! (iii % 24)) stp_trace ("\n%6d:", iii);
53 if (! (iii % 8)) stp_trace (" ");
54 stp_trace ("%02lx", (unsigned long) buff[iii]);
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3306 #define IDN_GKSTAT_ADD(vvv, iii)
3316 #define IDN_GKSTAT_ADD(vvv, iii) ((sg_kstat.vvv) += (iii))

Completed in 76 milliseconds