Home
last modified time | relevance | path

Searched refs:CheckDrive (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
DSDL_syscdrom.c119 static int CheckDrive(char *drive, char *mnttype, struct stat *stbuf) in CheckDrive() function
247 if (CheckDrive(mnt_dev, mnt_type, &stbuf) > 0) { in CheckMounts()
299 if ( CheckDrive(SDLcdrom, NULL, &stbuf) > 0 ) { in SDL_SYS_CDInit()
319 if (CheckDrive("/dev/cdrom", NULL, &stbuf) > 0) { in SDL_SYS_CDInit()
351 switch (CheckDrive(drive, NULL, &stbuf)) { in SDL_SYS_CDInit()
370 if ( CheckDrive(drive, NULL, &stbuf) > 0 ) { in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
DSDL_syscdrom.c66 static int CheckDrive(char *drive, struct stat *stbuf) in CheckDrive() function
176 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) { in SDL_SYS_CDInit()
205 switch (CheckDrive(drive, &stbuf)) { in SDL_SYS_CDInit()
221 if ( CheckDrive(drive, &stbuf) > 0 ) { in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
DSDL_syscdrom.c63 static int CheckDrive(char *drive, struct stat *stbuf) in CheckDrive() function
167 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) { in SDL_SYS_CDInit()
196 switch (CheckDrive(drive, &stbuf)) { in SDL_SYS_CDInit()
212 if ( CheckDrive(drive, &stbuf) > 0 ) { in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
DSDL_syscdrom.c64 static int CheckDrive(char *drive, struct stat *stbuf) in CheckDrive() function
186 if (CheckDrive(SDLcdrom, &stbuf) > 0) in SDL_SYS_CDInit()
225 switch (CheckDrive(drive, &stbuf)) in SDL_SYS_CDInit()
244 if (CheckDrive(drive, &stbuf) > 0) in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
DSDL_syscdrom.c70 static int CheckDrive(char *drive, struct stat *stbuf) in CheckDrive() function
206 if ( CheckDrive( text, &stbuf) > 0) in CheckMounts()
246 if ( CheckDrive( entry.fs_spec, &stbuf) > 0) in CheckNonmounts()
273 if ( CheckDrive( entry->fs_spec, &stbuf) > 0) in CheckNonmounts()
320 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) { in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
DSDL_syscdrom.c189 static int CheckDrive(char *drive, struct stat *stbuf) in CheckDrive() function
280 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) { in SDL_SYS_CDInit()
309 switch (CheckDrive(drive, &stbuf)) { in SDL_SYS_CDInit()
325 if ( CheckDrive(drive, &stbuf) > 0 ) { in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/osf/
DSDL_syscdrom.c61 static int CheckDrive(char *drive, struct stat *stbuf) in CheckDrive() function
187 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) { in SDL_SYS_CDInit()
220 if ( CheckDrive(drive, &stbuf) > 0 ) in SDL_SYS_CDInit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
DSDL_syscdrom.cc82 static int CheckDrive(char *drive) in CheckDrive() function
182 if ( CheckDrive(SDLcdrom) > 0 ) { in SDL_SYS_CDInit()