Searched refs:buffer_offset (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_write_buffer.c93 U32 buffer_offset; local
99 buffer_offset = ((sati_get_cdb_byte(cdb, 3) << 16) |
110 (buffer_offset == 0) &&
141 buffer_offset
151 ((buffer_offset & 0x000001FF) == 0) &&
161 buffer_offset
H A Dsati_read_buffer.c92 U32 buffer_offset; local
98 buffer_offset = ((sati_get_cdb_byte(cdb, 3) << 16) |
107 if((allocation_length == 512) && (buffer_offset == 0) &&
H A Dsati_util.h382 U32 buffer_offset
H A Dsati_util.c1964 * @param[in] buffer_offset This parameter specifies the buffer offset for the
1975 U32 buffer_offset
1980 U32 buffer_blkoffset = buffer_offset >> 9;
1998 if((allocation_length == 0) && (buffer_offset == 0))
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios_i2c.c94 int i, remaining, current_count, buffer_offset, max_bytes, ret; local
112 buffer_offset = 0;
128 &p->buf[buffer_offset], current_count);
132 buffer_offset += current_count;
H A Dradeon_i2c.c660 int i, j, remaining, current_count, buffer_offset, ret = 0; local
780 buffer_offset = 0;
817 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff;
819 buffer_offset += current_count;
836 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]);
860 buffer_offset += current_count;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_buf_item.c232 uint buffer_offset; local
297 buffer_offset = first_bit * XFS_BLI_CHUNK;
298 vecp->i_addr = xfs_buf_offset(bp, buffer_offset);
304 buffer_offset = first_bit * XFS_BLI_CHUNK;
305 vecp->i_addr = xfs_buf_offset(bp, buffer_offset);
316 buffer_offset = first_bit * XFS_BLI_CHUNK;
317 vecp->i_addr = xfs_buf_offset(bp, buffer_offset);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_util.h57 uint32_t buffer_offset, ctl_tag_type tag_type,
H A Dctl_util.c209 uint8_t buffer_id, uint32_t buffer_offset,
228 scsi_ulto3b(buffer_offset, cdb->offset);
207 ctl_scsi_read_write_buffer(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int read_buffer, uint8_t mode, uint8_t buffer_id, uint32_t buffer_offset, ctl_tag_type tag_type, uint8_t control) argument
H A Dctl.c5658 int buffer_offset, len; local
5693 buffer_offset = scsi_3btoul(cdb->offset);
5706 if (buffer_offset != 0) {
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c1306 int buffer_offset = 0, buffer_size = 0;
1317 if (buffer_offset + (READ_BUFFER_GROWTH + 1) >= buffer_size)
1321 count = fread (buffer + buffer_offset, 1, READ_BUFFER_GROWTH, stream);
1329 buffer_offset += count;
1336 input_text_length = buffer_offset;
1301 int buffer_offset = 0, buffer_size = 0; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c1298 file_ptr buffer_offset = 0;
1374 buffer_offset += ieee_pos (IEEE_DATA (abfd));
1375 if (bfd_seek (abfd, buffer_offset, SEEK_SET) != 0)
1295 file_ptr buffer_offset = 0; local

Completed in 299 milliseconds