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

/freebsd-current/sys/cam/
H A Dcam_xpt.c2243 struct cam_periph *periph, *next_periph; local
2266 for (; periph != NULL; periph = next_periph) {
2274 next_periph = SLIST_NEXT(periph, periph_links);
2275 while (next_periph != NULL &&
2276 (next_periph->flags & CAM_PERIPH_FREE) != 0)
2277 next_periph = SLIST_NEXT(next_periph, periph_links);
2278 if (next_periph)
2279 next_periph->refcount++;
2320 struct cam_periph *periph, *next_periph; local
[all...]

Completed in 58 milliseconds