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

/osnet-11/usr/src/lib/libast/common/misc/
H A Doptjoin.c60 int last_offset; local
73 last_offset = opt_info.offset;
108 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset)
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dgpt.c60 int last_offset = 0;
92 if (grub_disk_read (disk, entries, last_offset,
105 part.index = last_offset;
117 last_offset += grub_le_to_cpu32 (gpt.partentry_size);
118 if (last_offset == GRUB_DISK_SECTOR_SIZE)
120 last_offset = 0;
59 int last_offset = 0; local

Completed in 21 milliseconds