Home
last modified time | relevance | path

Searched refs:scsi_proc_hostdir_add (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_priv.h119 extern int scsi_proc_hostdir_add(const struct scsi_host_template *);
126 # define scsi_proc_hostdir_add(sht) 0 macro
H A Dscsi_proc.c154 int scsi_proc_hostdir_add(const struct scsi_host_template *sht) in scsi_proc_hostdir_add() function
H A Dhosts.c528 if (scsi_proc_hostdir_add(shost->hostt) < 0) in scsi_host_alloc()