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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.h130 #define CAM_PERIPH_FREE 0x80 macro
H A Dcam_xpt.c2246 while (periph != NULL && (periph->flags & CAM_PERIPH_FREE) != 0)
2267 (next_periph->flags & CAM_PERIPH_FREE) != 0)
2321 while (periph != NULL && (periph->flags & CAM_PERIPH_FREE) != 0)
2341 (next_periph->flags & CAM_PERIPH_FREE) != 0)
H A Dcam_periph.c692 periph->flags |= CAM_PERIPH_FREE;

Completed in 130 milliseconds