Searched refs:CAM_PERIPH_FREE (Results 1 – 3 of 3) sorted by relevance
130 #define CAM_PERIPH_FREE 0x80 macro
2246 while (periph != NULL && (periph->flags & CAM_PERIPH_FREE) != 0) in xptperiphtraverse()2267 (next_periph->flags & CAM_PERIPH_FREE) != 0) in xptperiphtraverse()2321 while (periph != NULL && (periph->flags & CAM_PERIPH_FREE) != 0) in xptpdperiphtraverse()2341 (next_periph->flags & CAM_PERIPH_FREE) != 0) in xptpdperiphtraverse()
692 periph->flags |= CAM_PERIPH_FREE; in camperiphfree()