Searched refs:nw_size (Results 1 – 1 of 1) sorted by relevance
41 size_t nw_size) in install_ta() argument55 if (nw_size < (sizeof(struct shdr_bootstrap_ta) + SHDR_GET_SIZE(shdr))) in install_ta()98 property.bin_size = nw_size - offs; in install_ta()105 while (offs < nw_size) { in install_ta()106 size_t l = MIN(buf_size, nw_size - offs); in install_ta()
Completed in 2 milliseconds