Home
last modified time | relevance | path

Searched refs:pc_buff (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
HDfastlz_api.c314 int read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, in read_chunk_header() argument
319 int byte_r = read_from_buf(pc_buff->data, pc_buff->size, in read_chunk_header()
320 &pc_buff->offset, buffer, 16); in read_chunk_header()
340 int decompress_buffer(struct cudbg_buffer *pc_buff, in decompress_buffer() argument
379 if (pc_buff->offset > pc_buff->size) in decompress_buffer()
382 rc = read_chunk_header(pc_buff, &chunk_id, &chunk_options, in decompress_buffer()
392 bytes_read = read_from_buf(pc_buff->data, pc_buff->size, in decompress_buffer()
393 &pc_buff->offset, buffer, in decompress_buffer()
409 pc_buff->offset -= chunk_size + 16; in decompress_buffer()
449 read_from_buf(pc_buff->data, in decompress_buffer()
[all …]
HDcudbg_lib_common.h163 int decompress_buffer_wrapper(struct cudbg_buffer *pc_buff,