Searched refs:cam_ccb (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_pass.h35 #include <cam/cam_ccb.h>
H A Dscsi_targetio.h42 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dcam_machdep.c36 #include <cam/cam_ccb.h>
/freebsd-12-stable/lib/libcam/tests/
H A Dlibcam_test.c268 union ccb *cam_ccb; local
279 cam_ccb = cam_getccb(cam_dev);
280 ATF_CHECK_MSG(cam_ccb != NULL, "get_camccb failed: %s", cam_errbuf);
282 cam_freeccb(cam_ccb);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_cam.h39 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_cam.h103 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_includes.h62 #include <cam/cam_ccb.h>
/freebsd-12-stable/tools/tools/vhba/
H A Dvhba.h51 #include <cam/cam_ccb.h>
/freebsd-12-stable/lib/libcam/
H A Dcamlib.h73 #include <cam/cam_ccb.h>
/freebsd-12-stable/usr.bin/sdiotool/
H A Dcam_sdio.h56 #include <cam/cam_ccb.h>
H A Dlinux_sdio_compat.c54 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/cam/
H A Dcam_sim.c42 #include <cam/cam_ccb.h>
H A Dcam_xpt.h39 #include <cam/cam_ccb.h>
H A Dcam_queue.c41 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_scsi_all.c53 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/cam/nvme/
H A Dnvme_all.c52 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dos_bsd.h74 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/hptnr/
H A Dos_bsd.h76 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/hptrr/
H A Dos_bsd.h77 #include <cam/cam_ccb.h>
/freebsd-12-stable/usr.bin/iscsictl/
H A Dperiphs.c54 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/hptmv/
H A Dosbsd.h49 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/isci/
H A Disci.h52 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.h72 #include <cam/cam_ccb.h>
H A Daic7xxx_osm.h80 #include <cam/cam_ccb.h>
/freebsd-12-stable/sys/dev/sym/
H A Dsym_hipd.c101 #include <cam/cam_ccb.h>
1392 union ccb *cam_ccb; /* CAM scsiio ccb */ member in struct:sym_ccb
2290 if (cp && cp->cam_ccb)
2291 xpt_print_path(cp->cam_ccb->ccb_h.path);
2332 ccb = cp->cam_ccb;
3561 ccb = cp->cam_ccb;
4586 sym_set_cam_status(cp->cam_ccb, CAM_REQUEUE_REQ);
4631 ccb = cp->cam_ccb;
4851 ccb = cp->cam_ccb;
5029 assert(i && sym_get_cam_status(cp->cam_ccb)
[all...]

Completed in 287 milliseconds

123456