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

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c212 static int spindex = 0; local
216 prom_printf(spin_pairs[spindex]);
217 spindex = (spindex + 1) % nspin_pairs;
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1148 * cisdata_t spindex - device speed table index
1151 * Use the spindex argument as an index into a simple
1154 * When this flag is set, the spindex argument is ignored.
1162 * When this flag is set, the spindex argument is
1169 * Note if you pass the CISTPL_DEVSPEED_TABLE with a spindex index that
1176 cistpl_devspeed(cistpl_t *tp, cisdata_t spindex, uint32_t flags) argument
1185 speed = CISTPL_DEVSPEED_TBL(spindex);
1199 spindex &= 0x0f; /* only allow 10^16 */
1200 while (spindex--)

Completed in 50 milliseconds