Searched refs:xpt_alloc_ccb_nowait (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/sys/dev/isci/
H A Disci_domain.c299 union ccb *ccb = xpt_alloc_ccb_nowait();
H A Disci_remote_device.c84 union ccb *ccb = xpt_alloc_ccb_nowait();
H A Disci_controller.c587 union ccb *ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/cam/
H A Dcam_xpt.h71 union ccb *xpt_alloc_ccb_nowait(void);
H A Dcam_periph.c1498 orig_ccb = xpt_alloc_ccb_nowait();
1828 scan_ccb = xpt_alloc_ccb_nowait();
1881 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) != NULL) {
H A Dcam_xpt.c3959 scan_ccb = xpt_alloc_ccb_nowait();
4268 ccb = xpt_alloc_ccb_nowait();
4532 xpt_alloc_ccb_nowait() function
/freebsd-10-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c439 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/aac/
H A Daac_cam.c125 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/mfi/
H A Dmfi_cam.c317 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/cam/ata/
H A Data_xpt.c1350 work_ccb = xpt_alloc_ccb_nowait();
1372 reset_ccb = xpt_alloc_ccb_nowait();
1410 work_ccb = xpt_alloc_ccb_nowait();
1527 request_ccb = xpt_alloc_ccb_nowait();
H A Data_pmp.c841 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_xpt.c1920 work_ccb = xpt_alloc_ccb_nowait();
1953 (reset_ccb = xpt_alloc_ccb_nowait()) != NULL) {
2025 work_ccb = xpt_alloc_ccb_nowait();
2305 request_ccb = xpt_alloc_ccb_nowait();
H A Dscsi_ch.c1722 if ((cgd = (struct ccb_getdev *)xpt_alloc_ccb_nowait()) == NULL)
H A Dscsi_pass.c1815 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c269 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/siis/
H A Dsiis.c822 if ((ccb = xpt_alloc_ccb_nowait()) == NULL)
1382 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/mps/
H A Dmps_sas_lsi.c1136 ccb = xpt_alloc_ccb_nowait();
H A Dmps_sas.c287 ccb = xpt_alloc_ccb_nowait();
3409 ccb = xpt_alloc_ccb_nowait();
3579 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c1458 ccb = xpt_alloc_ccb_nowait();
H A Dmpr_sas.c293 ccb = xpt_alloc_ccb_nowait();
3696 ccb = xpt_alloc_ccb_nowait();
3861 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/ata/
H A Data-all.c272 if ((ccb = xpt_alloc_ccb_nowait()) == NULL)
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.c1036 if ((ccb = xpt_alloc_ccb_nowait()) == NULL)
1072 if ((ccb = xpt_alloc_ccb_nowait()) == NULL)
1950 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_cam.c197 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c791 ccb = xpt_alloc_ccb_nowait();
/freebsd-10-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1695 ccb = xpt_alloc_ccb_nowait();

Completed in 240 milliseconds

12