Searched refs:sc_low_t (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/cam/scsi/ |
| HD | scsi_low.h | 450 typedef struct scsi_low_softc *sc_low_t; typedef 460 #define SC_LOW_INIT_T (int (*)(sc_low_t, int)) 461 #define SC_LOW_BUSRST_T (void (*)(sc_low_t)) 462 #define SC_LOW_TARG_INIT_T (int (*)(sc_low_t, struct targ_info *, int)) 463 #define SC_LOW_LUN_INIT_T (int (*)(sc_low_t, struct targ_info *, struct lun_info *, int)) 464 #define SC_LOW_SELECT_T (int (*)(sc_low_t, struct slccb *)) 465 #define SC_LOW_ATTEN_T (void (*)(sc_low_t)) 466 #define SC_LOW_NEXUS_T (int (*)(sc_low_t)) 467 #define SC_LOW_MSG_T (int (*)(sc_low_t, struct targ_info *, u_int)) 469 #define SC_LOW_POWER_T (int (*)(sc_low_t, u_int)) [all …]
|