Searched refs:ofw_peer (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/ofwdump/ |
H A D | ofw_util.c | 69 return (ofw_peer(fd, 0)); in ofw_root() 82 ofw_peer(int fd, phandle_t node) in ofw_peer() function
|
H A D | ofw_util.h | 36 phandle_t ofw_peer(int, phandle_t);
|
H A D | ofwdump.c | 234 for (c = ofw_child(fd, n); c != 0; c = ofw_peer(fd, c)) { in ofw_dump_node()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_fdt.c | 82 OFWMETHOD(ofw_peer, ofw_fdt_peer),
|
H A D | ofw_standard.c | 111 OFWMETHOD(ofw_peer, ofw_std_peer),
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_real.c | 118 OFWMETHOD(ofw_peer, ofw_real_peer),
|