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

  /external/qemu/block/
raw-win32.c 113 DWORD ret_count; local
121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
123 return ret_count;
124 if (ret_count == count)
125 ret_count = 0;
126 return ret_count;
134 DWORD ret_count; local
142 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
144 return ret_count;
145 if (ret_count == count
    [all...]
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 149 blk_t *ret_blk, int *ret_count)
184 if (ret_count)
185 *ret_count = count;
ext2fs.h     [all...]
  /external/e2fsprogs/e2fsck/
util.c 562 blk_t *ret_blk, int *ret_count)
597 if (ret_count)
598 *ret_count = count;
e2fsck.h 487 blk_t *ret_blk, int *ret_count);

Completed in 120 milliseconds