Home
last modified time | relevance | path

Searched refs:cam_sim_alloc (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/sys/dev/mpt/
H A Dmpt_cam.h148 cam_sim_alloc(a, b, c, mpt, (mpt)->unit, &(mpt)->mpt_lock, e, f, g)
/freebsd/sys/cam/
H A Dcam_sim.h54 struct cam_sim * cam_sim_alloc(sim_action_func sim_action,
H A Dcam_sim.c100 cam_sim_alloc(sim_action_func sim_action, sim_poll_func sim_poll, in cam_sim_alloc() function
/freebsd/sys/cam/mmc/
H A Dmmc_sim.c200 mmc_sim->sim = cam_sim_alloc(mmc_cam_sim_default_action, in mmc_cam_sim_alloc()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_sim.c261 sc->sim = cam_sim_alloc(nvmf_sim_action, NULL, "nvme", sc, in nvmf_init_sim()
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c116 sc->sim = cam_sim_alloc(action_func, mmcnull_poll, "mmcnull", sc, in mmcnull_attach()
/freebsd/tools/tools/vhba/
H A Dvhba.c48 …vhba->sim = cam_sim_alloc(vhba_action, vhba_poll, VHBA_MOD, vhba, 0, &vhba->lock, VHBA_MAXCMDS, VH… in vhba_attach()
/freebsd/sys/dev/nvme/
H A Dnvme_sim.c323 sc->s_sim = cam_sim_alloc(nvme_sim_action, nvme_sim_poll, in nvme_sim_new_controller()
/freebsd/sys/dev/mfi/
H A Dmfi_cam.c142 sc->sim = cam_sim_alloc(mfip_cam_action, mfip_cam_poll, "mfi", sc, in mfip_attach()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c190 sim = cam_sim_alloc(ahc_action, ahc_poll, "ahc", ahc, in ahc_attach()
223 sim2 = cam_sim_alloc(ahc_action, ahc_poll, "ahc", in ahc_attach()
H A Daic79xx_osm.c244 sim = cam_sim_alloc(ahd_action, ahd_poll, "ahd", ahd, in ahd_attach()
/freebsd/sys/dev/isci/
H A Disci_controller.c619 controller->sim = cam_sim_alloc(isci_action, isci_poll, "isci", in isci_controller_attach_to_cam()
/freebsd/sys/dev/aac/
H A Daac_cam.c221 sim = cam_sim_alloc(aac_cam_action, aac_cam_poll, "aacp", camsc, in aac_cam_attach()
/freebsd/sys/powerpc/ps3/
H A Dps3cdrom.c231 sc->sc_sim = cam_sim_alloc(ps3cdrom_action, ps3cdrom_poll, "ps3cdrom", in ps3cdrom_attach()
/freebsd/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c177 softc->sim = cam_sim_alloc(cfcs_action, cfcs_poll, softc->port_name, in cfcs_init()
/freebsd/sys/dev/mrsas/
H A Dmrsas_cam.c164 sc->sim_0 = cam_sim_alloc(mrsas_action, mrsas_cam_poll, "mrsas", sc, in mrsas_cam_attach()
199 sc->sim_1 = cam_sim_alloc(mrsas_action, mrsas_cam_poll, "mrsas", sc, in mrsas_cam_attach()
/freebsd/sys/powerpc/pseries/
H A Dphyp_vscsi.c358 sc->sim = cam_sim_alloc(vscsi_cam_action, vscsi_cam_poll, "vscsi", sc, in vscsi_attach()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c1259 sim = cam_sim_alloc(smartpqi_cam_action, \ in register_sim()
/freebsd/sys/dev/tws/
H A Dtws_cam.c153 sc->sim = cam_sim_alloc(tws_action, tws_poll, "tws", sc, in tws_cam_attach()
/freebsd/sys/dev/ata/
H A Data-all.c183 ch->sim = cam_sim_alloc(ataaction, atapoll, "ata", ch, in ata_attach()
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1051 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1119 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c90 #define aac_sim_alloc cam_sim_alloc
/freebsd/sys/dev/vmware/pvscsi/
H A Dpvscsi.c1720 sc->sim = cam_sim_alloc(pvscsi_action, pvscsi_poll, "pvscsi", sc, in pvscsi_attach()
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1408 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()

12