Searched refs:free_ccb (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_cmds.c165 free_ccb((union ccb *)ctio);
700 free_ccb((union ccb *)ctio);
756 free_ccb((union ccb *)ctio);
H A Dscsi_target.c94 /* static void free_ccb(union ccb *); */
348 free_ccb((union ccb *)ccb_h);
352 free_ccb((union ccb *)ccb_h);
742 free_ccb((union ccb *)ctio);
891 free_ccb(union ccb *ccb) function
H A Dscsi_target.h114 extern void free_ccb(union ccb *ccb);
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c3844 xpt_release_ccb(union ccb *free_ccb) argument
3850 xpt_path_assert(free_ccb->ccb_h.path, MA_OWNED);
3851 device = free_ccb->ccb_h.path->device;
3852 periph = free_ccb->ccb_h.path->periph;
3854 xpt_free_ccb(free_ccb);
4563 xpt_free_ccb(union ccb *free_ccb) argument
4565 free(free_ccb, M_CAMCCB);
H A Dcam_xpt.h78 void xpt_free_ccb(union ccb *free_ccb);

Completed in 137 milliseconds