OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_offset_by_phandle
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
pylibfdt_tests.py
364
"""Test for the
node_offset_by_phandle
() method"""
366
self.fdt.
node_offset_by_phandle
(1, QUIET_NOTFOUND))
368
self.assertEquals(node1, self.fdt.
node_offset_by_phandle
(0x2000))
370
self.assertEquals(node2, self.fdt.
node_offset_by_phandle
(0x2001))
run_tests.sh
315
run_test
node_offset_by_phandle
$TREE
/src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i
461
def
node_offset_by_phandle
(self, phandle, quiet=()):
Completed in 57 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026