OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start4
(Results
1 - 1
of
1
) sorted by null
/external/toybox/toys/pending/
fdisk.c
53
end_sector, end_cyl,
start4
[4], size4[4];
member in struct:partition
215
first[i] = swap_le32toh(px->
start4
) + pe->start_offset;
242
local_start_off = swap_le32toh(p->
start4
);
256
offset = swap_le32toh(q->
start4
);
423
start = swap_le32toh((unsigned char*)(p->
start4
));
472
start_sec = swap_le32toh(p->
start4
) + partitions[i].start_offset;
612
new_start = partitions[i + 1].start_offset + swap_le32toh(q->
start4
) - extended_offset;
614
memcpy(p->
start4
, (void *)&new_start, 4);
932
begin_sec[i] = swap_le32toh(p->
start4
) + pe->start_offset;
951
set_levalue(p->
start4
, start - pe->start_offset)
[
all
...]
Completed in 57 milliseconds