Home | History | Annotate | Download | only in block

Lines Matching full:x200

116     /* the descriptor offset = 0x200 */
117 if (bdrv_pread(bs->file, 0x200, desc, DESC_SIZE) != DESC_SIZE)
141 /* the descriptor offset = 0x200 */
142 if (bdrv_pread(bs->file, 0x200, desc, DESC_SIZE) != DESC_SIZE)
153 if (bdrv_pwrite_sync(bs->file, 0x200, desc, DESC_SIZE) < 0)
238 /* the descriptor offset = 0x200 */
239 if (lseek(p_fd, 0x200, SEEK_SET) == -1) {
265 if (lseek(snp_fd, 0x200, SEEK_SET) == -1) {
343 /* the descriptor offset = 0x200 */
344 if (bdrv_pread(bs->file, 0x200, desc, DESC_SIZE) != DESC_SIZE)