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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Dportctrl.c131 int foundslot = -1; local
150 foundslot = i;
153 if (foundslot == -1 && ittptr->ittrans_mondovec[i] == NULL)
155 foundslot = i;
158 if (foundslot != -1) {
160 stphysio(ittptr->ittransreg_physaddr[foundslot],
162 ittptr->ittrans_mondovec[foundslot] = mondovec_addr;
168 return (foundslot);
185 int foundslot = -1; local
203 foundslot
[all...]

Completed in 45 milliseconds