Searched refs:scsi_device_handler (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh.c32 struct scsi_device_handler *handler;
39 static struct scsi_device_handler *get_device_handler(const char *name)
41 struct scsi_device_handler *tmp, *found = NULL;
55 static struct scsi_device_handler *
59 struct scsi_device_handler *found_dh = NULL;
74 static int scsi_dh_handler_lookup(struct scsi_device_handler *scsi_dh,
100 static struct scsi_device_handler *
101 device_handler_match(struct scsi_device_handler *scsi_dh,
104 struct scsi_device_handler *found_dh = NULL;
115 struct scsi_device_handler *tmp_d
[all...]
H A Dscsi_dh_hp_sw.c324 static struct scsi_device_handler hp_sw_dh = {
341 scsi_dh_data = kzalloc(sizeof(struct scsi_device_handler *)
H A Dscsi_dh_alua.c729 static struct scsi_device_handler alua_dh = {
751 scsi_dh_data = kzalloc(sizeof(struct scsi_device_handler *)
H A Dscsi_dh_emc.c621 static struct scsi_device_handler clariion_dh = {
640 scsi_dh_data = kzalloc(sizeof(struct scsi_device_handler *)
H A Dscsi_dh_rdac.c782 static struct scsi_device_handler rdac_dh = {
801 scsi_dh_data = kzalloc(sizeof(struct scsi_device_handler *)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_device.h182 struct scsi_device_handler { struct
199 struct scsi_device_handler *scsi_dh;
281 extern int scsi_register_device_handler(struct scsi_device_handler *scsi_dh);
283 extern int scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh);

Completed in 182 milliseconds