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

/freebsd-10.0-release/sys/cam/
H A Dcam_periph.h118 #define CAM_PERIPH_LOCKED 0x02 macro
H A Dcam_periph.c431 while ((periph->flags & CAM_PERIPH_LOCKED) != 0) {
444 periph->flags |= CAM_PERIPH_LOCKED;
454 periph->flags &= ~CAM_PERIPH_LOCKED;
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_sa.c891 if ((periph->flags & CAM_PERIPH_LOCKED) == 0) {

Completed in 73 milliseconds