Searched refs:file_type (Results 1 – 2 of 2) sorted by relevance
134 int file_type; in read_splashfile() local153 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() local213 file_data = read_splashfile(filename, &file_size, &file_type); in fw_cfg_bootsplash()222 if (file_type == JPG_FILE) { in fw_cfg_bootsplash()
199 DWORD file_type, pipe_state; in handle_set_nonblocking() local200 file_type = GetFileType(fh); in handle_set_nonblocking()201 if (file_type != FILE_TYPE_PIPE) { in handle_set_nonblocking()