Home
last modified time | relevance | path

Searched refs:CAM_SUCCESS (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/sys/dev/nvme/
H A Dnvme_sim.c316 if (xpt_bus_register(sc->s_sim, ctrlr->dev, 0) != CAM_SUCCESS) { in nvme_sim_new_controller()
/freebsd-14.2/tools/tools/vhba/
H A Dvhba.c55 if (xpt_bus_register(vhba->sim, 0, 0) != CAM_SUCCESS) { in vhba_attach()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_osm.c199 if (xpt_bus_register(sim, ahc->dev_softc, bus_id) != CAM_SUCCESS) { in ahc_attach()
236 CAM_SUCCESS) { in ahc_attach()
H A Daic79xx_osm.c253 if (xpt_bus_register(sim, ahd->dev_softc, /*bus_id*/0) != CAM_SUCCESS) { in ahd_attach()
/freebsd-14.2/sys/dev/isci/
H A Disci_controller.c630 != CAM_SUCCESS) { in isci_controller_attach_to_cam()
/freebsd-14.2/sys/dev/aac/
H A Daac_cam.c230 if (xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in aac_cam_attach()
/freebsd-14.2/sys/powerpc/ps3/
H A Dps3cdrom.c247 if (err != CAM_SUCCESS) { in ps3cdrom_attach()
/freebsd-14.2/sys/dev/ahci/
H A Dahciem.c132 if (xpt_bus_register(enc->sim, dev, 0) != CAM_SUCCESS) { in ahci_em_attach()
/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c187 if (xpt_bus_register(softc->sim, NULL, 0) != CAM_SUCCESS) { in cfcs_init()
/freebsd-14.2/sys/dev/mrsas/
H A Dmrsas_cam.c181 if (xpt_bus_register(sc->sim_0, sc->mrsas_dev, 0) != CAM_SUCCESS) { in mrsas_cam_attach()
208 if (xpt_bus_register(sc->sim_1, sc->mrsas_dev, 1) != CAM_SUCCESS) { in mrsas_cam_attach()
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h1296 #define CAM_SUCCESS 0 /* For signaling general success */ macro
H A Dcam_xpt.c928 if ((error = xpt_bus_register(xpt_sim, NULL, 0)) != CAM_SUCCESS) { in xpt_init()
3982 return (CAM_SUCCESS); in xpt_bus_register()
4003 return (CAM_SUCCESS); in xpt_bus_deregister()
/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_cam.c1273 if (status != CAM_SUCCESS) { in register_sim()
/freebsd-14.2/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1129 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
/freebsd-14.2/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1062 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
/freebsd-14.2/sys/dev/tws/
H A Dtws_cam.c166 0) != CAM_SUCCESS) { in tws_cam_attach()
/freebsd-14.2/sys/dev/ata/
H A Data-all.c193 if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) { in ata_attach()
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_cam.c296 if (aac_xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in aac_cam_attach()
/freebsd-14.2/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1419 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
/freebsd-14.2/sys/dev/vmware/pvscsi/
H A Dpvscsi.c1732 if (xpt_bus_register(sc->sim, dev, 0) != CAM_SUCCESS) { in pvscsi_attach()
/freebsd-14.2/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1173 if (xpt_bus_register(sc->hs_sim, dev, 0) != CAM_SUCCESS) { in storvsc_attach()
/freebsd-14.2/sys/dev/firewire/
H A Dsbp_targ.c1970 if (xpt_bus_register(sc->sim, dev, /*bus*/0) != CAM_SUCCESS) in sbp_targ_attach()
/freebsd-14.2/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c608 if (xpt_bus_register(sc->vtscsi_sim, dev, 0) != CAM_SUCCESS) { in vtscsi_register_cam()
/freebsd-14.2/sys/powerpc/mpc85xx/
H A Dfsl_sata.c393 if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) { in fsl_sata_attach()
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_cam.c139 if (CAM_SUCCESS != xpt_bus_register(sim, ocs->dev, chan)) { in ocs_attach_port()

12