OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nr_sects
(Results
51 - 51
of
51
) sorted by null
1
2
3
/external/qemu/
block.c
1165
uint32_t
nr_sects
; /* nr of sectors in partition */
member in struct:partition
1175
uint32_t
nr_sects
;
local
1188
nr_sects
= le32_to_cpu(p->
nr_sects
);
1189
if (
nr_sects
&& p->end_head) {
[
all
...]
Completed in 166 milliseconds
1
2
3