Searched refs:new_path_ptr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/cam/ |
| H A D | cam_xpt.h | 88 cam_status xpt_create_path(struct cam_path **new_path_ptr, 92 cam_status xpt_create_path_unlocked(struct cam_path **new_path_ptr,
|
| H A D | cam_xpt.c | 3444 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument 3461 *new_path_ptr = path; in xpt_create_path() 3466 xpt_create_path_unlocked(struct cam_path **new_path_ptr, in xpt_create_path_unlocked() argument 3471 return (xpt_create_path(new_path_ptr, periph, path_id, target_id, in xpt_create_path_unlocked() 3552 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path() argument 3566 *new_path_ptr = new_path; in xpt_clone_path()
|