MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fdt_getprop

Function fdt_getprop

freebsd/contrib/libfdt/fdt_ro.c:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419const void *fdt_getprop(const void *fdt, int nodeoffset,
420 const char *name, int *lenp)
421{
422 return fdt_getprop_namelen(fdt, nodeoffset, name, strlen(name), lenp);
423}
424
425uint32_t fdt_get_phandle(const void *fdt, int nodeoffset)
426{

Callers 15

fdt_get_phandleFunction · 0.85
fdt_stringlist_countFunction · 0.85
fdt_stringlist_searchFunction · 0.85
fdt_stringlist_getFunction · 0.85
overlay_get_targetFunction · 0.85
fdt_getprop_wFunction · 0.85

Calls 1

fdt_getprop_namelenFunction · 0.85

Tested by

no test coverage detected