HomeSort by: relevance | last modified time | path
    Searched defs:db_device_next (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ddb/
db_autoconf.c 55 db_device_next(struct device *dv) function in typeref:struct:device *
74 for (dv = db_device_first(); dv != NULL; dv = db_device_next(dv)) {
db_autoconf.c 55 db_device_next(struct device *dv) function in typeref:struct:device *
74 for (dv = db_device_first(); dv != NULL; dv = db_device_next(dv)) {
db_autoconf.c 55 db_device_next(struct device *dv) function in typeref:struct:device *
74 for (dv = db_device_first(); dv != NULL; dv = db_device_next(dv)) {

Completed in 34 milliseconds