HomeSort by relevance Sort by last modified time
    Searched full:drive (Results 76 - 100 of 1471) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testscripts/
diskio.sh 9 # write device, i.e. tape drive, zip drive....etc
  /external/syslinux/dos/
mystuff.h 20 int int25_read_sector(unsigned char drive, struct diskio *dio);
21 int int26_write_sector(unsigned char drive, struct diskio *dio);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
data.py 37 drive, path = '', _os.path.normpath(path)
43 drive, path = splitunc(path)
44 if not drive:
45 drive, path = _os.path.splitdrive(path)
55 drive = _os.path.join(drive, prefix)
59 return drive, elems
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
data.py 37 drive, path = '', _os.path.normpath(path)
43 drive, path = splitunc(path)
44 if not drive:
45 drive, path = _os.path.splitdrive(path)
55 drive = _os.path.join(drive, prefix)
59 return drive, elems
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
data.py 37 drive, path = '', _os.path.normpath(path)
43 drive, path = splitunc(path)
44 if not drive:
45 drive, path = _os.path.splitdrive(path)
55 drive = _os.path.join(drive, prefix)
59 return drive, elems
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
data.py 37 drive, path = '', _os.path.normpath(path)
43 drive, path = splitunc(path)
44 if not drive:
45 drive, path = _os.path.splitdrive(path)
55 drive = _os.path.join(drive, prefix)
59 return drive, elems
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 77 void show_disk(struct s_hardware *hardware, ZZJSON_CONFIG *conf, ZZJSON **it, int drive) {
80 int i = drive - 0x80;
128 for (int drive = 0x80; drive < 0xff; drive++) {
129 if (hardware->disk_info[drive - 0x80].cbios) {
135 show_disk(hardware, config, item, drive);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.c 4 1. Support two types diskette drive
5 1.44M drive and 2.88M drive (and now only support 1.44M)
74 Test if the controller is a floppy disk drive device
139 // Use the ISA I/O Protocol to see if Controller is a floppy disk drive device
277 // A new floppy disk controller controlling this floppy disk drive is found
293 // Create a timer event for each floppy disk drive device.
326 // Discover the Floppy Drive
356 // If a floppy drive device structure was allocated, then free it
442 // Get the floppy drive device's Device structure
    [all...]
  /external/autotest/client/site_tests/hardware_StorageTrim/
hardware_StorageTrim.py 63 # Unmount drive to make it possible to format.
65 # Format whole drive to ext4. Mkfs will trim the drive before format.
  /external/vboot_reference/cgpt/
cmd_boot.c 15 printf("\nUsage: %s boot [OPTIONS] DRIVE\n\n"
20 " both on DRIVE\n"
90 Error("missing drive argument\n");
cmd_show.c 17 printf("\nUsage: %s show [OPTIONS] DRIVE\n\n"
22 " both on DRIVE\n"
117 Error("missing drive argument\n");
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.h 133 @param Drive Legacy drive.
143 IN BIOS_LEGACY_DRIVE *Drive,
376 @param Drive Legacy drive.
384 IN BIOS_LEGACY_DRIVE *Drive
391 @param Drive Legacy drive.
399 IN BIOS_LEGACY_DRIVE *Drive
403 Gets parameters of legacy drive.
    [all...]
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 57 split filing system name (including special field) and drive specifier from rest
80 r= len(p) # find end of drive name (if any) following FS name (if any)
96 not make a path absolute, but a drive name or number does, and so does using the
102 (fs, drive, path)= _split(p)
103 return drive!='' or path[:1] in _roots
113 (fs, drive, path)= _split(b)
114 if j=='' or fs!='' or drive!='' or path[:1] in _roots:
128 (fs, drive, path)= _split(p)
131 return (fs+drive+path[:q], path[q+1:])
149 Split a pathname into a drive specification (including FS name) and the rest o
    [all...]
  /external/syslinux/doc/
chain.txt 21 2. Find drive and/or partition to boot from.
54 chain [drive/partition] [options]
59 DRIVE / PARTITION SPECIFICATION
61 Drive can be specified as 'hd#', 'fd#', 'boot', 'mbr', or 'guid'.
63 - 'mbr' will select a drive by its signature.
64 - 'guid' will select a drive by its guid (GPT only).
65 - 'boot' is the drive syslinux was booted from. This is the default value, if
67 - 'hd#' and 'fd#' are standard ways to specify drive number as seen by bios,
86 If you use a number to select a partition it should be specified after a drive
142 of those fields must match reality - and after e.g. drive clonning o
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/cryptocell/
cryptocell_crypto.mk 12 # Needs to be set to drive mbed TLS configuration correctly
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cd.py 16 # require that you have a CD and a CD ROM drive
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeData.h 38 IdeMagnetic, /* ZIP Drive or LS120 Floppy Drive */
287 // Fast Timing Bank Drive Select 1
307 // Fast Timing Bank Drive Select 0
  /external/autotest/client/site_tests/hardware_StorageFio/
control.integrity_full_disk 12 Test full drive integrity for internal disk.
vendor_perf_fill_device 6 ; - Trim the drive
13 ; - Trim the drive
20 ; - Trim the drive
24 ; - Trim the drive
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
ext2_tests 20 "expected_mount_path": "/media/removable/External Drive"
ext3_tests 20 "expected_mount_path": "/media/removable/External Drive"
ext4_tests 20 "expected_mount_path": "/media/removable/External Drive"
ntfs_tests 22 "expected_mount_path": "/media/removable/External Drive"
vfat_tests 20 "expected_mount_path": "/media/removable/External Drive"
  /external/autotest/server/site_tests/desktopui_CrashyRebootServer/
control 20 This test deploys the client test desktop_CrashyReboot in order to drive the

Completed in 207 milliseconds

1 2 34 5 6 7 8 91011>>