Searched refs:xpt_copy_path (Results 1 – 2 of 2) sorted by relevance
133 void xpt_copy_path(struct cam_path *new_path,
783 xpt_copy_path(&path, ccb->ccb_h.path); in xpt_scanner_thread()3488 xpt_copy_path(new_path, path); in xpt_clone_path()3494 xpt_copy_path(struct cam_path *new_path, struct cam_path *path) in xpt_copy_path() function