Searched refs:sc_low_t (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_low.h | 403 typedef struct scsi_low_softc *sc_low_t; typedef 413 #define SC_LOW_INIT_T (int (*)(sc_low_t, int)) 414 #define SC_LOW_BUSRST_T (void (*)(sc_low_t)) 415 #define SC_LOW_TARG_INIT_T (int (*)(sc_low_t, struct targ_info *, int)) 416 #define SC_LOW_LUN_INIT_T (int (*)(sc_low_t, struct targ_info *, struct lun_info *, int)) 417 #define SC_LOW_SELECT_T (int (*)(sc_low_t, struct slccb *)) 418 #define SC_LOW_ATTEN_T (void (*)(sc_low_t)) 419 #define SC_LOW_NEXUS_T (int (*)(sc_low_t)) 420 #define SC_LOW_MSG_T (int (*)(sc_low_t, struct targ_info *, u_int)) 422 #define SC_LOW_POWER_T (int (*)(sc_low_t, u_int)) [all …]
|