Home
last modified time | relevance | path

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

/NextBSD/sys/boot/uboot/lib/
HDglue.h79 struct device_info *ub_dev_get(int);
HDnet.c210 if ((di = ub_dev_get(i)) != NULL) in net_probe()
322 di = ub_dev_get(sc->sc_handle); in net_init()
HDglue.c210 ub_dev_get(int i) in ub_dev_get() function
432 struct device_info *di = ub_dev_get(handle); in ub_dump_di()
HDdisk.c107 di = ub_dev_get(i); in stor_init()