Searched refs:perph (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/cam/ |
| HD | cam_xpt.h | 83 struct cam_periph *perph, 87 struct cam_periph *perph, 127 struct cam_periph *perph,
|
| HD | cam_xpt_periph.h | 43 void xpt_schedule(struct cam_periph *perph, u_int32_t new_priority);
|
| HD | cam_xpt.c | 3373 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument 3385 status = xpt_compile_path(path, perph, path_id, target_id, lun_id); in xpt_create_path() 3405 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path() argument 3464 new_path->periph = perph; in xpt_compile_path()
|