Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
H A Ddb_autoconf.c55 db_device_next(struct device *dv) in db_device_next() function
74 for (dv = db_device_first(); dv != NULL; dv = db_device_next(dv)) { in db_show_all_devices()
H A Ddb_autoconf.h33 struct device *db_device_next(struct device *);