Searched refs:scsiprint (Results 1 – 25 of 31) sorted by relevance
12
| /mirbsd/src/sys/dev/pci/ |
| D | iha_pci.c | 133 config_found(&sc->sc_dev, &sc->sc_link, scsiprint);
|
| D | trm_pci.c | 167 config_found(&sc->sc_device, &sc->sc_link, scsiprint); in trm_pci_attach()
|
| /mirbsd/src/sys/dev/usb/ |
| D | umass_scsi.c | 111 config_found((struct device *)sc, &scbus->sc_link, scsiprint); in umass_scsi_attach() 137 config_found((struct device *)sc, &scbus->sc_link, scsiprint); in umass_atapi_attach()
|
| D | usscanner.c | 366 sc->sc_child = config_found(&sc->sc_dev, &sc->sc_link, scsiprint); in USB_ATTACH()
|
| /mirbsd/src/sys/dev/ic/ |
| D | aic7xxx_openbsd.c | 137 &ahc->sc_channel, scsiprint); in ahc_attach() 140 &ahc->sc_channel_b, scsiprint); in ahc_attach() 150 &ahc->sc_channel_b, scsiprint); in ahc_attach() 152 &ahc->sc_channel, scsiprint); in ahc_attach()
|
| D | isp_openbsd.c | 162 config_found((void *)isp, lptr, scsiprint); in isp_attach() 165 config_found((void *)isp, lptr, scsiprint); in isp_attach()
|
| D | uha.c | 158 config_found(&sc->sc_dev, &sc->sc_link, scsiprint);
|
| D | gdt_common.c | 396 config_found(&gdt->sc_dev, &gdt->sc_link, scsiprint); 414 config_found(&gdt->sc_dev, &gdt->sc_raw_link[i], scsiprint);
|
| D | ami.c | 450 config_found(&sc->sc_dev, &sc->sc_link, scsiprint); 476 config_found(&sc->sc_dev, &rsc->sc_link, scsiprint);
|
| D | adv.c | 617 config_found(&sc->sc_dev, &sc->sc_link, scsiprint);
|
| D | cac.c | 244 config_found(&sc->sc_dv, &sc->sc_link, scsiprint); in cac_init()
|
| D | adw.c | 635 config_found(&sc->sc_dev, &sc->sc_link, scsiprint);
|
| D | dpt.c | 427 config_found(&sc->sc_dv, link, scsiprint);
|
| D | twe.c | 400 config_found(&sc->sc_dev, &sc->sc_link, scsiprint);
|
| D | bha.c | 353 config_found(&sc->sc_dev, &sc->sc_link, scsiprint);
|
| D | mpt_openbsd.c | 439 (void) config_found(&mpt->mpt_dev, lptr, scsiprint); in mpt_attach()
|
| D | oosiop.c | 254 config_found(&sc->sc_dev, &sc->sc_link, scsiprint); in oosiop_attach()
|
| /mirbsd/src/sys/scsi/ |
| D | scsiconf.h | 201 int scsiprint(void *, const char *);
|
| D | scsiconf.c | 120 scsiprint(aux, pnp) in scsiprint() function
|
| /mirbsd/src/sys/dev/sdmmc/ |
| D | sdmmc_scsi.c | 140 scsiprint); in sdmmc_scsi_attach()
|
| /mirbsd/src/sys/dev/i2o/ |
| D | iopsp.c | 223 config_found(&sc->sc_dv, &sc->sc_link, scsiprint); in iopsp_attach()
|
| D | ioprbs.c | 379 config_found(&sc->sc_dv, &sc->sc_link, scsiprint); in ioprbs_attach()
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | si.c | 497 config_found(self, &(ncr_sc->sc_link), scsiprint);
|
| /mirbsd/src/sys/dev/isa/ |
| D | aha.c | 415 config_found(self, &sc->sc_link, scsiprint);
|
| /mirbsd/src/sys/dev/atapiscsi/ |
| D | atapiscsi.c | 291 &as->sc_adapterlink, scsiprint);
|
12