Searched refs:scsi_low_attach (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/modules/scsi_low/ |
| D | Makefile | 8 EXPORT_SYMS= scsi_low_attach \
|
| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_low.h | 605 int scsi_low_attach(struct scsi_low_softc *, int, int, int, int, int);
|
| D | scsi_low.c | 1456 scsi_low_attach(slp, openings, ntargs, nluns, targsize, lunsize) in scsi_low_attach() function
|
| /freebsd-10-stable/sys/dev/ct/ |
| D | ct.c | 347 (void) scsi_low_attach(slp, 0, CT_NTARGETS, CT_NLUNS, in ctattachsubr()
|
| /freebsd-10-stable/sys/dev/ncv/ |
| D | ncr53c500.c | 621 (void) scsi_low_attach(slp, 0, NCV_NTARGETS, NCV_NLUNS,
|
| /freebsd-10-stable/sys/dev/stg/ |
| D | tmc18c30.c | 438 (void) scsi_low_attach(slp, 0, STG_NTARGETS, STG_NLUNS,
|
| /freebsd-10-stable/sys/dev/nsp/ |
| D | nsp.c | 613 (void) scsi_low_attach(slp, 0, NSP_NTARGETS, NSP_NLUNS,
|