Searched refs:OF_peer (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dopenfirm.h87 phandle_t OF_peer(phandle_t);
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dplatform_powermac.c101 root = OF_peer(0);
196 root = OF_peer(0);
203 dev = OF_peer(dev);
221 cpu = OF_peer(cpu);
236 cpu = OF_peer(cpuref->cr_hwref);
241 cpu = OF_peer(cpu);
H A Dpswitch.c98 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
H A Dsmusat.c121 child = OF_peer(child))
139 child = OF_peer(child)) {
H A Dsmu.c334 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
964 for (root = OF_child(node); root != 0; root = OF_peer(root)) {
972 child = OF_peer(child)) {
1185 for (child = OF_child(sensroot); child != 0; child = OF_peer(child))
1204 for (child = OF_child(sensroot); child != 0; child = OF_peer(child)) {
1426 for (child = OF_child(i2croot); child != 0; child = OF_peer(child)) {
/freebsd-10.0-release/sys/dev/ofw/
H A Dopenpromio.c133 node = OF_peer(node);
209 return (openprom_node_search(OF_peer(0), node));
220 child = OF_peer(child))
H A Dopenfirmio.c85 for (; sid != 0; sid = OF_peer(sid))
145 ok = openfirm_checkid(OF_peer(0), node);
242 node = OF_peer(node);
H A Dopenfirm.c211 OF_peer(phandle_t node) function
401 for (child = OF_child(parent); child != 0; child = OF_peer(child)) {
424 node = OF_child_xref_phandle(OF_peer(0), xref);
H A Dopenfirm.h102 phandle_t OF_peer(phandle_t node);
H A Dofw_iicbus.c120 child = OF_peer(child)) {
/freebsd-10.0-release/sys/dev/fdt/
H A Dfdt_slicer.c68 dt_child = OF_peer(dt_child)) {
H A Dfdtbus.c224 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
440 dt_child = OF_peer(dt_child)) {
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dplatform_chrp.c196 root = OF_peer(0);
203 dev = OF_peer(dev);
221 cpu = OF_peer(cpu);
260 cpu = OF_peer(cpuref->cr_hwref);
265 cpu = OF_peer(cpu);
H A Dmmu_phyp.c110 root = OF_peer(0);
117 dev = OF_peer(dev);
126 node = OF_peer(node);
H A Dvdevice.c137 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_cpu.c104 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
H A Dofw_machdep.c362 for (phandle = OF_child(OF_peer(0)); phandle != 0;
363 phandle = OF_peer(phandle)) {
/freebsd-10.0-release/sys/powerpc/aim/
H A Dnexus.c230 if ((root = OF_peer(0)) == 0)
236 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-10.0-release/sys/dev/atkbdc/
H A Datkbdc_ebus.c238 child = OF_peer(child)) {
/freebsd-10.0-release/sys/dev/le/
H A Dlebuffer_sbus.c130 child = OF_peer(child)) {
/freebsd-10.0-release/sys/powerpc/booke/
H A Dplatform_bare.c112 child = OF_peer(child), maxcpu++)
/freebsd-10.0-release/sys/sparc64/pci/
H A Dofw_pcibus.c262 for (child = OF_child(node); child != 0; child = OF_peer(child)) {
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dofw_machdep.c66 node = OF_peer(0);
/freebsd-10.0-release/sys/arm/mv/
H A Dgpio.c618 for (child = OF_child(parent); child != 0; child = OF_peer(child)) {
654 if (OF_peer(child) == 0) {
H A Dtwsi.c393 child = OF_peer(child)) {
412 for (child = OF_child(iicbusnode); child != 0; child = OF_peer(child)) {

Completed in 211 milliseconds

123