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

Function fdt_offset_ptr_w_

freebsd/contrib/libfdt/libfdt_internal.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static inline void *fdt_offset_ptr_w_(void *fdt, int offset)
76{
77 return (void *)(uintptr_t)fdt_offset_ptr_(fdt, offset);
78}
79
80static inline const struct fdt_reserve_entry *fdt_mem_rsv_(const void *fdt, int n)
81{

Callers 5

fdt_grab_space_Function · 0.85
fdt_finishFunction · 0.85
fdt_add_property_Function · 0.85
fdt_add_subnode_namelenFunction · 0.85
fdt_del_nodeFunction · 0.85

Calls 1

fdt_offset_ptr_Function · 0.85

Tested by

no test coverage detected