HomeSort by relevance Sort by last modified time
    Searched full:drives (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 70 * Returns the list of logical and viewable drives as defined by
131 DWORD drives; local
137 drives = get_viewable_logical_drives ();
139 if (!drives)
142 while (drives && drive[0] <= 'Z')
144 if (drives & 1)
148 drives >>= 1;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 64 /* The number of available CD-ROM drives on the system */
67 /* Function to scan the system for CD-ROM drives and fill SDL_CDcaps.
69 * drives. Drive 0 should be the system default CD-ROM.
  /external/qemu/block/
raw-win32.c 265 char drives[256], *pdrv = drives; local
268 memset(drives, 0, sizeof(drives));
269 GetLogicalDriveStrings(sizeof(drives), drives); local
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 91 /* The maximum number of CD-ROM drives we'll detect */
94 /* A list of available CD-ROM drives */
153 /* Add a CD-ROM drive to our list of valid drives */
311 /* If we found our drives, there's nothing left to do */
323 /* Now check the currently mounted CD drives */
326 /* Finally check possible mountable drives in /etc/fstab */
329 /* If we found our drives, there's nothing left to do */
335 /* Scan the system for CD-ROM drives.
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 39 for CD-ROM drives, and load appropriate drivers.
95 /* Returns the number of CD-ROM drives on the system, or -1 if
112 Drives are numbered starting with 0. Drive 0 is the system default CD-ROM.
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 39 for CD-ROM drives, and load appropriate drivers.
95 /* Returns the number of CD-ROM drives on the system, or -1 if
112 Drives are numbered starting with 0. Drive 0 is the system default CD-ROM.
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_cdrom.h 39 for CD-ROM drives, and load appropriate drivers.
95 /* Returns the number of CD-ROM drives on the system, or -1 if
112 Drives are numbered starting with 0. Drive 0 is the system default CD-ROM.
  /prebuilt/windows/sdl/host/include/SDL/
SDL_cdrom.h 43 for CD-ROM drives, and load appropriate drivers.
99 /* Returns the number of CD-ROM drives on the system, or -1 if
116 Drives are numbered starting with 0. Drive 0 is the system default CD-ROM.
  /prebuilt/windows/sdl/include/SDL/
SDL_cdrom.h 39 for CD-ROM drives, and load appropriate drivers.
95 /* Returns the number of CD-ROM drives on the system, or -1 if
112 Drives are numbered starting with 0. Drive 0 is the system default CD-ROM.
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 61 /* The maximum number of CD-ROM drives we'll detect */
64 /* A list of available CD-ROM drives */
110 /* Add a CD-ROM drive to our list of valid drives */
194 /* If we found our drives, there's nothing left to do */
200 /* Scan the system for CD-ROM drives */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 39 /* The maximum number of CD-ROM drives we'll detect */
42 /* A list of available CD-ROM drives */
96 /* Add a CD-ROM drive to our list of valid drives */
179 /* If we found our drives, there's nothing left to do */
185 /* Scan the system for CD-ROM drives */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 41 /* The maximum number of CD-ROM drives we'll detect */
44 /* A list of available CD-ROM drives */
101 /* Add a CD-ROM drive to our list of valid drives */
188 /* If we found our drives, there's nothing left to do */
194 /* Scan the system for CD-ROM drives */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 41 /* The maximum number of CD-ROM drives we'll detect */
46 /* A list of available CD-ROM drives */
109 /* Add a CD-ROM drive to our list of valid drives */
202 /* If we found our drives, there's nothing left to do */
209 /* Scan the system for CD-ROM drives */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
SDL_syscdrom.c 29 * heavily modified. Works for standard (MMC) SCSI and ATAPI CDrom drives.
68 /* The maximum number of CD-ROM drives we'll detect */
71 /* A list of available CD-ROM drives */
210 /* Add a CD-ROM drive to our list of valid drives */
292 /* If we found our drives, there's nothing left to do */
298 /* Scan the system for CD-ROM drives */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/win32/
SDL_syscdrom.c 38 /* The maximum number of CD-ROM drives we'll detect (Don't change!) */
41 /* A list of available CD-ROM drives */
62 /* Add a CD-ROM drive to our list of valid drives */
100 /* Scan the system for CD-ROM drives */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 49 /* The maximum number of CD-ROM drives we'll detect */
52 /* A list of available CD-ROM drives */
110 /* Add a CD-ROM drive to our list of valid drives */
332 /* If we found our drives, there's nothing left to do */
369 * We found /dev/cd? drives and that is in our list. But we can
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/osf/
SDL_syscdrom.c 40 /* The maximum number of CD-ROM drives we'll detect */
43 /* A list of available CD-ROM drives */
103 /* Add a CD-ROM drive to our list of valid drives */
199 /* If we found our drives, there's nothing left to do */
204 /* Scan the system for CD-ROM drives */
  /external/grub/lib/
device.c 1 /* device.c - Some helper functions for OS devices and BIOS drives */
310 # warning "BIOS floppy drives cannot be guessed in your operating system."
351 # warning "BIOS IDE drives cannot be guessed in your operating system."
392 # warning "BIOS SCSI drives cannot be guessed in your operating system."
615 FLOPPY_DISKS is the number of floppy disk drives which will be probed.
653 "Probing devices to guess BIOS drives. "
779 drives, and 7 partitions. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 20 * device drivers that actually talk to the drives. There may still be
21 * 23 different kinds of strange CD-ROM drives, but at least there will
344 /* most drives don't deliver everything: */
362 /* audio states (from SCSI-2, but seen with other drives, too) */
422 * various drives, so we can't do multisessions the same way there.
487 * drives support it. */
494 * older drives only.
mtio.h 107 #define MT_ISONSTREAM_SC 0x61 /* OnStream SCSI tape drives (SC-x0)
112 /* QIC-40/80/3010/3020 ftape supported drives.
  /external/grub/
TODO 38 * Add BSD syntax support, using results of ioprobe to map drives. !
  /external/kernel-headers/original/linux/
cdrom.h 20 * device drivers that actually talk to the drives. There may still be
21 * 23 different kinds of strange CD-ROM drives, but at least there will
344 /* most drives don't deliver everything: */
362 /* audio states (from SCSI-2, but seen with other drives, too) */
422 * various drives, so we can't do multisessions the same way there.
487 * drives support it. */
494 * older drives only.
    [all...]
  /external/grub/stage2/
common.c 257 floppy drives to BIOS drives. */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 184 Read the list of "drives"
186 This is currently a hack that infers drives from
  /external/bluetooth/glib/docs/reference/gio/
gio-docs.xml 77 <title>Volumes and Drives</title>

Completed in 515 milliseconds

1 2 3 4