Home
last modified time | relevance | path

Searched refs:totalsize_buf (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/dtc/
H A Dflattree.c796 fdt32_t magic_buf, totalsize_buf; in dt_from_blob() local
828 rc = fread(&totalsize_buf, sizeof(totalsize_buf), 1, f); in dt_from_blob()
838 totalsize = fdt32_to_cpu(totalsize_buf); in dt_from_blob()