/external/autotest/client/site_tests/hardware_UsbMount/ |
control | 9 PURPOSE = "Verify a USB drive can mount/umount" 25 This test requires a USB drive inserted before the test begins. 26 This test will prepare the USB drive formatting its partition before starting
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/ |
LegacyBootMaintUi.h | 72 #define STR_FLOPPY L"Floppy Drive #%02x"
73 #define STR_HARDDISK L"HardDisk Drive #%02x"
74 #define STR_CDROM L"ATAPI CDROM Drive #%02x"
75 #define STR_NET L"NET Drive #%02x"
76 #define STR_BEV L"BEV Drive #%02x"
78 #define STR_FLOPPY_HELP L"Select Floppy Drive #%02x"
79 #define STR_HARDDISK_HELP L"Select HardDisk Drive #%02x"
80 #define STR_CDROM_HELP L"Select ATAPI CDROM Drive #%02x"
81 #define STR_NET_HELP L"NET Drive #%02x"
82 #define STR_BEV_HELP L"BEV Drive #%02x" [all...] |
/external/python/cpython2/Lib/msilib/ |
text.py | 85 (u'MenuAllLocal', u'Entire feature will be installed on local hard drive'), 88 (u'MenuLocal', u'Will be installed on local hard drive'), 94 (u'SelAbsentLocal', u'This feature will be installed on the local hard drive'), 99 (u'SelAdvertiseLocal', u'This feature will be installed on your local hard drive'), 104 (u'SelCDLocal', u'This feature will change from run from CD state to be installed on the local hard drive'), 105 (u'SelChildCostNeg', u'This feature frees up [1] on your hard drive.'), 106 (u'SelChildCostPos', u'This feature requires [1] on your hard drive.'), 109 (u'SelLocalAdvertise', u'This feature will be removed from your local hard drive, but will be set to be installed when required'), 110 (u'SelLocalCD', u'This feature will be removed from your local hard drive, but will be still available to run from CD'), 111 (u'SelLocalLocal', u'This feature will remain on you local hard drive'), [all...] |
/external/syslinux/com32/hdt/ |
hdt-cli-disk.c | 43 * @drive_info: driveinfo struct describing the drive on which the partition 102 int drive = strtol(argv[0], (char **)NULL, 16); local 104 if (drive < 0x80 || drive >= 0xff) { 105 more_printf("Invalid disk: %d.\n", drive); 109 int i = drive - 0x80; 165 for (int drive = 0x80; drive < 0xff; drive++) { 166 if (hardware->disk_info[drive - 0x80].cbios) [all...] |
/external/vboot_reference/cgpt/ |
cgpt_find.c | 42 static int match_content(CgptFindParams *params, struct drive *drive, 57 drive->fd, 110 static int gpt_search(CgptFindParams *params, struct drive *drive, 117 if (GPT_SUCCESS != GptSanityCheck(&drive->gpt)) { 121 for (i = 0; i < GetNumberOfEntries(drive); ++i) { 122 entry = GetEntry(&drive->gpt, ANY_VALID, i); 141 if (found && match_content(params, drive, entry)) { 155 struct drive drive local [all...] |
/external/syslinux/com32/gpllib/disk/ |
read.c | 31 * @drive: Drive number 37 int read_mbr(int drive, void *buf) 40 drive_info.disk = drive; 47 * dev_read - read from a drive 48 * @drive: Drive number 53 * High-level routine to read from a hard drive. 57 int dev_read(int drive, void *buf, unsigned int lba, int sectors) 60 drive_info.disk = drive; [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppyCtrl.c | 18 Detect whether a floppy drive is present or not.
22 @retval EFI_SUCCESS The floppy disk drive is present
23 @retval EFI_NOT_FOUND The floppy disk drive is not present
50 Do recalibrate and check if the drive is present or not
55 @retval EFI_SUCCESS The floppy disk drive is present
56 @retval EFI_DEVICE_ERROR The floppy disk drive is not present
125 Reset the Floppy Logic Drive.
129 @retval EFI_SUCCESS: The Floppy Logic Drive is reset
130 @retval EFI_DEVICE_ERROR: The Floppy Logic Drive is not functioning correctly and
154 // Reset specified Floppy Logic Drive according to FdcDev -> Disk [all...] |
IsaFloppy.h | 192 // Select Drive: 0=A 1=B
207 // Turn On Drive A Motor
212 // Turn On Drive B Motor
220 // Drive A Busy
225 // Drive B Busy
356 // STS0_US1 & STS0_US0: Drive Select(the current selected drive)
451 // STS3_US1 & STS3_US0 : Drive Select
484 Test controller is a floppy disk drive device
555 Reset the Floppy Logic Drive, call the FddReset function. [all...] |
/external/curl/tests/ |
pathhelp.pm | 31 # (4) D:some/path - path relative to current directory on Win32 drive (paths 33 # (5) \some/path - path from root directory on current Win32 drive (*) 48 # control on Win32 current drive and Win32 current path on specific drive. 165 # Returns Win32 current drive letter with colon. 172 warn "Can't determine current Win32 drive letter.\n"; 184 # drive letter ('c'), second optional parameter is path relative to drive's 210 # Path is single drive with colon. (C:) 219 # Path is a directory or filename on Win32 current drive or relativ [all...] |
/external/syslinux/com32/gplinclude/disk/ |
errno_disk.h | 22 #define EDFAIL 0x07 /* Drive parameter activity failed (hard disk) */ 34 #define EDMEDIA 0x31 /* No media in drive (IBM/MS INT 13 extensions) */ 35 #define EDCMOS 0x32 /* Incorrect drive type stored in CMOS (Compaq) */ 38 #define EDREADY 0xAA /* Drive not ready (hard disk) */ 39 #define EDNLOCK 0xB0 /* Volume not locked in drive (INT 13 extensions) */ 40 #define EDLOCK 0xB1 /* Volume locked in drive (INT 13 extensions) */
|
/external/syslinux/com32/mboot/ |
mb_info.h | 59 /* Drive Info structure. */ 64 /* The BIOS drive number. */ 75 /* The array of I/O ports used for the drive. */ 79 /* Drive Mode. */ 141 /* Drive Info buffer */ 186 /* Is there drive info? */
|
/external/syslinux/com32/chain/ |
chain.c | 61 * Search for a specific drive, based on the MBR signature. 62 * Return drive and iterator at 0th position. 69 int drive; local 71 for (drive = 0x80; drive < 0x80 + fixed_cnt; drive++) { 72 if (disk_get_params(drive, &diskinfo)) 73 continue; /* Drive doesn't exist */ 81 drive = -1; 84 return drive; 96 int drive; local 125 int drive; local 279 int drive, hd, partition; local [all...] |
/external/adhd/scripts/audio_tuning/frontend/ |
setup_credential.js | 7 * 1. Enable Google drive API in Google Developers Console.
|
/external/autotest/client/site_tests/hardware_StorageTrim/ |
control | 13 This test done the following. Fill the drive 2 times using random write.
|
control.mmc | 13 This test done the following. Fill the drive 2 times using random write.
|
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
exfat_tests | 19 "expected_mount_path": "/media/removable/External Drive"
|
/external/autotest/client/tests/fs_mark/ |
control | 12 calculated number of synchronous operations/sec of the underlying drive.
|
/sdk/files/proguard/bin/ |
proguard.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
proguardgui.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
retrace.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
/tools/tradefederation/core/ |
README.md | 3 TF is a test harness used to drive Android automated testing. It runs on test hosts
|
/external/syslinux/win/ |
syslinux.c | 77 int GetBytesPerSector(HANDLE drive) 83 if (DeviceIoControl(drive, IOCTL_DISK_GET_DRIVE_GEOMETRY, NULL, 0, 94 HANDLE drive; local 100 drive = CreateFile(driveName, 105 if (drive == INVALID_HANDLE_VALUE) { 106 error("Accessing physical drive"); 114 if (GetBytesPerSector(drive) != SECTOR_SIZE) { 116 "Error: Sector size of this drive is %d; must be %d\n", 117 GetBytesPerSector(drive), SECTOR_SIZE); 122 if (ReadFile(drive, sector, sizeof(sector), &howMany, NULL) == 0) [all...] |
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/ |
juno_security.c | 44 /* Set internal drive selection for SPIDEN. */ 48 /* Drive SPIDEN LOW to disable invasive debug of secure state. */
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/ |
Fdc.h | 34 #define SELECT_DRV BIT0 // Select Drive: 0=A 1=B
37 #define DRVA_MOTOR_ON BIT4 // Turn On Drive A Motor
38 #define DRVB_MOTOR_ON BIT5 // Turn On Drive B Motor
42 #define MSR_DAB BIT0 // Drive A Busy
43 #define MSR_DBB BIT1 // Drive B Busy
103 // STS0_US1 & STS0_US0: Drive Select(the current selected drive)
153 // STS3_US1 & STS3_US0 : Drive Select
|
IsaFloppyPei.uni | 4 // This module detects and supports ISA Floppy drives. If a drive is discovered
24 #string STR_MODULE_DESCRIPTION #language en-US "This module detects and supports ISA Floppy drives. If a drive is discovered the PEIM will install the BlockIo PPI. This module is only dispatched if it is in the Recovery Boot mode."
|