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 | 3459 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument 3476 *new_path_ptr = path; in xpt_create_path() 3481 xpt_create_path_unlocked(struct cam_path **new_path_ptr, in xpt_create_path_unlocked() argument 3486 return (xpt_create_path(new_path_ptr, periph, path_id, target_id, in xpt_create_path_unlocked() 3567 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path() argument 3581 *new_path_ptr = new_path; in xpt_clone_path()
|