Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.h88 struct cam_periph *perph,
92 struct cam_periph *perph,
133 struct cam_periph *perph,
H A Dcam_xpt_periph.h42 void xpt_schedule(struct cam_periph *perph, uint32_t new_priority);
H A Dcam_xpt.c3441 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() argument
3453 status = xpt_compile_path(path, perph, path_id, target_id, lun_id); in xpt_create_path()
3473 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path() argument
3532 new_path->periph = perph; in xpt_compile_path()