Searched refs:checklen (Results 1 – 2 of 2) sorted by relevance
27 ( my $checklen ) = unpack ( 'C', substr ( $romdata, 2, 1 ) );28 $checklen *= 512;29 die "$romfile has incorrect length field $checklen (should be $len)\n"30 unless $len == $checklen;
147 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);149 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument151 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()