Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/
HDcam_periph.h130 #define CAM_PERIPH_FREE 0x80 macro
HDcam_xpt.c2246 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()
HDcam_periph.c692 periph->flags |= CAM_PERIPH_FREE; in camperiphfree()