Searched refs:fdt_totalsize (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/dtc/libfdt/ |
| HD | fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt) in _fdt_grab_space() 123 oldtail = (char *)fdt + fdt_totalsize(fdt) - tailsize; in fdt_resize() 153 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry() 202 char *strtab = (char *)fdt + fdt_totalsize(fdt); in _fdt_find_add_string() 215 if (fdt_totalsize(fdt) + offset < struct_top) in _fdt_find_add_string() 262 oldstroffset = fdt_totalsize(fdt) - fdt_size_dt_strings(fdt); in fdt_finish()
|
| HD | fdt.c | 245 if (fdt_totalsize(fdt) > bufsize) in fdt_move() 248 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
| HD | fdt_rw.c | 66 || (fdt_totalsize(fdt) < in _fdt_blocks_misordered() 104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in _fdt_splice() 422 const char *fdtend = fdtstart + fdt_totalsize(fdt); in fdt_open_into()
|
| HD | libfdt.h | 168 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) macro
|
| /NextBSD/sys/contrib/libfdt/ |
| HD | fdt_sw.c | 78 spaceleft = fdt_totalsize(fdt) - fdt_off_dt_struct(fdt) in _fdt_grab_space() 121 if ((offset + sizeof(*re)) > fdt_totalsize(fdt)) in fdt_add_reservemap_entry() 170 char *strtab = (char *)fdt + fdt_totalsize(fdt); in _fdt_find_add_string() 183 if (fdt_totalsize(fdt) + offset < struct_top) in _fdt_find_add_string() 230 oldstroffset = fdt_totalsize(fdt) - fdt_size_dt_strings(fdt); in fdt_finish()
|
| HD | fdt.c | 217 if (fdt_totalsize(fdt) > bufsize) in fdt_move() 220 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
| HD | fdt_rw.c | 66 || (fdt_totalsize(fdt) < in _fdt_blocks_misordered() 104 if ((end - oldlen + newlen) > ((char *)fdt + fdt_totalsize(fdt))) in _fdt_splice() 422 const char *fdtend = fdtstart + fdt_totalsize(fdt); in fdt_open_into()
|
| HD | libfdt.h | 146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) macro
|
| /NextBSD/sys/powerpc/booke/ |
| HD | booke_machdep.c | 309 memmove((void *)end, (void *)dtbp, fdt_totalsize((void *)dtbp)); in booke_init() 311 end += fdt_totalsize((void *)dtbp); in booke_init()
|
| /NextBSD/contrib/dtc/ |
| HD | fdtdump.c | 208 fdt_totalsize(p) < this_len && in main()
|
| HD | fdtput.c | 138 int new_sz = fdt_totalsize(fdt) + delta; in _realloc_fdt()
|
| HD | util.c | 286 totalsize = fdt_totalsize(blob); in utilfdt_write_err()
|
| /NextBSD/sys/boot/fdt/ |
| HD | fdt_loader_cmd.c | 213 fdtp_size = fdt_totalsize(&header); in fdt_load_dtb() 235 fdtp_size = fdt_totalsize(header); in fdt_load_dtb_addr() 851 sprintf(line, " size = %d\n", fdt_totalsize(fdtp)); in fdt_cmd_hdr()
|