| /freebsd-14.2/sys/dev/nvme/ |
| H A D | nvme_sim.c | 316 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 D | vhba.c | 55 if (xpt_bus_register(vhba->sim, 0, 0) != CAM_SUCCESS) { in vhba_attach()
|
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic7xxx_osm.c | 199 if (xpt_bus_register(sim, ahc->dev_softc, bus_id) != CAM_SUCCESS) { in ahc_attach() 236 CAM_SUCCESS) { in ahc_attach()
|
| H A D | aic79xx_osm.c | 253 if (xpt_bus_register(sim, ahd->dev_softc, /*bus_id*/0) != CAM_SUCCESS) { in ahd_attach()
|
| /freebsd-14.2/sys/dev/isci/ |
| H A D | isci_controller.c | 630 != CAM_SUCCESS) { in isci_controller_attach_to_cam()
|
| /freebsd-14.2/sys/dev/aac/ |
| H A D | aac_cam.c | 230 if (xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in aac_cam_attach()
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3cdrom.c | 247 if (err != CAM_SUCCESS) { in ps3cdrom_attach()
|
| /freebsd-14.2/sys/dev/ahci/ |
| H A D | ahciem.c | 132 if (xpt_bus_register(enc->sim, dev, 0) != CAM_SUCCESS) { in ahci_em_attach()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_frontend_cam_sim.c | 187 if (xpt_bus_register(softc->sim, NULL, 0) != CAM_SUCCESS) { in cfcs_init()
|
| /freebsd-14.2/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 181 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 D | cam_ccb.h | 1296 #define CAM_SUCCESS 0 /* For signaling general success */ macro
|
| H A D | cam_xpt.c | 928 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 D | smartpqi_cam.c | 1273 if (status != CAM_SUCCESS) { in register_sim()
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | hpt27xx_osm_bsd.c | 1129 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | hptrr_osm_bsd.c | 1062 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
|
| /freebsd-14.2/sys/dev/tws/ |
| H A D | tws_cam.c | 166 0) != CAM_SUCCESS) { in tws_cam_attach()
|
| /freebsd-14.2/sys/dev/ata/ |
| H A D | ata-all.c | 193 if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) { in ata_attach()
|
| /freebsd-14.2/sys/dev/aacraid/ |
| H A D | aacraid_cam.c | 296 if (aac_xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) { in aac_cam_attach()
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | hptnr_osm_bsd.c | 1419 if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) { in hpt_final_init()
|
| /freebsd-14.2/sys/dev/vmware/pvscsi/ |
| H A D | pvscsi.c | 1732 if (xpt_bus_register(sc->sim, dev, 0) != CAM_SUCCESS) { in pvscsi_attach()
|
| /freebsd-14.2/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 1173 if (xpt_bus_register(sc->hs_sim, dev, 0) != CAM_SUCCESS) { in storvsc_attach()
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | sbp_targ.c | 1970 if (xpt_bus_register(sc->sim, dev, /*bus*/0) != CAM_SUCCESS) in sbp_targ_attach()
|
| /freebsd-14.2/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 608 if (xpt_bus_register(sc->vtscsi_sim, dev, 0) != CAM_SUCCESS) { in vtscsi_register_cam()
|
| /freebsd-14.2/sys/powerpc/mpc85xx/ |
| H A D | fsl_sata.c | 393 if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) { in fsl_sata_attach()
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_cam.c | 139 if (CAM_SUCCESS != xpt_bus_register(sim, ocs->dev, chan)) { in ocs_attach_port()
|