Lines Matching full:if
24 if (bufsize < FDT_V1_SIZE) in fdt_check_full()
26 if (bufsize < fdt_header_size(fdt)) in fdt_check_full()
29 if (err != 0) in fdt_check_full()
31 if (bufsize < fdt_totalsize(fdt)) in fdt_check_full()
35 if (num_memrsv < 0) in fdt_check_full()
42 if (nextoffset < 0) in fdt_check_full()
45 /* If we see two root nodes, something is wrong */ in fdt_check_full()
46 if (expect_end && tag != FDT_END) in fdt_check_full()
54 if (depth != 0) in fdt_check_full()
60 if (depth > INT_MAX) in fdt_check_full()
64 if (depth == 1) { in fdt_check_full()
69 if (*name || len) in fdt_check_full()
75 if (depth == 0) in fdt_check_full()
78 if (depth == 0) in fdt_check_full()
85 if (!prop) in fdt_check_full()