Home
last modified time | relevance | path

Searched refs:xpt_alloc_ccb_nowait (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/dev/isci/
H A Disci_domain.c299 union ccb *ccb = xpt_alloc_ccb_nowait(); in scif_cb_domain_device_removed()
H A Disci_remote_device.c84 union ccb *ccb = xpt_alloc_ccb_nowait(); in scif_cb_remote_device_ready()
/freebsd/sys/cam/
H A Dcam_xpt.h76 union ccb *xpt_alloc_ccb_nowait(void);
H A Dcam_periph.c1752 orig_ccb = xpt_alloc_ccb_nowait(); in camperiphscsisenseerror()
2095 scan_ccb = xpt_alloc_ccb_nowait(); in cam_periph_error()
2148 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) != NULL) { in cam_periph_devctl_notify()
H A Dcam_xpt.c3964 scan_ccb = xpt_alloc_ccb_nowait(); in xpt_bus_register()
4273 ccb = xpt_alloc_ccb_nowait(); in xpt_async()
4539 xpt_alloc_ccb_nowait(void) in xpt_alloc_ccb_nowait() function
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c118 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) { in os_add_device()
702 ccb = xpt_alloc_ccb_nowait(); in smartpqi_lun_rescan()
1282 ccb = xpt_alloc_ccb_nowait(); in register_sim()
/freebsd/sys/dev/nvme/
H A Dnvme_sim.c346 ccb = xpt_alloc_ccb_nowait(); in nvme_sim_ns_change()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_sim.c292 ccb = xpt_alloc_ccb_nowait(); in nvmf_sim_rescan_ns()
/freebsd/tools/tools/vhba/mptest/
H A Dvhba_mptest.c438 ccb = xpt_alloc_ccb_nowait(); in vhba_timer()
/freebsd/sys/dev/mfi/
H A Dmfi_cam.c316 ccb = xpt_alloc_ccb_nowait(); in mfip_cam_rescan()
/freebsd/sys/cam/ata/
H A Data_xpt.c1393 work_ccb = xpt_alloc_ccb_nowait(); in ata_scan_bus()
1412 reset_ccb = xpt_alloc_ccb_nowait(); in ata_scan_bus()
1450 work_ccb = xpt_alloc_ccb_nowait(); in ata_scan_bus()
1564 request_ccb = xpt_alloc_ccb_nowait(); in ata_scan_lun()
H A Data_pmp.c837 ccb = xpt_alloc_ccb_nowait(); in pmpdone()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1943 work_ccb = xpt_alloc_ccb_nowait(); in scsi_scan_bus()
1976 (reset_ccb = xpt_alloc_ccb_nowait()) != NULL) { in scsi_scan_bus()
2047 work_ccb = xpt_alloc_ccb_nowait(); in scsi_scan_bus()
2324 request_ccb = xpt_alloc_ccb_nowait(); in scsi_scan_lun()
H A Dscsi_ch.c1703 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) == NULL) in chscsiversion()
/freebsd/sys/dev/aac/
H A Daac_cam.c123 ccb = xpt_alloc_ccb_nowait(); in aac_cam_rescan()
/freebsd/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c244 ccb = xpt_alloc_ccb_nowait(); in cfcs_onoffline()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c690 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in fsl_sata_phy_check_events()
1379 ccb = xpt_alloc_ccb_nowait(); in fsl_sata_issue_recovery()
/freebsd/sys/dev/mps/
H A Dmps_sas_lsi.c1114 ccb = xpt_alloc_ccb_nowait(); in mpssas_SSU_to_SATA_devices()
H A Dmps_sas.c270 ccb = xpt_alloc_ccb_nowait(); in mpssas_rescan_target()
3258 ccb = xpt_alloc_ccb_nowait(); in mpssas_prepare_for_tm()
/freebsd/sys/dev/ahci/
H A Dahci.c1232 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in ahci_phy_check_events()
1268 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in ahci_cpd_check_events()
2159 ccb = xpt_alloc_ccb_nowait(); in ahci_issue_recovery()
/freebsd/sys/dev/siis/
H A Dsiis.c821 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in siis_phy_check_events()
1378 ccb = xpt_alloc_ccb_nowait(); in siis_issue_recovery()
/freebsd/sys/dev/mpr/
H A Dmpr_sas_lsi.c1483 ccb = xpt_alloc_ccb_nowait(); in mprsas_SSU_to_SATA_devices()
/freebsd/sys/dev/ata/
H A Data-all.c270 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in ata_conn_event()
/freebsd/sys/dev/mvs/
H A Dmvs.c610 if ((ccb = xpt_alloc_ccb_nowait()) == NULL) in mvs_phy_check_events()
1782 ccb = xpt_alloc_ccb_nowait(); in mvs_issue_recovery()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c180 ccb = xpt_alloc_ccb_nowait(); in aac_cam_rescan()

12