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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/libiberty/
lrealpath.c 134 absolute paths, filling in current drive if one is not given
135 or using the current directory of a specified drive (eg, "E:foo").
  /external/syslinux/core/
isolinux.asm 69 DriveNumber resb 1 ; CD-ROM BIOS drive number
89 sp_drive: resb 1 ; Drive number
100 ; EBIOS drive parameter packet
138 dsp_drive: resb 1 ; Drive number
192 ; - DX (including drive number)
311 cmp [sp_drive],dl ; Should contain the drive number
323 ; Alright, we have found the drive. Now, try to find the
631 ; but if this was the drive number originally passed in
639 ; passes garbage in sp_drive, and the drive number originally
652 ; what. If we got a drive number in DL, then try t
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 305 // inserted. This allows the 16-bit CSM to allocate a drive letter to
308 // a drive letter to but never boot from.
459 size. DiskStart & DiskEnd are INT 13h drive letters. Thus 0x80 is C:
570 Assign drive number to legacy HDD drives prior to booting an EFI
579 EFI_SUCCESS - Drive numbers assigned
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
SetupVariable.h 184 // Hard Drive Boot Order
190 // CD Drive Boot Order
196 // FDD Drive Boot Order
202 // Drive Boot Order
1332 // #defines for Drive Presence
  /external/libdrm/man/
drm-kms.xml 78 to drive the display devices.</para>
158 each connector, you need to find a CRTC to drive this connector. If
187 <para>As a last step, you want to program your CRTC to drive your selected
256 drive this connector. This function takes a file-descriptor to the
287 * to drive one connector only, then you can skip this
  /external/syslinux/doc/
memdisk.txt 81 iso The image is an El Torito ISO9660 image (drive 0xE0)
135 h) Some systems without a floppy drive have been known to have
137 of all make sure you don't have a floppy drive configured on the
174 EDX = 5349xxnnh ("IS") (nn = drive #)
178 If drive nn is a MEMDISK, the registers will contain:
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 292 /** Keep SAN drive registered
294 * If set to a non-zero value, gPXE will not detach any SAN drive
346 /** BIOS drive number
348 * This is the drive number for a drive emulated via INT 13. 0x80 is
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
sg_err.c     [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rAU/
strings.xml 311 <string name="storage_forget_wall_of_text" msgid="8953451024930539678">"To use the apps or data this drive contains, replug it in. Alternatively, you can choose to forget this storage if the drive isn\'t available.\n\nIf you choose Forget, all the data the drive contains will be lost forever.\n\nYou can reinstall the apps later, but the data stored on this drive will be lost."</string>
320 <string name="storage_unmount_failure_cant_find" msgid="240731723168567217">"Could\'t find drive to eject"</string>
324 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After (…)
    [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rCA/
strings.xml 311 <string name="storage_forget_wall_of_text" msgid="8953451024930539678">"To use the apps or data this drive contains, replug it in. Alternatively, you can choose to forget this storage if the drive isn\'t available.\n\nIf you choose Forget, all the data the drive contains will be lost forever.\n\nYou can reinstall the apps later, but the data stored on this drive will be lost."</string>
320 <string name="storage_unmount_failure_cant_find" msgid="240731723168567217">"Could\'t find drive to eject"</string>
324 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After (…)
    [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rGB/
strings.xml 311 <string name="storage_forget_wall_of_text" msgid="8953451024930539678">"To use the apps or data this drive contains, replug it in. Alternatively, you can choose to forget this storage if the drive isn\'t available.\n\nIf you choose Forget, all the data the drive contains will be lost forever.\n\nYou can reinstall the apps later, but the data stored on this drive will be lost."</string>
320 <string name="storage_unmount_failure_cant_find" msgid="240731723168567217">"Could\'t find drive to eject"</string>
324 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After (…)
    [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rIN/
strings.xml 311 <string name="storage_forget_wall_of_text" msgid="8953451024930539678">"To use the apps or data this drive contains, replug it in. Alternatively, you can choose to forget this storage if the drive isn\'t available.\n\nIf you choose Forget, all the data the drive contains will be lost forever.\n\nYou can reinstall the apps later, but the data stored on this drive will be lost."</string>
320 <string name="storage_unmount_failure_cant_find" msgid="240731723168567217">"Could\'t find drive to eject"</string>
324 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After (…)
    [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rXC/
strings.xml     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.S 91 movb $8, %ah # ah = 8 - Get Drive Parameters Function
93 int $0x13 # Get Drive Parameters
197 movb PhysicalDrive(%bp), %dl # dl = Drive Number
Gpt.asm 89 mov ah,8 ; ah = 8 - Get Drive Parameters Function
91 int 13h ; Get Drive Parameters
195 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
Mbr.S 90 movb $8, %ah # AH = 8 - Get Drive Parameters Function
92 int $0x13 # Get Drive Parameters
150 movb PhysicalDrive(%bp), %dl # Drive number
bs16.asm 81 mov ah,8 ; ah = 8 - Get Drive Parameters Function
83 int 13h ; Get Drive Parameters
231 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 56 * - otherwise, drive the hw backend,
61 * For convenience, we provide a helper function to drive the hardware
68 * - drive the hw backend
  /external/syslinux/gpxe/src/arch/i386/prefix/
dskprefix.S 88 /* Get disk drive parameters, specifically number of sectors/track.
104 xorw %dx,%dx /* drive 0, head 0 */
123 /* This turns off the floppy drive motor, so that we enter the kernel in a
  /external/syslinux/mbr/
altmbr.S 73 pushw %dx /* dl -> drive number */
76 pushw %dx /* drive number */
273 popw %dx /* dl -> drive number */
mbr.S 73 pushw %dx /* dl -> drive number */
76 pushw %dx /* drive number */
284 popw %dx /* dl -> drive number */
  /external/libvncserver/webclients/java-applet/ssl/
ultravnc-102-JavaViewer-ssl-etc.patch 240 String[] drive = new String[str.length() / 3];
250 drive[i / 3] += "\\ Floppy";
253 drive[i / 3] += "\\ Local Disk";
254 + if (drive[i/3].substring(0,1).toUpperCase().equals("C")) {
261 drive[i / 3] += "\\ CD-ROM";
263 drive[i / 3] += "\\ Network";
265 remoteDrivesComboBox.addItem(drive[i / 3]);
266 +System.out.println("ComboBox: Add " + idx + " '" + drive[i/3] + "'");
290 //sf@ - Select Drive C:as default if possible
320 return drive;
    [all...]
  /art/runtime/gc/allocator/
dlmalloc.cc 42 // Note: malloc.c uses a DEBUG define to drive debug code. This interferes with the DEBUG severity
  /art/runtime/jit/
profiling_info.h 56 * method is warm, and used by the compiler to drive optimizations.
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c 77 * Ramdisk sizes between 0x20D0 (4.1MB) and 0x100000 (512MB) sectors are valid FAT16 drive sizes.
171 * vs. total sectors on drive.
350 * and initialize the drive.
434 * We'll zero the whole drive.

Completed in 423 milliseconds

<<11121314151617181920>>