Home
last modified time | relevance | path

Searched refs:xpt_clone_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.h137 int xpt_clone_path(struct cam_path **new_path,
H A Dcam_xpt.c3549 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path() function
4280 if (xpt_clone_path(&ccb->ccb_h.path, path) != 0) { in xpt_async()