Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ofwdump/
H A Dofw_util.h38 phandle_t ofw_finddevice(int, const char *);
H A Dofw_util.c102 ofw_finddevice(int fd, const char *name) in ofw_finddevice() function
H A Dofwdump.c247 n = start == NULL ? ofw_root(fd) : ofw_finddevice(fd, start); in ofw_dump()
/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c88 static ofwh_t ofw_finddevice(const char *);
214 chosenh = ofw_finddevice("/chosen"); in ofw_init()
254 ofw_finddevice(const char *name) in ofw_finddevice() function
/freebsd/sys/dev/ofw/
H A Dofw_fdt.c91 OFWMETHOD(ofw_finddevice, ofw_fdt_finddevice),
H A Dofw_standard.c120 OFWMETHOD(ofw_finddevice, ofw_std_finddevice),
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c127 OFWMETHOD(ofw_finddevice, ofw_real_finddevice),