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

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c107 int sh_numslots; member in struct:sdhost
333 shp->sh_numslots = SLOTINFO_NSLOT(slotinfo);
335 if (shp->sh_numslots > SDHOST_MAXSLOTS) {
337 shp->sh_numslots);
369 shp->sh_host = sda_host_alloc(dip, shp->sh_numslots, &sdhost_ops,
380 for (i = 0; i < shp->sh_numslots; i++) {
423 for (i = 0; i < shp->sh_numslots; i++)
472 for (i = 0; i < shp->sh_numslots; i++)
489 for (int i = 0; i < shp->sh_numslots; i++) {
510 for (i = 0; i < shp->sh_numslots;
[all...]

Completed in 45 milliseconds