Symbol: CAM_SUCCESS
sys/cam/cam_xpt.c
4001
return (CAM_SUCCESS);
sys/cam/cam_xpt.c
4022
return (CAM_SUCCESS);
sys/cam/cam_xpt.c
930
if ((error = xpt_bus_register(xpt_sim, NULL, 0)) != CAM_SUCCESS) {
sys/cam/ctl/ctl_frontend_cam_sim.c
186
if (xpt_bus_register(softc->sim, NULL, 0) != CAM_SUCCESS) {
sys/dev/aac/aac_cam.c
230
if (xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) {
sys/dev/aacraid/aacraid_cam.c
296
if (aac_xpt_bus_register(sim, dev, 0) != CAM_SUCCESS) {
sys/dev/ahci/ahci.c
907
if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) {
sys/dev/ahci/ahciem.c
131
if (xpt_bus_register(enc->sim, dev, 0) != CAM_SUCCESS) {
sys/dev/aic7xxx/aic79xx_osm.c
252
if (xpt_bus_register(sim, ahd->dev_softc, /*bus_id*/0) != CAM_SUCCESS) {
sys/dev/aic7xxx/aic7xxx_osm.c
198
if (xpt_bus_register(sim, ahc->dev_softc, bus_id) != CAM_SUCCESS) {
sys/dev/aic7xxx/aic7xxx_osm.c
235
CAM_SUCCESS) {
sys/dev/arcmsr/arcmsr.c
5186
if(xpt_bus_register(acb->psim, dev, 0) != CAM_SUCCESS) {
sys/dev/ata/ata-all.c
191
if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) {
sys/dev/firewire/sbp.c
1968
if (xpt_bus_register(sbp->sim, dev, /*bus*/0) != CAM_SUCCESS)
sys/dev/firewire/sbp_targ.c
1970
if (xpt_bus_register(sc->sim, dev, /*bus*/0) != CAM_SUCCESS)
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
1129
if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) {
sys/dev/hptiop/hptiop.c
2010
if (xpt_bus_register(hba->sim, dev, 0) != CAM_SUCCESS)
sys/dev/hptmv/entry.c
2029
if (xpt_bus_register(hpt_vsim, dev, 0) != CAM_SUCCESS)
sys/dev/hptnr/hptnr_osm_bsd.c
1419
if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) {
sys/dev/hptrr/hptrr_osm_bsd.c
1062
if (xpt_bus_register(vbus_ext->sim, NULL, 0) != CAM_SUCCESS) {
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
1178
if (xpt_bus_register(sc->hs_sim, dev, 0) != CAM_SUCCESS) {
sys/dev/isci/isci_controller.c
630
!= CAM_SUCCESS) {
sys/dev/isp/isp_freebsd.c
127
if (xpt_bus_register(sim, isp->isp_dev, chan) != CAM_SUCCESS) {
sys/dev/mpt/mpt_cam.c
341
if (xpt_bus_register(mpt->sim, mpt->dev, 0) != CAM_SUCCESS) {
sys/dev/mpt/mpt_cam.c
381
CAM_SUCCESS) {
sys/dev/mrsas/mrsas_cam.c
181
if (xpt_bus_register(sc->sim_0, sc->mrsas_dev, 0) != CAM_SUCCESS) {
sys/dev/mrsas/mrsas_cam.c
208
if (xpt_bus_register(sc->sim_1, sc->mrsas_dev, 1) != CAM_SUCCESS) {
sys/dev/mvs/mvs.c
184
if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) {
sys/dev/nvme/nvme_sim.c
353
if (xpt_bus_register(sc->s_sim, dev, 0) != CAM_SUCCESS) {
sys/dev/nvmf/host/nvmf_sim.c
269
if (xpt_bus_register(sc->sim, sc->dev, 0) != CAM_SUCCESS) {
sys/dev/ocs_fc/ocs_cam.c
139
if (CAM_SUCCESS != xpt_bus_register(sim, ocs->dev, chan)) {
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
895
if ( xpt_bus_register( lsim, devx, 0 ) != CAM_SUCCESS )
sys/dev/siis/siis.c
521
if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) {
sys/dev/smartpqi/smartpqi_cam.c
1264
if (status != CAM_SUCCESS) {
sys/dev/sym/sym_hipd.c
8874
if (xpt_bus_register(sim, np->device, 0) != CAM_SUCCESS)
sys/dev/tws/tws_cam.c
166
0) != CAM_SUCCESS) {
sys/dev/ufshci/ufshci_sim.c
366
if (xpt_bus_register(ctrlr->ufshci_sim, ctrlr->dev, 0) != CAM_SUCCESS) {
sys/dev/usb/storage/umass.c
2175
if (status != CAM_SUCCESS) {
sys/dev/virtio/scsi/virtio_scsi.c
606
if (xpt_bus_register(sc->vtscsi_sim, dev, 0) != CAM_SUCCESS) {
sys/dev/vmware/pvscsi/pvscsi.c
1735
if (xpt_bus_register(sc->sim, dev, 0) != CAM_SUCCESS) {
sys/powerpc/mpc85xx/fsl_sata.c
391
if (xpt_bus_register(ch->sim, dev, 0) != CAM_SUCCESS) {
sys/powerpc/ps3/ps3cdrom.c
246
if (err != CAM_SUCCESS) {
tools/tools/vhba/vhba.c
55
if (xpt_bus_register(vhba->sim, 0, 0) != CAM_SUCCESS) {