Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ofwdump/
Dofw_util.h40 phandle_t ofw_finddevice(int, const char *);
Dofw_util.c105 ofw_finddevice(int fd, const char *name) in ofw_finddevice() function
Dofwdump.c248 n = start == NULL ? ofw_root(fd) : ofw_finddevice(fd, start); in ofw_dump()
/freebsd-12-stable/stand/powerpc/boot1.chrp/
Dboot1.c90 static ofwh_t ofw_finddevice(const char *);
129 chosenh = ofw_finddevice("/chosen"); in ofw_init()
167 ofw_finddevice(const char *name) in ofw_finddevice() function
/freebsd-12-stable/stand/sparc64/boot1/
Dboot1.c87 static ofwh_t ofw_finddevice(const char *);
112 chosenh = ofw_finddevice("/chosen"); in ofw_init()
139 ofw_finddevice(const char *name) in ofw_finddevice() function
/freebsd-12-stable/sys/dev/ofw/
Dofw_fdt.c94 OFWMETHOD(ofw_finddevice, ofw_fdt_finddevice),
Dofw_standard.c123 OFWMETHOD(ofw_finddevice, ofw_std_finddevice),
/freebsd-12-stable/sys/powerpc/ofw/
Dofw_real.c128 OFWMETHOD(ofw_finddevice, ofw_real_finddevice),