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

Function fdt_offset_ptr_

freebsd/contrib/libfdt/libfdt_internal.h:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68int fdt_node_end_offset_(void *fdt, int nodeoffset);
69
70static inline const void *fdt_offset_ptr_(const void *fdt, int offset)
71{
72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
73}
74
75static inline void *fdt_offset_ptr_w_(void *fdt, int offset)
76{

Callers 4

fdt_get_nameFunction · 0.85
fdt_offset_ptr_w_Function · 0.85
fdt_offset_ptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected