Lines Matching refs:write_count
967 size_t write_count;
976 write_count = 0;
983 write_count = dev->region.length - dev->n;
986 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
992 cpbuffer->buf, write_count);
994 memmove(cpbuffer->buf,(dev->region.base + dev->n), write_count);
995 cpbuffer->buflen = (unsigned int)write_count;
999 iov[0].len = (u_long)write_count;
1033 cpbuffer->buf, write_count);
1039 write_count += uselen;
1051 msg->msg_totallen = (u_int)write_count;