Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:fsize

1550 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify)
1562 if (!fsize || !fp)
1567 while (tot_len < fsize) {
1568 read_len = fsize - tot_len;
1709 int fsize;
1790 if ((fsize = file_size(fname)) < 0) {
1835 fsize = (int)(trx_hdr.offsets[0]);
1870 fsize = (int)(trx_hdr.offsets[0] + sizeof(struct trx_header));
1877 if ((ret = dhd_load_file_bytes(dhd, cmd, fp, fsize, start, memblock_sz, verify))) {
1960 int fsize;
2016 if ((fsize = file_size(fname)) < 0) {
2023 if (ramsize && ((uint32)fsize > ramsize)) {
2025 __FUNCTION__, fname, fsize, ramsize);