Searched refs:write_chunk_header (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/cxgbe/cudbg/ |
| H A D | fastlz_api.c | 112 int write_chunk_header(struct cudbg_buffer *_outbuf, int id, int options, in write_chunk_header() function 181 rc = write_chunk_header(pout_buff, 1, 0, in write_compression_hdr() 241 rc = write_chunk_header(pout_buff, 17, 1, chunk_size, checksum, in compress_buff() 260 rc = write_chunk_header(pout_buff, 17, 0, bytes_read, checksum, in compress_buff()
|
| H A D | fastlz.h | 52 int write_chunk_header(struct cudbg_buffer *, int, int, unsigned long,
|