Home
last modified time | relevance | path

Searched refs:perph (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/cam/
HDcam_xpt.h83 struct cam_periph *perph,
87 struct cam_periph *perph,
127 struct cam_periph *perph,
HDcam_xpt_periph.h43 void xpt_schedule(struct cam_periph *perph, u_int32_t new_priority);
HDcam_xpt.c3373 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()