Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ofwdump/
H A Dofw_util.h37 phandle_t ofw_child(int, phandle_t);
H A Dofw_util.c92 ofw_child(int fd, phandle_t node) in ofw_child() function
H A Dofwdump.c234 for (c = ofw_child(fd, n); c != 0; c = ofw_peer(fd, c)) { in ofw_dump_node()
/freebsd/sys/dev/ofw/
H A Dofw_fdt.c83 OFWMETHOD(ofw_child, ofw_fdt_child),
H A Dofw_standard.c112 OFWMETHOD(ofw_child, ofw_std_child),
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c119 OFWMETHOD(ofw_child, ofw_real_child),