Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_periph.h132 #define CAM_PERIPH_NEW_DEV_FOUND 0x10 macro
H A Dcam_periph.c221 && (periph->flags & CAM_PERIPH_NEW_DEV_FOUND) == 0) { in cam_periph_alloc()
222 periph->flags |= CAM_PERIPH_NEW_DEV_FOUND; in cam_periph_alloc()
689 periph->flags &= ~CAM_PERIPH_NEW_DEV_FOUND; in cam_periph_invalidate()
769 if (periph->flags & CAM_PERIPH_NEW_DEV_FOUND) { in camperiphfree()