Searched refs:perph (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 88 struct cam_periph *perph, 92 struct cam_periph *perph, 133 struct cam_periph *perph,
|
H A D | cam_xpt_periph.h | 42 void xpt_schedule(struct cam_periph *perph, uint32_t new_priority);
|
H A D | cam_xpt.c | 3440 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument 3452 status = xpt_compile_path(path, perph, path_id, target_id, lun_id); in xpt_create_path() 3472 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path() argument 3531 new_path->periph = perph; in xpt_compile_path()
|