Home
last modified time | relevance | path

Searched refs:get_last_possible_lba (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.h106 uint32_t get_last_possible_lba(cd_device *dev);
H A Dwrite_audio.c113 if ((blks_avail = get_last_possible_lba(target)) == 0) { in write_audio()
H A Ddumpinfo.c84 cap = get_last_possible_lba(target); in info()
H A Dwrite_image.c114 if ((cap = get_last_possible_lba(target)) <= 0) { in write_image()
H A Dcopycd.c142 nblks_avail = get_last_possible_lba(target); in ensure_media_space()
H A Dmisc_scsi.c708 get_last_possible_lba(cd_device *dev) in get_last_possible_lba() function