Searched refs:zbuf (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 89 z_stream zbuf; in deflate_global() local 129 zbuf.zfree = crypto_zfree; in deflate_global() 130 zbuf.opaque = Z_NULL; in deflate_global() 133 zbuf.next_out = bufp->data; in deflate_global() 151 zbuf.avail_in, zbuf.avail_out, zbuf.total_out); in deflate_global() 156 zbuf.avail_in, zbuf.avail_out, zbuf.total_out); in deflate_global() 184 zbuf.avail_in, zbuf.avail_out, zbuf.total_out); in deflate_global() 198 inflateEnd(&zbuf); in deflate_global() 200 deflateEnd(&zbuf); in deflate_global() 227 inflateEnd(&zbuf); in deflate_global() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | bpf_zerocopy.c | 95 struct zbuf { struct 182 struct zbuf *zb; in zbuf_setup() 246 struct zbuf *zb; in bpf_zerocopy_append_bytes() 298 struct zbuf *zb; in bpf_zerocopy_append_mbuf() 359 struct zbuf *zb; in bpf_zerocopy_buffull() 386 struct zbuf *zb; in bpf_zerocopy_bufheld() 409 struct zbuf *zb; in bpf_zerocopy_buf_reclaimed() 429 struct zbuf *zb; in bpf_zerocopy_canfreebuf() 452 struct zbuf *zb; in bpf_zerocopy_canwritebuf() 471 struct zbuf *zb; in bpf_zerocopy_free() [all …]
|
| H A D | bpfdesc.h | 55 struct zbuf;
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpfdesc.h | 54 struct zbuf;
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2044 char zbuf[1024]; in print_status_initialize() local 2061 (void) snprintf(zbuf, sizeof (zbuf), ", %s %s", in print_status_initialize() 2065 (void) snprintf(zbuf, sizeof (zbuf), ", %s %s", in print_status_initialize() 2069 (void) snprintf(zbuf, sizeof (zbuf), ", %s %s", in print_status_initialize() 2075 initialize_pct, zbuf); in print_status_initialize() 2095 char zbuf[1024]; in print_status_trim() local 2111 (void) snprintf(zbuf, sizeof (zbuf), ", %s %s", in print_status_trim() 2115 (void) snprintf(zbuf, sizeof (zbuf), ", %s %s", in print_status_trim() 2119 (void) snprintf(zbuf, sizeof (zbuf), ", %s %s", in print_status_trim() 2125 trim_pct, zbuf); in print_status_trim()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 11648 static int cut_gzip_prefix(const uint8_t * zbuf, int len) argument 11655 if (!(zbuf[0] == 0x1f && zbuf[1] == 0x8b && zbuf[2] == Z_DEFLATED) || 11661 if (zbuf[3] & 0x4) { 11662 xlen = zbuf[13]; 11664 xlen += zbuf[12]; 11669 if (zbuf[3] & 0x8) { 11670 while ((zbuf[n++] != 0) && (n < len)) ; 11676 static int ecore_gunzip(struct bnx2x_softc *sc, const uint8_t * zbuf, int len) argument 11679 int data_begin = cut_gzip_prefix(zbuf, len); 11689 zlib_stream.next_in = zbuf + data_begin;
|
| H A D | ecore_init_ops.h | 17 static int ecore_gunzip(struct bnx2x_softc *sc, const uint8_t *zbuf, int len);
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 6601 char *zbuf; in ztest_run_zdb() local 6607 zbuf = umem_alloc(1024, UMEM_NOFAIL); in ztest_run_zdb() 6624 while (fgets(zbuf, 1024, fp) != NULL) in ztest_run_zdb() 6626 (void) printf("%s", zbuf); in ztest_run_zdb() 6641 umem_free(zbuf, 1024); in ztest_run_zdb()
|