Searched refs:new_path_ptr (Results 1 – 2 of 2) sorted by relevance
/freebsd/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 | 3446 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument 3463 *new_path_ptr = path; in xpt_create_path() 3468 xpt_create_path_unlocked(struct cam_path **new_path_ptr, in xpt_create_path_unlocked() argument 3473 return (xpt_create_path(new_path_ptr, periph, path_id, target_id, in xpt_create_path_unlocked() 3554 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path() argument 3568 *new_path_ptr = new_path; in xpt_clone_path()
|