Home
last modified time | relevance | path

Searched refs:sda_fault_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/sdcard/
H A Dsda.h273 } sda_fault_t; typedef
318 void sda_host_fault(sda_host_t *, int, sda_fault_t);
H A Dsda_impl.h76 sda_fault_t s_fault;
258 void sda_slot_fault(sda_slot_t *, sda_fault_t);
/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c46 static void sda_slot_handle_fault(sda_slot_t *, sda_fault_t);
57 sda_fault_t fault;
323 sda_slot_handle_fault(sda_slot_t *slot, sda_fault_t fault) in sda_slot_handle_fault()
439 sda_slot_fault(sda_slot_t *slot, sda_fault_t fault) in sda_slot_fault()
683 sda_fault_t fault; in sda_slot_thread()
H A Dsda_host.c159 sda_host_fault(sda_host_t *h, int num, sda_fault_t fail) in sda_host_fault()