OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sector_count
(Results
1 - 25
of
105
) sorted by null
1
2
3
4
5
/external/qemu/hw/
goldfish_mmc.c
232
int64_t
sector_count
= 0;
local
237
bdrv_get_geometry(s->bs, (uint64_t*)&
sector_count
);
238
capacity =
sector_count
* 512;
278
capacity =
sector_count
* 512;
scsi-disk.c
53
/* Both sector and
sector_count
are in terms of qemu 512 byte blocks. */
55
uint32_t
sector_count
;
member in struct:SCSIRequest
96
r->
sector_count
= 0;
195
if (r->
sector_count
== (uint32_t)-1) {
197
r->
sector_count
= 0;
201
DPRINTF("Read
sector_count
=%d\n", r->
sector_count
);
202
if (r->
sector_count
== 0) {
207
n = r->
sector_count
;
218
r->
sector_count
-= n
[
all
...]
/bionic/libc/kernel/common/linux/
hdsmart.h
76
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/development/ndk/platforms/android-3/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/external/kernel-headers/original/linux/
hdsmart.h
74
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdsmart.h
74
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdsmart.h
74
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdsmart.h
74
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h
64
unsigned char
sector_count
;
member in struct:ata_smart_errorlog_command_struct_s
Completed in 657 milliseconds
1
2
3
4
5