Searched defs:save_mode (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.h86 CFDictionaryRef save_mode; /* original mode of the display */ member in struct:SDL_PrivateVideoData
131 #define save_mode (this->hidden->save_mode) macro
/external/libpcap/
H A Dpcap-linux.c2109 int save_mode; local
2159 save_mode = fcntl(handle->fd, F_GETFL, 0);
2160 if (save_mode != -1 &&
2161 fcntl(handle->fd, F_SETFL, save_mode | O_NONBLOCK) >= 0) {
2166 fcntl(handle->fd, F_SETFL, save_mode);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11modes.c61 static void save_mode(_THIS) function
702 save_mode(this);

Completed in 26 milliseconds