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

  /external/qemu/block/
vmdk.c 52 int64_t desc_size; member in struct:__anon10567
106 #define DESC_SIZE 20*SECTOR_SIZE // 20 sectors of 512 bytes each
111 char desc[DESC_SIZE];
117 if (bdrv_pread(bs->file, 0x200, desc, DESC_SIZE) != DESC_SIZE)
138 char desc[DESC_SIZE], tmp_desc[DESC_SIZE];
142 if (bdrv_pread(bs->file, 0x200, desc, DESC_SIZE) != DESC_SIZE)
153 if (bdrv_pwrite_sync(bs->file, 0x200, desc, DESC_SIZE) < 0
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 3895 static size_t desc_size(mach_msg_descriptor_t *desc) function
    [all...]

Completed in 193 milliseconds