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