Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_fdt.c75 static phandle_t ofw_fdt_finddevice(ofw_t, const char *);
91 OFWMETHOD(ofw_finddevice, ofw_fdt_finddevice),
166 root = ofw_fdt_finddevice(NULL, "/"); in ofw_fdt_init()
444 ofw_fdt_finddevice(ofw_t ofw, const char *device) in ofw_fdt_finddevice() function
484 if ((root = ofw_fdt_finddevice(ofw, "/")) == -1) in ofw_fdt_fixup()