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

/freebsd-11-stable/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-stable/stand/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-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c89 static ofwh_t ofw_finddevice(const char *);
128 chosenh = ofw_finddevice("/chosen");
166 ofw_finddevice(const char *name) function
177 printf("ofw_finddevice: name=\"%s\"\n", name);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c92 OFWMETHOD(ofw_finddevice, ofw_fdt_finddevice),
H A Dofw_standard.c121 OFWMETHOD(ofw_finddevice, ofw_std_finddevice),
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c126 OFWMETHOD(ofw_finddevice, ofw_real_finddevice),

Completed in 153 milliseconds