Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/nvram/
H A Dfw_cfg.c134 int file_type; in read_splashfile() local
153 file_type = JPG_FILE; in read_splashfile()
155 file_type = BMP_FILE; in read_splashfile()
161 if (file_type == BMP_FILE) { in read_splashfile()
169 *file_typep = file_type; in read_splashfile()
184 int file_type; in fw_cfg_bootsplash() local
213 file_data = read_splashfile(filename, &file_size, &file_type); in fw_cfg_bootsplash()
222 if (file_type == JPG_FILE) { in fw_cfg_bootsplash()
/qemu/qga/
H A Dcommands-win32.c199 DWORD file_type, pipe_state; in handle_set_nonblocking() local
200 file_type = GetFileType(fh); in handle_set_nonblocking()
201 if (file_type != FILE_TYPE_PIPE) { in handle_set_nonblocking()