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

/illumos-gate/usr/src/cmd/format/
H A Dmodify_partition.c562 uint64_t start_lba = 34; local
568 ioparam.io_bounds.lower = start_lba;
585 map->efi_parts[i].p_start = start_lba;
588 start_lba += i64;
591 map->efi_parts[float_part].p_start = start_lba;
593 start_lba - (1024 * 16);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h39 unsigned long start_lba; member in struct:bootrecord
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c743 read_audio_through_read_cd(cd_device *dev, uint_t start_lba, uint_t nblks, argument
750 ret = read_cd(dev->d_fd, (uint32_t)start_lba, (uint16_t)nblks,

Completed in 47 milliseconds