HomeSort by relevance Sort by last modified time
    Searched refs:fdt_get_path (Results 1 - 7 of 7) sorted by null

  /external/dtc/tests/
get_path.c 3 * Testcase for fdt_get_path()
44 len = fdt_get_path(fdt, offset, buf, buflen);
49 FAIL("fdt_get_path([%d bytes]) returns %d with "
53 FAIL("fdt_get_path([%d bytes]): %s", buflen,
56 FAIL("fdt_get_path([%d bytes]) returns %d "
59 FAIL("fdt_get_path([%d bytes]) returns \"%s\" "
64 FAIL("fdt_get_path([%d bytes]) overran buffer", buflen);
dtb_reverse.c 91 CHECK(fdt_get_path(in, nextoffset, path, sizeof(path)));
112 CHECK(fdt_get_path(in, nodeoffset, path, sizeof(path)));
dtbs_equal_unordered.c 183 CHECK(fdt_get_path(fdt1, offset1, path1, sizeof(path1)));
184 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2)));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 613 * fdt_get_path - determine the full path of a node
619 * fdt_get_path() computes the full path of the node at offset
637 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 358 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) function
  /external/dtc/libfdt/
fdt_ro.c 389 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) function
libfdt.h 728 * fdt_get_path - determine the full path of a node
734 * fdt_get_path() computes the full path of the node at offset
752 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen);
    [all...]

Completed in 3618 milliseconds