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

Function fdt_offset_ptr_w

freebsd/contrib/libfdt/libfdt.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
148#endif
149static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen)
150{
151 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);
152}
153
154uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
155

Callers 1

fdt_nop_nodeFunction · 0.85

Calls 1

fdt_offset_ptrFunction · 0.85

Tested by

no test coverage detected