Home
last modified time | relevance | path

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

/src/sys/cam/
H A Dcam_periph.h129 #define CAM_PERIPH_LOCKED 0x02 macro
H A Dcam_periph.c499 while ((periph->flags & CAM_PERIPH_LOCKED) != 0) { in cam_periph_hold()
512 periph->flags |= CAM_PERIPH_LOCKED; in cam_periph_hold()
522 periph->flags &= ~CAM_PERIPH_LOCKED; in cam_periph_unhold()
/src/sys/cam/scsi/
H A Dscsi_sa.c1604 if ((periph->flags & CAM_PERIPH_LOCKED) == 0) { in saioctl()