Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/
Dcam_xpt.c2199 struct cam_periph *periph, *next_periph; in xptperiphtraverse() local
2222 for (; periph != NULL; periph = next_periph) { in xptperiphtraverse()
2230 next_periph = SLIST_NEXT(periph, periph_links); in xptperiphtraverse()
2231 while (next_periph != NULL && in xptperiphtraverse()
2232 (next_periph->flags & CAM_PERIPH_FREE) != 0) in xptperiphtraverse()
2233 next_periph = SLIST_NEXT(next_periph, periph_links); in xptperiphtraverse()
2234 if (next_periph) in xptperiphtraverse()
2235 next_periph->refcount++; in xptperiphtraverse()
2276 struct cam_periph *periph, *next_periph; in xptpdperiphtraverse() local
2295 for (; periph != NULL; periph = next_periph) { in xptpdperiphtraverse()
[all …]