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

/freebsd-11.0-release/usr.sbin/ofwdump/
H A Dofw_util.h40 phandle_t ofw_finddevice(int, const char *);
H A Dofw_util.c105 ofw_finddevice(int fd, const char *name) function
H A Dofwdump.c248 n = start == NULL ? ofw_root(fd) : ofw_finddevice(fd, start);
/freebsd-11.0-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c90 static ofwh_t ofw_finddevice(const char *);
129 chosenh = ofw_finddevice("/chosen");
167 ofw_finddevice(const char *name) function
178 printf("ofw_finddevice: name=\"%s\"\n", name);
/freebsd-11.0-release/sys/boot/sparc64/boot1/
H A Dboot1.c87 static ofwh_t ofw_finddevice(const char *);
112 chosenh = ofw_finddevice("/chosen");
139 ofw_finddevice(const char *name) function
150 printf("ofw_finddevice: name=\"%s\"\n", name);
/freebsd-11.0-release/sys/dev/ofw/
H A Dofw_fdt.c82 OFWMETHOD(ofw_finddevice, ofw_fdt_finddevice),
H A Dofw_standard.c121 OFWMETHOD(ofw_finddevice, ofw_std_finddevice),
/freebsd-11.0-release/sys/powerpc/ofw/
H A Dofw_real.c126 OFWMETHOD(ofw_finddevice, ofw_real_finddevice),

Completed in 48 milliseconds