Home
last modified time | relevance | path

Searched refs:cam_periph_hold (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/cam/
H A Dcam_periph.h152 int cam_periph_hold(struct cam_periph *periph, int flags);
H A Dcam_periph.c382 cam_periph_hold(struct cam_periph *periph, int flags) in cam_periph_hold() function
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_da.c519 if ((error = cam_periph_hold(periph, PCATCH)) != 0) { in daopen()
598 if ((error = cam_periph_hold(periph, 0)) != 0) { in daclose()
1277 cam_periph_hold(periph, 0); in daregister()
H A Dscsi_ch.c379 cam_periph_hold(periph, 0); in chregister()
420 if ((error = cam_periph_hold(periph, PCATCH)) != 0) { in chopen()
H A Dscsi_sa.c474 if ((error = cam_periph_hold(periph, PCATCH)) != 0) { in saopen()
558 if ((error = cam_periph_hold(periph, 0)) != 0) { in saclose()
876 error = cam_periph_hold(periph, PCATCH); in saioctl()
912 error = cam_periph_hold(periph, PCATCH); in saioctl()
H A Dscsi_cd.c985 cam_periph_hold(periph, 0); in cdregister()
1028 if ((error = cam_periph_hold(periph, PCATCH)) != 0) { in cdopen()
1082 cam_periph_hold(periph, 0); in cdclose()
1930 if ((error = cam_periph_hold(periph, PCATCH)) != 0) { in cdioctl()