Searched refs:CAM_PERIPH_NEW_DEV_FOUND (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cam/
H A Dcam_periph.h127 #define CAM_PERIPH_NEW_DEV_FOUND 0x10 macro
H A Dcam_periph.c219 && (periph->flags & CAM_PERIPH_NEW_DEV_FOUND) == 0) {
220 periph->flags |= CAM_PERIPH_NEW_DEV_FOUND;
653 periph->flags &= ~CAM_PERIPH_NEW_DEV_FOUND;
731 if (periph->flags & CAM_PERIPH_NEW_DEV_FOUND) {

Completed in 99 milliseconds