Searched refs:get_device_handler (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/device_handler/
H A Dscsi_dh.c39 static struct scsi_device_handler *get_device_handler(const char *name) function
214 if (!(scsi_dh = get_device_handler(buf)))
376 if (get_device_handler(scsi_dh->name))
400 if (!get_device_handler(scsi_dh->name))
499 return (get_device_handler(name) != NULL);
515 scsi_dh = get_device_handler(name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh.c39 static struct scsi_device_handler *get_device_handler(const char *name) function
214 if (!(scsi_dh = get_device_handler(buf)))
376 if (get_device_handler(scsi_dh->name))
400 if (!get_device_handler(scsi_dh->name))
499 return (get_device_handler(name) != NULL);
515 scsi_dh = get_device_handler(name);

Completed in 108 milliseconds