Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_periph.h135 #define CAM_PERIPH_FREE 0x80 macro
H A Dcam_xpt.c2272 while (periph != NULL && (periph->flags & CAM_PERIPH_FREE) != 0) in xptperiphtraverse()
2293 (next_periph->flags & CAM_PERIPH_FREE) != 0) in xptperiphtraverse()
2347 while (periph != NULL && (periph->flags & CAM_PERIPH_FREE) != 0) in xptpdperiphtraverse()
2367 (next_periph->flags & CAM_PERIPH_FREE) != 0) in xptpdperiphtraverse()
H A Dcam_periph.c728 periph->flags |= CAM_PERIPH_FREE; in camperiphfree()