Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt.c2064 struct cam_eb *bus, *next_bus; in xptbustraverse() local
2080 for (; bus != NULL; bus = next_bus) { in xptbustraverse()
2087 next_bus = TAILQ_NEXT(bus, links); in xptbustraverse()
2088 if (next_bus) in xptbustraverse()
2089 next_bus->refcount++; in xptbustraverse()