Home
last modified time | relevance | path

Searched refs:xpt_alloc_ccb (Results 1 – 21 of 21) sorted by relevance

/freebsd-13-stable/sys/cam/
HDcam_xpt.h76 union ccb *xpt_alloc_ccb(void);
HDcam_compat.c145 ccb = xpt_alloc_ccb(); in cam_compat_handle_0x17()
283 ccb = xpt_alloc_ccb(); in cam_compat_handle_0x18()
HDcam_xpt.c464 ccb = xpt_alloc_ccb(); in xptdoioctl()
4622 xpt_alloc_ccb(void) in xpt_alloc_ccb() function
/freebsd-13-stable/sys/dev/sdio/
HDsdiob.c153 sc->ccb = xpt_alloc_ccb(); in sdiob_rw_direct_sc()
253 sc->ccb = xpt_alloc_ccb(); in sdiob_rw_extended_cam()
985 sc->ccb = xpt_alloc_ccb(); in sdiobdiscover()
/freebsd-13-stable/sys/dev/iscsi_initiator/
HDisc_cam.c142 ccb = xpt_alloc_ccb(); in ic_scan()
/freebsd-13-stable/sys/dev/twa/
HDtw_osl_cam.c476 if ((ccb = xpt_alloc_ccb()) == NULL) in tw_osli_request_bus_scan()
/freebsd-13-stable/sys/dev/mrsas/
HDmrsas_cam.c1786 if ((ccb_0 = xpt_alloc_ccb()) == NULL) { in mrsas_bus_scan()
1789 if ((ccb_1 = xpt_alloc_ccb()) == NULL) { in mrsas_bus_scan()
1827 if ((ccb = xpt_alloc_ccb()) == NULL) { in mrsas_bus_scan_sim()
/freebsd-13-stable/sys/cam/scsi/
HDscsi_sg.c704 ccb = xpt_alloc_ccb(); in sgwrite()
/freebsd-13-stable/sys/dev/tws/
HDtws.c599 sc->scan_ccb = xpt_alloc_ccb(); in tws_init()
HDtws_cam.c210 ccb = xpt_alloc_ccb(); in tws_bus_scan()
/freebsd-13-stable/sys/cam/nvme/
HDnvme_da.c410 ccb = xpt_alloc_ccb(); in ndaioctl()
/freebsd-13-stable/sys/cam/mmc/
HDmmc_xpt.c410 ccb = xpt_alloc_ccb(); in mmccam_start_discovery()
HDmmc_da.c1079 new_ccb = xpt_alloc_ccb(); in sdda_start_init_task()
/freebsd-13-stable/sys/dev/hptrr/
HDhptrr_osm_bsd.c1303 if ((ccb = xpt_alloc_ccb()) == NULL) in hpt_rescan_bus()
/freebsd-13-stable/sys/dev/hpt27xx/
HDhpt27xx_osm_bsd.c1370 if ((ccb = xpt_alloc_ccb()) == NULL) in hpt_rescan_bus()
/freebsd-13-stable/sys/dev/mpt/
HDmpt_raid.c704 ccb = xpt_alloc_ccb(); in mpt_raid_thread()
/freebsd-13-stable/sys/dev/hptnr/
HDhptnr_osm_bsd.c1660 if ((ccb = xpt_alloc_ccb()) == NULL) in hpt_rescan_bus()
/freebsd-13-stable/sys/cam/ctl/
HDscsi_ctl.c1538 ccb = xpt_alloc_ccb(); in ctlfe_onoffline()
/freebsd-13-stable/sys/dev/mly/
HDmly.c2036 if ((ccb = xpt_alloc_ccb()) == NULL) { in mly_cam_rescan_btl()
/freebsd-13-stable/sys/dev/hptmv/
HDentry.c2009 ccb = xpt_alloc_ccb(); in hpt_attach()
/freebsd-13-stable/sys/dev/hptiop/
HDhptiop.c1396 if ((ccb = xpt_alloc_ccb()) == NULL) in hptiop_rescan_bus()