Home
last modified time | relevance | path

Searched refs:start_blk (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c125 uint32_t start_blk, end_blk, c_blk; in read_audio_track() local
149 start_blk = ti->ti_start_address; in read_audio_track()
203 start_blk, end_blk); in read_audio_track()
207 for (c_blk = start_blk; c_blk < end_blk; c_blk += blocks_to_write) { in read_audio_track()
209 (void) progress((end_blk - start_blk), in read_audio_track()
210 (int64_t)(c_blk - start_blk)); in read_audio_track()
229 if ((c_blk == start_blk) || in read_audio_track()
236 if (c_blk == start_blk) in read_audio_track()
H A Dtoshiba.c74 toshiba_read_audio(cd_device *target, uint_t start_blk, uint_t nblk, in toshiba_read_audio() argument
84 scmd->uscsi_cdb[5] = start_blk & 0xff; in toshiba_read_audio()
85 scmd->uscsi_cdb[4] = (start_blk >> 8) & 0xff; in toshiba_read_audio()
86 scmd->uscsi_cdb[3] = (start_blk >> 16) & 0xff; in toshiba_read_audio()
87 scmd->uscsi_cdb[2] = (start_blk >> 24) & 0xff; in toshiba_read_audio()
H A Dmmc.c280 read10(int fd, uint32_t start_blk, uint16_t nblk, uchar_t *buf, in read10() argument
289 load_scsi32(&scmd->uscsi_cdb[2], start_blk); in read10()
301 write10(int fd, uint32_t start_blk, uint16_t nblk, uchar_t *buf, in write10() argument
315 load_scsi32(&scmd->uscsi_cdb[2], start_blk); in write10()
398 read_cd(int fd, uint32_t start_blk, uint16_t nblk, uchar_t sector_type, in read_cd() argument
408 scmd->uscsi_cdb[5] = start_blk & 0xff; in read_cd()
409 scmd->uscsi_cdb[4] = (start_blk >> 8) & 0xff; in read_cd()
410 scmd->uscsi_cdb[3] = (start_blk >> 16) & 0xff; in read_cd()
411 scmd->uscsi_cdb[2] = (start_blk >> 24) & 0xff; in read_cd()
H A Dmmc.h135 int read10(int fd, uint32_t start_blk, uint16_t nblk, uchar_t *buf,
137 int write10(int fd, uint32_t start_blk, uint16_t nblk, uchar_t *buf,
141 int read_cd(int fd, uint32_t start_blk, uint16_t nblk, uchar_t sector_type,
H A Dtoshiba.h38 int toshiba_read_audio(cd_device *target, uint_t start_blk, uint_t nblk,
H A Ddevice.h46 int (*d_read_audio)(struct _device *dev, uint_t start_blk,
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c2981 U64 start_blk, U32 num_blocks) in mrsas_tbolt_set_pd_lba() argument
2988 (start_blk <= 0xffffffff)) { in mrsas_tbolt_set_pd_lba()
3076 cdb[3] = (U8)(start_blk & 0xff); in mrsas_tbolt_set_pd_lba()
3077 cdb[2] = (U8)((start_blk >> 8) & 0xff); in mrsas_tbolt_set_pd_lba()
3082 cdb[5] = (U8)(start_blk & 0xff); in mrsas_tbolt_set_pd_lba()
3083 cdb[4] = (U8)((start_blk >> 8) & 0xff); in mrsas_tbolt_set_pd_lba()
3084 cdb[3] = (U8)((start_blk >> 16) & 0xff); in mrsas_tbolt_set_pd_lba()
3085 cdb[2] = (U8)((start_blk >> 24) & 0xff); in mrsas_tbolt_set_pd_lba()
3088 cdb[5] = (U8)(start_blk & 0xff); in mrsas_tbolt_set_pd_lba()
3095 cdb[9] = (U8)(start_blk & 0xff); in mrsas_tbolt_set_pd_lba()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c717 uint32_t start_blk; in hxge_rtrace_ioctl() local
734 start_blk = rtp->next_idx; in hxge_rtrace_ioctl()
736 base_entry = start_blk * MAX_RTRACE_IOC_ENTRIES; in hxge_rtrace_ioctl()
738 HXGE_DEBUG_MSG((hxgep, STR_CTL, "start_blk = %d\n", start_blk)); in hxge_rtrace_ioctl()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c1252 uint32_t start_blk; in nxge_rtrace_ioctl() local
1268 start_blk = rtp->next_idx; in nxge_rtrace_ioctl()
1270 base_entry = start_blk * MAX_RTRACE_IOC_ENTRIES; in nxge_rtrace_ioctl()
1272 NXGE_DEBUG_MSG((nxgep, STR_CTL, "start_blk = %d\n", start_blk)); in nxge_rtrace_ioctl()