Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dopenfirm.c606 phandle_t child, rxref; in OF_child_xref_phandle() local
615 rxref = OF_child_xref_phandle(child, xref); in OF_child_xref_phandle()
616 if (rxref != -1) in OF_child_xref_phandle()
617 return (rxref); in OF_child_xref_phandle()
619 if (OF_getencprop(child, "phandle", &rxref, sizeof(rxref)) == in OF_child_xref_phandle()
620 -1 && OF_getencprop(child, "ibm,phandle", &rxref, in OF_child_xref_phandle()
621 sizeof(rxref)) == -1 && OF_getencprop(child, in OF_child_xref_phandle()
622 "linux,phandle", &rxref, sizeof(rxref)) == -1) in OF_child_xref_phandle()
625 if (rxref == xref) in OF_child_xref_phandle()