OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_sectors
(Results
1 - 6
of
6
) sorted by null
/external/qemu/hw/
goldfish_mmc.c
176
int
num_sectors
)
180
while (
num_sectors
> 0) {
187
num_sectors
-= 1;
196
int
num_sectors
)
200
while (
num_sectors
> 0) {
208
num_sectors
-= 1;
/device/samsung/tuna/recovery/
bootloader.c
246
unsigned int
num_sectors
;
local
247
if (ioctl(mmcfd, BLKGETSIZE, &
num_sectors
) < 0) {
255
pi->blklen =
num_sectors
- pi->blksize - NUM_SECONDARY_GPT_SECTORS;
/external/grub/stage2/
fsys_fat.c
35
int
num_sectors
;
member in struct:fat_superblock
92
FAT_SUPER->
num_sectors
= FAT_CVT_U16 (bpb.short_sectors)
110
2 + ((FAT_SUPER->
num_sectors
- FAT_SUPER->data_offset)
builtins.c
143
int
num_sectors
= 0;
153
if (
num_sectors
> 0)
155
if (start_sector +
num_sectors
== sector
158
num_sectors
++;
166
start_sector - part_start,
num_sectors
);
167
else if (
num_sectors
> 1)
169
start_sector - part_start,
num_sectors
-1,
170
start_sector +
num_sectors
-1 - part_start,
176
num_sectors
= 0;
189
num_sectors
= 1
142
int
num_sectors
= 0;
local
[
all
...]
fsys_reiserfs.c
1218
int
num_sectors
;
local
[
all
...]
/external/qemu-pc-bios/bochs/bios/
rombios.c
6305
Bit8u drive,
num_sectors
, sector, head, status, mod;
local
7150
Bit8u drive,
num_sectors
, track, sector, head, status;
local
[
all
...]
Completed in 171 milliseconds