Searched refs:FTYPE_FILE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Draw-win32.c31 #define FTYPE_FILE 0 macro
82 s->type = FTYPE_FILE;
186 case FTYPE_FILE:
299 return FTYPE_FILE;
302 return FTYPE_FILE;
380 if (s->type == FTYPE_FILE)
H A Draw-posix.c95 #define FTYPE_FILE 0 macro
205 s->type = FTYPE_FILE;
262 if (s->type != FTYPE_FILE) {
572 if (s->type != FTYPE_FILE)
869 s->type = FTYPE_FILE;

Completed in 115 milliseconds