Searched refs:CAM_SUCCESS (Results 1 – 25 of 48) sorted by relevance
12
| /NextBSD/sys/dev/iscsi_initiator/ |
| HD | isc_cam.c | 352 0/*bus_number*/) != CAM_SUCCESS) { in ic_init()
|
| /NextBSD/sys/dev/ppbus/ |
| HD | vpo.c | 170 if (xpt_bus_register(vpo->sim, dev, /*bus*/0) != CAM_SUCCESS) { in vpo_attach()
|
| /NextBSD/tools/tools/vhba/ |
| HD | vhba.c | 56 if (xpt_bus_register(vhba->sim, 0, 0) != CAM_SUCCESS) { in vhba_attach()
|
| /NextBSD/sys/dev/twa/ |
| HD | tw_osl_cam.c | 119 if (xpt_bus_register(sc->sim, sc->bus_dev, 0) != CAM_SUCCESS) { in tw_osli_cam_attach()
|
| /NextBSD/sys/dev/mrsas/ |
| HD | mrsas_cam.c | 166 if (xpt_bus_register(sc->sim_0, sc->mrsas_dev, 0) != CAM_SUCCESS) { in mrsas_cam_attach() 193 if (xpt_bus_register(sc->sim_1, sc->mrsas_dev, 1) != CAM_SUCCESS) { in mrsas_cam_attach()
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx_osm.c | 205 if (xpt_bus_register(sim, ahc->dev_softc, bus_id) != CAM_SUCCESS) { in ahc_attach() 241 CAM_SUCCESS) { in ahc_attach()
|
| HD | aic79xx_osm.c | 255 if (xpt_bus_register(sim, ahd->dev_softc, /*bus_id*/0) != CAM_SUCCESS) { in ahd_attach()
|
| /NextBSD/sys/dev/isci/ |
| HD | isci_controller.c | 640 != CAM_SUCCESS) { in isci_controller_attach_to_cam()
|
| /NextBSD/sys/dev/aac/ |
| HD | aac_cam.c | 233 if (xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in aac_cam_attach()
|
| /NextBSD/sys/powerpc/ps3/ |
| HD | ps3cdrom.c | 248 if (err != CAM_SUCCESS) { in ps3cdrom_attach()
|
| /NextBSD/sys/dev/ahci/ |
| HD | ahciem.c | 131 if (xpt_bus_register(enc->sim, dev, 0) != CAM_SUCCESS) { in ahci_em_attach()
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl_frontend_cam_sim.c | 201 if (xpt_bus_register(softc->sim, NULL, 0) != CAM_SUCCESS) { in cfcs_init()
|
| /NextBSD/sys/cam/ |
| HD | cam_ccb.h | 1132 #define CAM_SUCCESS 0 /* For signaling general success */ macro
|
| /NextBSD/sys/dev/wds/ |
| HD | wd7000.c | 615 if (xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in wds_attach()
|
| /NextBSD/sys/dev/ahb/ |
| HD | ahb.c | 555 if (xpt_bus_register(ahb->sim, ahb->dev, 0) != CAM_SUCCESS) { in ahbxptattach()
|
| /NextBSD/sys/dev/advansys/ |
| HD | advansys.c | 1385 if (xpt_bus_register(adv->sim, adv->dev, 0) != CAM_SUCCESS) {
|
| HD | adwcam.c | 1157 if (xpt_bus_register(adw->sim, adw->device, 0) != CAM_SUCCESS) { in adw_attach()
|
| /NextBSD/sys/dev/ata/ |
| HD | ata-all.c | 192 if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) { in ata_attach()
|
| /NextBSD/sys/dev/hptrr/ |
| HD | hptrr_osm_bsd.c | 1066 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
|
| /NextBSD/sys/dev/tws/ |
| HD | tws_cam.c | 176 0) != CAM_SUCCESS) { in tws_cam_attach()
|
| /NextBSD/sys/dev/aacraid/ |
| HD | aacraid_cam.c | 314 if (aac_xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in aac_cam_attach()
|
| /NextBSD/sys/dev/hyperv/storvsc/ |
| HD | hv_storvsc_drv_freebsd.c | 1088 if (xpt_bus_register(sc->hs_sim, dev, 0) != CAM_SUCCESS) { in storvsc_attach()
|
| /NextBSD/sys/dev/hpt27xx/ |
| HD | hpt27xx_osm_bsd.c | 1233 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
|
| /NextBSD/sys/dev/aha/ |
| HD | aha.c | 615 if (xpt_bus_register(aha->sim, aha->dev, 0) != CAM_SUCCESS) { in aha_attach()
|
| /NextBSD/sys/dev/aic/ |
| HD | aic.c | 1550 if (xpt_bus_register(aic->sim, aic->dev, 0) != CAM_SUCCESS) { in aic_attach()
|
12