Lines Matching refs:start
1490 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start) in dhd_load_file_bytes() argument
1516 memcpy(bufp, &start, sizeof(int)); in dhd_load_file_bytes()
1526 __FUNCTION__, ret, len, start); in dhd_load_file_bytes()
1529 start += len; in dhd_load_file_bytes()
1580 uint32 start = 0; in dhd_download()
1614 start = (uint32)opts.uval; in dhd_download()
1715 if (dhd_load_file_bytes(dhd, cmd, fp, fsize, start)) { in dhd_download()
1717 __FUNCTION__, start); in dhd_download()
1780 uint32 start = 0; in dhd_dldn()
1870 __FUNCTION__, ret, len, start); in dhd_dldn()
1874 start += len; in dhd_dldn()
1903 uint32 start = 0; in dhd_upload()
1937 start = (uint32)opts.uval; in dhd_upload()
1973 memsize = start + size; in dhd_upload()
1975 if (start + size > memsize) { in dhd_upload()
1977 __FUNCTION__, size, start, memsize); in dhd_upload()
1991 size = memsize - start; in dhd_upload()
2000 params[0] = start; in dhd_upload()
2005 __FUNCTION__, len, start); in dhd_upload()
2015 start += len; in dhd_upload()