Searched refs:new_path_ptr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/cam/ |
H A D | cam_xpt.h | 87 cam_status xpt_create_path(struct cam_path **new_path_ptr, 91 cam_status xpt_create_path_unlocked(struct cam_path **new_path_ptr,
|
H A D | cam_xpt.c | 3441 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument 3458 *new_path_ptr = path; in xpt_create_path() 3463 xpt_create_path_unlocked(struct cam_path **new_path_ptr, in xpt_create_path_unlocked() argument 3468 return (xpt_create_path(new_path_ptr, periph, path_id, target_id, in xpt_create_path_unlocked() 3549 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path() argument 3563 *new_path_ptr = new_path; in xpt_clone_path()
|