Searched refs:fdt_offset_ptr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.c77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) function
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
113 p = fdt_offset_ptr(fdt, offset++, 1);
120 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
137 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dlibfdt.h146 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
149 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);
H A Dfdt_ro.c61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.c77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) function
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
113 p = fdt_offset_ptr(fdt, offset++, 1);
120 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
140 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dlibfdt.h147 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
151 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1464 prop = fdt_offset_ptr(fdtp, offset, sizeof(*prop));

Completed in 280 milliseconds