Searched refs:rdoff (Results 1 – 4 of 4) sorted by relevance
47 rdoff=$(($bblen - $rdlen))50 if [ $bbsize -gt $rdoff ]; then51 printf "$1 must be smaller than $rdoff\n"67 dd if=$2 of=$3 conv=notrunc bs=1 oseek=$rdoff
424 size_t rdoff, rdsize, dsize; in dc_getblock_miss() local 441 rdoff = hdr->ch_blkmap[cblkno]; in dc_getblock_miss() 442 rdsize = hdr->ch_blkmap[cblkno + 1] - rdoff; in dc_getblock_miss() 443 error = vn_rdwr(UIO_READ, dp->dc_subvp, saddr, rdsize, rdoff, in dc_getblock_miss()
4157 const uint_t rdoff = 0x100; /* returned data offset */ in pmcs_expander_get_nphy() local 4206 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy() 4207 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy() 4208 msg[14] = LE_32(PMCS_SCRATCH_SIZE - rdoff); in pmcs_expander_get_nphy() 4255 srf = (smp_response_frame_t *)&((uint32_t *)pwp->scratch)[rdoff >> 2]; in pmcs_expander_get_nphy() 4257 &((uint32_t *)pwp->scratch)[(rdoff >> 2)+1]; in pmcs_expander_get_nphy() 4392 const uint_t rdoff = 0x100; /* returned data offset */ in pmcs_expander_content_discover() local 4434 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover() 4435 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover() 4436 msg[14] = LE_32(PMCS_SCRATCH_SIZE - rdoff); in pmcs_expander_content_discover() [all...]
1015 const uint_t rdoff = SAS_SMP_MAX_PAYLOAD; in pmcs_smp_start() local 1105 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_smp_start() 1106 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_smp_start() 1190 &((uint8_t *)pwp->scratch)[rdoff], rspsz); in pmcs_smp_start()