Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dglue.h89 struct device_info *ub_dev_get(int);
H A Dnet.c214 if ((di = ub_dev_get(i)) != NULL) in net_probe()
328 di = ub_dev_get(sc->sc_handle); in net_init()
H A Dglue.c245 ub_dev_get(int i) in ub_dev_get() function
467 struct device_info *di = ub_dev_get(handle); in ub_dump_di()
H A Duboot_disk.c107 di = ub_dev_get(i); in stor_init()