Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/
Dcam_periph.h130 #define CAM_PERIPH_NEW_DEV_FOUND 0x10 macro
Dcam_periph.c222 && (periph->flags & CAM_PERIPH_NEW_DEV_FOUND) == 0) { in cam_periph_alloc()
223 periph->flags |= CAM_PERIPH_NEW_DEV_FOUND; in cam_periph_alloc()
670 periph->flags &= ~CAM_PERIPH_NEW_DEV_FOUND; in cam_periph_invalidate()
748 if (periph->flags & CAM_PERIPH_NEW_DEV_FOUND) { in camperiphfree()