HomeSort by relevance Sort by last modified time
    Searched refs:SectorsPerCluster (Results 1 - 24 of 24) sorted by null

  /external/syslinux/win/
ntfstest.c 68 vol_info.SectorsPerCluster
109 lba.QuadPart + len * vol_info.SectorsPerCluster
ntfssect.h 141 DWORD SectorsPerCluster;
ntfssect.c 159 &VolumeInfo->SectorsPerCluster,
281 !VolumeInfo->SectorsPerCluster ||
292 VolumeInfo->SectorsPerCluster
syslinux.c 466 vol_info.SectorsPerCluster);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs32.asm 41 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
126 mov bl,byte ptr [bp+SectorsPerCluster]; bx = SectorsPerCluster
127 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
128 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
187 pop dx ; ax = (StartCluster - 2) * SectorsPerCluster
188 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
190 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = Number of Sectors in a cluster
    [all...]
bs16.S 43 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits
164 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
167 popw %dx # ax = (StartCluster - 2) * SectorsPerCluster
168 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
170 movb SectorsPerCluster(%bp), %bl # bx = Number of Sectors in a cluster
bs32.S 43 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits
127 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
128 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
129 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
185 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
188 popw %dx # ax = (StartCluster - 2) * SectorsPerCluster
189 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
191 movb SectorsPerCluster(%bp), %bl # bx = Number of Sectors in a cluster
    [all...]
bootsect.asm 54 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
175 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
178 pop dx ; ax = (StartCluster - 2) * SectorsPerCluster
179 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
181 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = Number of Sectors in a cluster
bs16.asm 41 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
162 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
165 pop dx ; ax = (StartCluster - 2) * SectorsPerCluster
166 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
168 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = Number of Sectors in a cluster
start.S 40 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits
194 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
195 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
196 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
199 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
    [all...]
start16.S 41 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits
188 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
189 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
190 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
193 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
    [all...]
start32.S 40 SectorsPerCluster: .byte 0 # Sector Per Cluster - 1 byte
203 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
204 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
205 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
208 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
    [all...]
st16_64.S 41 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits
200 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
201 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
202 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
205 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
    [all...]
st32_64.S 40 SectorsPerCluster: .byte 0 # Sector Per Cluster - 1 byte
215 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
216 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
217 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
220 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
    [all...]
start64.S 41 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits
207 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
208 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
209 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
212 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
    [all...]
st16_64.asm 37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
196 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
197 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
198 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
201 mul bx ; ax = NumberOfClusters * SectorsPerCluster
    [all...]
st32_64.asm 36 SectorsPerCluster db 0 ; Sector Per Cluster - 1 byte
212 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
213 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
214 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
217 mul bx ; ax = NumberOfClusters * SectorsPerCluster
    [all...]
start.asm 37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
191 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
192 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
193 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
196 mul bx ; ax = NumberOfClusters * SectorsPerCluster
    [all...]
start16.asm 37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
185 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
186 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
189 mul bx ; ax = NumberOfClusters * SectorsPerCluster
    [all...]
start32.asm 36 SectorsPerCluster db 0 ; Sector Per Cluster - 1 byte
199 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
200 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
201 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
204 mul bx ; ax = NumberOfClusters * SectorsPerCluster
    [all...]
start64.asm 37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits
203 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
204 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
205 add ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
208 mul bx ; ax = NumberOfClusters * SectorsPerCluster
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 532 LPDWORD SectorsPerCluster,
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 525 LPDWORD SectorsPerCluster,

Completed in 235 milliseconds