HomeSort by relevance Sort by last modified time
    Searched defs:nr_sects (Results 51 - 51 of 51) sorted by null

1 23

  /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 23