Searched refs:next_periph (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c2234 struct cam_periph *periph, *next_periph; local
2257 for (; periph != NULL; periph = next_periph) {
2265 next_periph = SLIST_NEXT(periph, periph_links);
2266 while (next_periph != NULL &&
2267 (next_periph->flags & CAM_PERIPH_FREE) != 0)
2268 next_periph = SLIST_NEXT(next_periph, periph_links);
2269 if (next_periph)
2270 next_periph->refcount++;
2311 struct cam_periph *periph, *next_periph; local
[all...]

Completed in 128 milliseconds