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

  /src/external/gpl2/dtc/dist/
fdtdump.c 166 static bool valid_header(char *p, off_t len) function
230 if (valid_header(p, this_len))
242 } else if (!valid_header(buf, len))
fdtdump.c 166 static bool valid_header(char *p, off_t len) function
230 if (valid_header(p, this_len))
242 } else if (!valid_header(buf, len))

Completed in 86 milliseconds