HomeSort by relevance Sort by last modified time
    Searched refs:Drive (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cd.c 36 CHAR16 *Drive;
48 Drive = NULL;
131 Drive = GetFullyQualifiedPath(Cwd);
132 PathRemoveLastItem(Drive);
135 if (ShellStatus == SHELL_SUCCESS && Drive != NULL) {
137 // change directory on current drive letter
139 Status = gEfiShellProtocol->SetCurDir(NULL, Drive);
147 // Move to root of current drive
159 Drive = GetFullyQualifiedPath(Cwd);
160 while (PathRemoveLastItem(Drive));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosInt13.c 130 @param Drive Legacy drive.
138 IN BIOS_LEGACY_DRIVE *Drive
148 Regs.H.DL = Drive->Number;
150 DEBUG ((DEBUG_INIT, "Int13GetDeviceParameters: INT 13 08 DL=%02x : CF=%d AH=%02x\n", Drive->Number, CarryFlag, Regs.H.AH));
152 Drive->ErrorCode = Regs.H.AH;
156 if (Drive->Floppy) {
158 Drive->AtapiFloppy = TRUE;
160 Drive->MaxHead = Regs.H.DH;
161 Drive->MaxSector = Regs.H.CL;
    [all...]
BiosBlkIo.c 625 @param Drive Legacy drive.
632 IN BIOS_LEGACY_DRIVE *Drive,
644 if (Drive->EddVersion == EDD_VERSION_30) {
648 Status = BuildEdd30DevicePath (BaseDevicePath, Drive, DevicePath);
660 VendorNode.LegacyDriveLetter = Drive->Number;
669 @param Drive Legacy drive.
679 IN BIOS_LEGACY_DRIVE *Drive,
690 Controller = (UINT32) Drive->Parameters.InterfacePath.Pci.Controller;
    [all...]
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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 48 (Drive, Path) = os.path.splitdrive(self.WorkspaceDir)
49 if Drive == '':
50 (Drive, CwdPath) = os.path.splitdrive(self.CurrentWorkingDir)
51 if Drive != '':
52 self.WorkspaceDir = Drive + Path
54 self.WorkspaceDir = Drive.upper() + Path
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
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.S 83 movb $8, %ah # ah = 8 - Get Drive Parameters Function
85 int $0x13 # Get Drive Parameters
234 movb PhysicalDrive(%bp), %dl # dl = Drive Number
bs32.S 69 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
97 movb $8, %ah # ah = 8 - Get Drive Parameters Function
99 int $0x13 # Get Drive Parameters
255 movb PhysicalDrive(%bp), %dl # dl = Drive Number
bs32.asm 67 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
96 mov ah,8 ; ah = 8 - Get Drive Parameters Function
98 int 13h ; Get Drive Parameters
253 mov dl,byte ptr [bp+PhysicalDrive] ; 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.asm 90 mov ah,8 ; AH = 8 - Get Drive Parameters Function
92 int 13h ; Get Drive Parameters
150 mov dl, byte ptr [bp + PhysicalDrive] ; Drive number
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
bootsect.asm 94 mov ah,8 ; ah = 8 - Get Drive Parameters Function
96 int 13h ; Get Drive Parameters
244 mov dl,byte ptr [bp+PhysicalDrive] ; 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
start32.S 66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
274 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
st32_64.S 66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
286 movb PhysicalDrive(%bp), %dl # dl = Drive Number
    [all...]
st32_64.asm 62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
283 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 129 // of Microsoft Excel and Google Drive.
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 129 // of Microsoft Excel and Google Drive.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h 628 NTMS_DRIVEINFORMATIONA Drive;
658 NTMS_DRIVEINFORMATIONW Drive;
832 NTMS_DRIVEINFORMATIONA Drive;
861 NTMS_DRIVEINFORMATIONW Drive;
    [all...]
  /external/syslinux/dosutil/
eltorito.asm 5 ; El Torito Bootable CD-ROM driver which does not reset the CD-ROM drive upon
6 ; loading, but instead accesses the drive through BIOS system calls
242 DrvBytes: ;Read Drive Bytes
435 call DoNothing ;Reset Drive
787 mov [DriveNumber], cl ; Store drive number
793 mov si, DrvNumMsg ; Display "drive number="
802 ; so loop to find drive number
804 ; ??? mov dl, 0ffh ;Start at Drive 0xff
808 ; mov si,offset SpecPkt ;Locate booted CD-ROM drive
829 ; dec dl ;Next drive
    [all...]
copybs.asm 17 ; Small DOS program to copy the boot sector from a drive
20 ; Usage: copybs <drive>: <file>
58 ; Scan command line for a drive letter followed by a colon
76 mov [DriveNo],al ; Save away drive index
122 msg_unfair: db 'Usage: copybs <drive>: <filename>', 0Dh, 0Ah, '$'
165 int 21h ; Get Drive Parameter Block
  /external/syslinux/diag/geodsp/
geodsp1s.asm 50 DriveNumber equ StackBuf-4 ; Drive number
85 push dx ; Save drive number (in DL)
  /external/syslinux/mbr/
oldmbr.asm 77 mov [DriveNo], dl ; Drive number stored in DL
82 mov ah,08h ; Get drive parameters
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 193 INT8 Drive[3];
    [all...]

Completed in 239 milliseconds

1 2