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