Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmodify_partition.c538 uint64_t start_lba = map->efi_first_u_lba; local
547 ioparam.io_bounds.lower = start_lba;
563 map->efi_parts[i].p_start = start_lba;
566 start_lba += i64;
568 map->efi_parts[float_part].p_start = start_lba;
570 start_lba - reserved;
H A Dmenu_command.c575 uint64_t start_lba = cur_parts->etoc->efi_first_u_lba; in c_type() local
581 cur_parts->etoc->efi_last_u_lba = maxLBA - start_lba; in c_type()
588 maxLBA - start_lba - reserved; in c_type()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h39 unsigned long start_lba; member
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.h107 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()