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.h117 extern int scsi_proc_hostdir_add(const struct scsi_host_template *);
124 # define scsi_proc_hostdir_add(sht) 0 macro
H A Dscsi_proc.c149 * scsi_proc_hostdir_add - Create directory in /proc for a scsi host
154 int scsi_proc_hostdir_add(const struct scsi_host_template *sht) in scsi_proc_hostdir_add() function
242 e ? "proc_create_data()" : "scsi_proc_hostdir_add()"); in scsi_proc_host_add()
H A Dhosts.c532 if (scsi_proc_hostdir_add(shost->hostt) < 0) in scsi_host_alloc()