Searched defs:lba_offset (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c154 PedSector lba_offset; /* needed for computing start/end for member in struct:__anon2264
826 PedSector lba_offset, PedPartitionType type)
836 linear_start (disk, raw_part, lba_offset),
837 linear_end (disk, raw_part, lba_offset));
860 dos_data->orig->lba_offset = lba_offset;
872 PedSector lba_offset; local
914 lba_offset = is_extended_table ? sector : 0;
916 if (linear_start (disk, raw_part, lba_offset) == sector) {
935 part = raw_part_parse (disk, raw_part, lba_offset, typ
825 raw_part_parse(const PedDisk* disk, const DosRawPartition* raw_part, PedSector lba_offset, PedPartitionType type) argument
1083 PedSector lba_offset; local
[all...]

Completed in 411 milliseconds