Home
last modified time | relevance | path

Searched refs:start_lba (Results 1 – 4 of 4) sorted by relevance

/titanic_44/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);
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h39 unsigned long start_lba; member
/titanic_44/usr/src/cmd/cdrw/
H A Dmisc_scsi.h109 int read_audio_through_read_cd(cd_device *dev, uint_t start_lba, uint_t nblks,
H A Dmisc_scsi.c743 read_audio_through_read_cd(cd_device *dev, uint_t start_lba, uint_t nblks, in read_audio_through_read_cd() argument
750 ret = read_cd(dev->d_fd, (uint32_t)start_lba, (uint16_t)nblks, in read_audio_through_read_cd()