OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPM_NODE_FIFO
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c
54
#ifndef
GPM_NODE_FIFO
55
#define
GPM_NODE_FIFO
"/dev/gpmdata"
389
if ( access(
GPM_NODE_FIFO
, F_OK) < 0 ) {
607
mouse_fd = open(
GPM_NODE_FIFO
, O_RDONLY, 0);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c
50
#ifndef
GPM_NODE_FIFO
51
#define
GPM_NODE_FIFO
"/dev/gpmdata"
359
if ( access(
GPM_NODE_FIFO
, F_OK) < 0 ) {
501
mouse_fd = open(
GPM_NODE_FIFO
, O_RDONLY, 0);
Completed in 1608 milliseconds