Searched refs:scsi_device_handler (Results 1 – 7 of 7) sorted by relevance
88 static struct scsi_device_handler *__scsi_dh_lookup(const char *name) in __scsi_dh_lookup()90 struct scsi_device_handler *tmp, *found = NULL; in __scsi_dh_lookup()103 static struct scsi_device_handler *scsi_dh_lookup(const char *name) in scsi_dh_lookup()105 struct scsi_device_handler *dh; in scsi_dh_lookup()125 struct scsi_device_handler *scsi_dh) in scsi_dh_handler_attach()172 struct scsi_device_handler *devinfo = NULL; in scsi_dh_add_device()199 int scsi_register_device_handler(struct scsi_device_handler *scsi_dh) in scsi_register_device_handler()224 int scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh) in scsi_unregister_device_handler()323 struct scsi_device_handler *scsi_dh; in scsi_dh_attach()
48 struct scsi_device_handler { struct
242 struct scsi_device_handler *handler;361 extern int scsi_register_device_handler(struct scsi_device_handler *scsi_dh);363 extern int scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh);
243 static struct scsi_device_handler hp_sw_dh = {
516 static struct scsi_device_handler clariion_dh = {
791 static struct scsi_device_handler rdac_dh = {
1272 static struct scsi_device_handler alua_dh = {
Completed in 16 milliseconds