Searched refs:real_start (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dgeom.c292 PedSector real_start; local
299 real_start = geom->start + offset;
301 if (real_start + count - 1 > geom->end)
304 if (!ped_device_read (geom->dev, buffer, real_start, count))
372 PedSector real_start; local
379 real_start = geom->start + offset;
381 if (real_start + count - 1 > geom->end) {
392 if (!ped_device_write (geom->dev, buffer, real_start, count))
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S128 ljmp $0, $real_start
130 real_start: label
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S128 ljmp $0, $ABS(real_start)
130 real_start: label
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S69 ljmp $0, $ABS(real_start)
81 real_start: label

Completed in 64 milliseconds