HomeSort by: relevance | last modified time | path
    Searched defs:struct_top (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_sw.c 249 int struct_top, offset; local in function:fdt_add_string_
252 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
253 if (fdt_totalsize(fdt) + offset < struct_top)
fdt_sw.c 249 int struct_top, offset; local in function:fdt_add_string_
252 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
253 if (fdt_totalsize(fdt) + offset < struct_top)

Completed in 22 milliseconds