Lines Matching refs:dpath
178 struct cam_path *dpath; in pmpfreeze() local
185 if (xpt_create_path(&dpath, periph, in pmpfreeze()
189 xpt_acquire_device(dpath->device); in pmpfreeze()
190 cam_freeze_devq(dpath); in pmpfreeze()
191 xpt_free_path(dpath); in pmpfreeze()
200 struct cam_path *dpath; in pmprelease() local
207 if (xpt_create_path(&dpath, periph, in pmprelease()
211 cam_release_devq(dpath, 0, 0, 0, FALSE); in pmprelease()
212 xpt_release_device(dpath->device); in pmprelease()
213 xpt_free_path(dpath); in pmprelease()
221 struct cam_path *dpath; in pmponinvalidate() local
230 if (xpt_create_path(&dpath, periph, in pmponinvalidate()
233 xpt_async(AC_LOST_DEVICE, dpath, NULL); in pmponinvalidate()
234 xpt_free_path(dpath); in pmponinvalidate()
423 struct cam_path *dpath; in pmpstart() local
441 if (xpt_create_path(&dpath, periph, in pmpstart()
445 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpstart()
451 xpt_free_path(dpath); in pmpstart()
585 struct cam_path *dpath; in pmpdone() local
752 xpt_create_path(&dpath, periph, in pmpdone()
756 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpdone()
767 xpt_free_path(dpath); in pmpdone()
787 if (xpt_create_path(&dpath, periph, in pmpdone()
790 xpt_async(AC_LOST_DEVICE, dpath, NULL); in pmpdone()
791 xpt_free_path(dpath); in pmpdone()
826 if (xpt_create_path(&dpath, periph, in pmpdone()
834 xpt_async(AC_SENT_BDR, dpath, NULL); in pmpdone()
839 xpt_free_path(dpath); in pmpdone()
842 xpt_setup_ccb(&ccb->ccb_h, dpath, CAM_PRIORITY_XPT); in pmpdone()
845 xpt_free_path(dpath); in pmpdone()