Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dsubr_bus.c2528 struct config_resource *res, *cfgres; in resource_cfgload() local
2546 cfgres = config_devtab[i].resources; in resource_cfgload()
2547 resname = cfgres[j].name; in resource_cfgload()
2548 type = cfgres[j].type; in resource_cfgload()
2563 res->u.intval = cfgres[j].u.intval; in resource_cfgload()
2566 res->u.longval = cfgres[j].u.longval; in resource_cfgload()
2571 stringval = cfgres[j].u.stringval; in resource_cfgload()