HomeSort by relevance Sort by last modified time
    Searched refs:ret_count (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
raw-win32.c 117 DWORD ret_count; local
125 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
127 return ret_count;
128 if (ret_count == count)
129 ret_count = 0;
130 return ret_count;
138 DWORD ret_count; local
146 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
148 return ret_count;
149 if (ret_count == count
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 355 blk_t *ret_blk, int *ret_count)
390 if (ret_count)
391 *ret_count = count;
    [all...]

Completed in 208 milliseconds