Searched refs:checklen (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt.h125 const void *fdt_offset_ptr(const void *fdt, int offset, int checklen);
126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
128 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);

Completed in 207 milliseconds