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

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c314 int read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, argument
319 int byte_r = read_from_buf(pc_buff->data, pc_buff->size,
320 &pc_buff->offset, buffer, 16);
340 int decompress_buffer(struct cudbg_buffer *pc_buff, argument
379 if (pc_buff->offset > pc_buff->size)
382 rc = read_chunk_header(pc_buff, &chunk_id, &chunk_options,
392 bytes_read = read_from_buf(pc_buff->data, pc_buff
[all...]
H A Dcudbg_lib_common.h163 int decompress_buffer_wrapper(struct cudbg_buffer *pc_buff,

Completed in 54 milliseconds