HomeSort by: relevance | last modified time | path
    Searched refs:fdt_size_dt_struct (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_sw.c 94 int offset = fdt_size_dt_struct(fdt);
153 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
252 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
349 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
fdt.c 32 if (fdt_size_dt_struct(fdt) == 0)
104 fdt_size_dt_struct(fdt)))
127 || ((offset + len) > fdt_size_dt_struct(fdt)))
fdt_rw.c 34 fdt_size_dt_struct(fdt)))
91 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta);
417 struct_size = fdt_size_dt_struct(fdt);
474 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt));
libfdt.h 247 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro

Completed in 15 milliseconds