Searched refs:CheckDrive (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/ |
D | SDL_syscdrom.c | 119 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/ |
D | SDL_syscdrom.c | 66 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/ |
D | SDL_syscdrom.c | 63 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/ |
D | SDL_syscdrom.c | 64 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/ |
D | SDL_syscdrom.c | 70 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/ |
D | SDL_syscdrom.c | 189 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/ |
D | SDL_syscdrom.c | 61 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/ |
D | SDL_syscdrom.cc | 82 static int CheckDrive(char *drive) in CheckDrive() function 182 if ( CheckDrive(SDLcdrom) > 0 ) { in SDL_SYS_CDInit()
|