Searched refs:dslot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c178 * The index into this table is made up of (bank, dslot),
179 * Where dslot occupies bits 0-1 and bank occupies 2-4.
197 * The index into this table is made up of (board, bank, dslot),
198 * Where dslot occupies bits 0-1, bank occupies 2-4 and
942 uint32_t values[2], synd[2], dslot[2]; local
1033 dslot[i] = flt_stat->mf_dimm_slot;
1037 dslot[i] = 0;
1046 nflts, dslot, NULL);
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3040 short dslot = fas->f_dslot; local
3045 ASSERT(dslot != 0);
3046 if (dslot == NLUNS_PER_TARGET) {
3071 fas->f_next_slot = NEXTSLOT(slot, dslot);
3077 slot = NEXTSLOT(slot, dslot);
3082 fas->f_next_slot = NEXTSLOT(slot, dslot);

Completed in 82 milliseconds