HomeSort by: relevance | last modified time | path
    Searched refs:fdt_get_name (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 14 fdt_get_name;
fdt_overlay.c 287 const char *fixup_child_name = fdt_get_name(fdto, fixup_child,
583 const char *name = fdt_get_name(fdto, subnode, NULL);
660 name = fdt_get_name(fdt, nodeoffset, &namelen);
fdt_ro.c 19 const char *p = fdt_get_name(fdt, offset, &olen);
288 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) function in typeref:typename:const char *
545 name = fdt_get_name(fdt, offset, &namelen);
fdt_rw.c 230 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
libfdt.h 520 * fdt_get_name - retrieve the name of a given node
525 * fdt_get_name() retrieves the name (including unit address) of the
542 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
  /src/sys/dev/fdt/
fdt_openfirm.c 186 val = fdt_get_name(fdt_data, off, &len);
246 val = fdt_get_name(fdt_data, off, &len);
fdt_subr.c 244 printf("%s: %s: cba=%#" PRIx64 ", pba=%#" PRIx64 ", cl=%#" PRIx64 "\n", __func__, fdt_get_name(fdtbus_get_data(), fdtbus_phandle2offset(phandle), NULL), cba, pba, cl);
324 const char *name = fdt_get_name(fdtbus_get_data(),
362 return fdt_get_name(fdtbus_get_data(), off, NULL);
fdt_ddb.c 139 const char *name = fdt_get_name(fdt, node, NULL);

Completed in 17 milliseconds