Home
last modified time | relevance | path

Searched refs:h_nslot (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c64 h->h_nslot = nslot; in sda_host_alloc()
86 for (int i = 0; i < h->h_nslot; i++) { in sda_host_free()
90 kmem_free(h->h_slots, sizeof (sda_slot_t) * h->h_nslot); in sda_host_free()
106 for (int i = 0; i < h->h_nslot; i++) { in sda_host_attach()
125 for (int i = 0; i < h->h_nslot; i++) { in sda_host_detach()
133 for (int i = 0; i < h->h_nslot; i++) { in sda_host_suspend()
141 for (int i = 0; i < h->h_nslot; i++) { in sda_host_resume()
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h165 int h_nslot; member