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

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

Completed in 550 milliseconds