Home
last modified time | relevance | path

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

/src/stand/uboot/
H A Dglue.h85 int ub_dev_close(int);
H A Duboot_disk.c141 ub_dev_close(stor_info[i].handle); in stor_cleanup()
H A Dnet.c358 if ((err = ub_dev_close(sc->sc_handle)) != 0) in net_end()
H A Dglue.c309 ub_dev_close(int handle) in ub_dev_close() function