Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c3878 struct cam_eb *old_bus; in xpt_bus_register() local
3904 old_bus = TAILQ_FIRST(&xsoftc.xpt_busses); in xpt_bus_register()
3905 while (old_bus != NULL in xpt_bus_register()
3906 && old_bus->path_id < new_bus->path_id) in xpt_bus_register()
3907 old_bus = TAILQ_NEXT(old_bus, links); in xpt_bus_register()
3908 if (old_bus != NULL) in xpt_bus_register()
3909 TAILQ_INSERT_BEFORE(old_bus, new_bus, links); in xpt_bus_register()