Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c2129 struct cam_eb *bus, *next_bus; in xptbustraverse() local
2145 for (; bus != NULL; bus = next_bus) { in xptbustraverse()
2152 next_bus = TAILQ_NEXT(bus, links); in xptbustraverse()
2153 if (next_bus) in xptbustraverse()
2154 next_bus->refcount++; in xptbustraverse()