Searched refs:free_ccb (Results 1 – 5 of 5) sorted by relevance
348 free_ccb((union ccb *)ccb_h); in cleanup()352 free_ccb((union ccb *)ccb_h); in cleanup()742 free_ccb((union ccb *)ctio); in run_queue()891 free_ccb(union ccb *ccb) in free_ccb() function
114 extern void free_ccb(union ccb *ccb);
165 free_ccb((union ccb *)ctio); in tcmd_handle()700 free_ccb((union ccb *)ctio); in tcmd_rdwr_done()756 free_ccb((union ccb *)ctio); in tcmd_rdwr_done()
78 void xpt_free_ccb(union ccb *free_ccb);
3844 xpt_release_ccb(union ccb *free_ccb) in xpt_release_ccb() argument3850 xpt_path_assert(free_ccb->ccb_h.path, MA_OWNED); in xpt_release_ccb()3851 device = free_ccb->ccb_h.path->device; in xpt_release_ccb()3852 periph = free_ccb->ccb_h.path->periph; in xpt_release_ccb()3854 xpt_free_ccb(free_ccb); in xpt_release_ccb()4563 xpt_free_ccb(union ccb *free_ccb) in xpt_free_ccb() argument4565 free(free_ccb, M_CAMCCB); in xpt_free_ccb()