Searched refs:rxref (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/ofw/ |
| H A D | openfirm.c | 598 phandle_t child, rxref; in OF_child_xref_phandle() local 607 rxref = OF_child_xref_phandle(child, xref); in OF_child_xref_phandle() 608 if (rxref != -1) in OF_child_xref_phandle() 609 return (rxref); in OF_child_xref_phandle() 611 if (OF_getencprop(child, "phandle", &rxref, sizeof(rxref)) == in OF_child_xref_phandle() 612 -1 && OF_getencprop(child, "ibm,phandle", &rxref, in OF_child_xref_phandle() 613 sizeof(rxref)) == -1 && OF_getencprop(child, in OF_child_xref_phandle() 614 "linux,phandle", &rxref, sizeof(rxref)) == -1) in OF_child_xref_phandle() 617 if (rxref == xref) in OF_child_xref_phandle()
|