Searched refs:CAM_PERIPH_FREE (Results 1 – 3 of 3) sorted by relevance
135 #define CAM_PERIPH_FREE 0x80 macro
2272 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()
728 periph->flags |= CAM_PERIPH_FREE; in camperiphfree()