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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c346 static int find_pid(DIR *proc, const char *wanted_name) function
398 while ( !available && (pid=find_pid(proc, "gpm")) > 0 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c320 static int find_pid(DIR *proc, const char *wanted_name) function
366 while ( (pid=find_pid(proc, "gpm")) > 0 ) {

Completed in 91 milliseconds