| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 53 zcfree(void *opaque, void *ptr) in zcfree() argument 64 stream->opaque = NULL; in zlib_deflateInit() 86 stream->opaque = NULL; in zlib_inflateInit() 154 stream.opaque = NULL; in z_compress_level() 161 if (!stream.opaque) in z_compress_level() 166 zlib_workspace_free(stream.opaque); in z_compress_level() 173 zlib_workspace_free(stream.opaque); in z_compress_level() 179 zlib_workspace_free(stream.opaque); in z_compress_level() 216 if (!stream.opaque) in z_uncompress() 221 zlib_workspace_free(stream.opaque); in z_uncompress() [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zutil.c | 222 (void)opaque; in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 247 (void)opaque; in zcfree() 282 (void)opaque; in zcalloc() 288 (void)opaque; in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 306 voidpf opaque; in zcalloc() 310 (void)opaque; 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument 316 voidpf opaque; in zcfree() [all …]
|
| H A D | zutil.h | 260 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 262 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr)); 266 (*((strm)->zalloc))((strm)->opaque, (items), (size)) 267 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_kvargs.c | 75 const char *value_str, void *opaque) in sfc_kvarg_bool_handler() argument 83 bool *value = opaque; in sfc_kvarg_bool_handler() 99 const char *value_str, void *opaque) in sfc_kvarg_long_handler() argument 104 if (!value_str || !opaque) in sfc_kvarg_long_handler() 111 *(long *)opaque = value; in sfc_kvarg_long_handler() 118 const char *value_str, void *opaque) in sfc_kvarg_string_handler() argument 120 *(const char **)opaque = value_str; in sfc_kvarg_string_handler()
|
| H A D | sfc_kvargs.h | 78 void *opaque); 80 void *opaque); 82 void *opaque);
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | pool.c | 31 void *opaque; member 67 static void* POOL_thread(void* opaque) { in POOL_thread() argument 68 POOL_ctx* const ctx = (POOL_ctx*)opaque; in POOL_thread() 81 return opaque; in POOL_thread() 94 job.function(job.opaque); in POOL_thread() 262 POOL_job const job = {function, opaque}; in POOL_add_internal() 272 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_add() argument 280 POOL_add_internal(ctx, function, opaque); in POOL_add() 293 POOL_add_internal(ctx, function, opaque); in POOL_tryAdd() 335 function(opaque); in POOL_add() [all …]
|
| H A D | zstd_common.c | 59 return customMem.customAlloc(customMem.opaque, size); in ZSTD_customMalloc() 68 void* const ptr = customMem.customAlloc(customMem.opaque, size); in ZSTD_customCalloc() 79 customMem.customFree(customMem.opaque, ptr); in ZSTD_customFree()
|
| H A D | pool.h | 69 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque); 77 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque);
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_class_eth.c | 43 const char *value, void *opaque) in eth_mac_cmp() argument 46 const struct rte_eth_dev_data *data = opaque; in eth_mac_cmp() 64 const char *value, void *opaque) in eth_representor_cmp() argument 68 const struct rte_eth_dev_data *data = opaque; in eth_representor_cmp()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | witness.c | 10 witness_comp_t *comp, void *opaque) { in witness_init() argument 14 witness->opaque = opaque; in witness_init()
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool_trace.h | 70 rte_iova_t iova, size_t len, void *free_cb, void *opaque), 77 rte_trace_point_emit_ptr(opaque); 83 size_t len, size_t pg_sz, void *free_cb, void *opaque), 90 rte_trace_point_emit_ptr(opaque);
|
| H A D | rte_mempool.c | 155 mempool_add_elem(struct rte_mempool *mp, __rte_unused void *opaque, in mempool_add_elem() argument 261 void *opaque) in rte_mempool_memchunk_mz_free() argument 263 const struct rte_memzone *mz = opaque; in rte_mempool_memchunk_mz_free() 285 memhdr->free_cb(memhdr, memhdr->opaque); in rte_mempool_free_memchunks() 313 void *opaque) in rte_mempool_populate_iova() argument 337 memhdr->opaque = opaque; in rte_mempool_populate_iova() 390 void *opaque) in rte_mempool_populate_virt() argument 398 len, free_cb, opaque); in rte_mempool_populate_virt() 422 phys_len, free_cb, opaque); in rte_mempool_populate_virt() 631 void *opaque) in rte_mempool_memchunk_anon_free() argument [all …]
|
| H A D | rte_mempool.h | 175 void *opaque); 190 void *opaque; /**< Argument passed to the free callback */ member 518 void *opaque, void *vaddr, rte_iova_t iova); 902 void *opaque, void *obj, unsigned obj_idx); 911 void *opaque, struct rte_mempool_memhdr *memhdr, 1091 void *opaque); 1122 void *opaque);
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline.c | 29 struct cmdline *cl = rdl->opaque; in cmdline_valid_buffer() 45 struct cmdline *cl = rdl->opaque; in cmdline_complete_buffer() 58 cl = rdl->opaque; in cmdline_write_char() 99 cl->rdl.opaque = cl; in cmdline_new()
|
| /f-stack/dpdk/lib/librte_kvargs/ |
| H A D | rte_kvargs.h | 40 typedef int (*arg_handler_t)(const char *key, const char *value, void *opaque); 179 int rte_kvargs_strcmp(const char *key, const char *value, void *opaque);
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.c | 277 r->bufs[0].opaque = in bman_release() 279 (bufs[0].opaque & BMAN_BUF_MASK)); in bman_release() 282 r->bufs[i].opaque = in bman_release() 283 cpu_to_be64(bufs[i].opaque & BMAN_BUF_MASK); in bman_release() 316 bufs[i].opaque = in bman_acquire() 317 be64_to_cpu(mcr->acquire.bufs[i].opaque); in bman_acquire()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | witness.h | 97 void *opaque; member 143 witness_comp_t *comp, void *opaque); 303 witness->comp || w->comp(w, w->opaque, witness, witness->opaque) > in witness_lock()
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_rxtx.c | 54 (_fd)->opaque = QM_FD_CONTIG << DPAA_FD_FORMAT_SHIFT; \ 56 (_fd)->opaque |= (_mbuf)->pkt_len; \ 76 format = (fd->opaque & DPAA_FD_FORMAT_MASK) >> in dpaa_display_frame_info() 412 length = fd->opaque & DPAA_FD_LENGTH_MASK; in dpaa_eth_fd_to_mbuf() 531 format = (fd->opaque & DPAA_FD_FORMAT_MASK) >> in dpaa_rx_cb_no_prefetch() 538 offset = (fd->opaque & DPAA_FD_OFFSET_MASK) >> in dpaa_rx_cb_no_prefetch() 540 length = fd->opaque & DPAA_FD_LENGTH_MASK; in dpaa_rx_cb_no_prefetch() 571 format = (fd->opaque & DPAA_FD_FORMAT_MASK) >> in dpaa_rx_cb() 578 offset = (fd->opaque & DPAA_FD_OFFSET_MASK) >> in dpaa_rx_cb() 580 length = fd->opaque & DPAA_FD_LENGTH_MASK; in dpaa_rx_cb() [all …]
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | example_original.c | 227 c_stream.opaque = (voidpf)0; 266 d_stream.opaque = (voidpf)0; 305 c_stream.opaque = (voidpf)0; 362 d_stream.opaque = (voidpf)0; 402 c_stream.opaque = (voidpf)0; 441 d_stream.opaque = (voidpf)0; 483 c_stream.opaque = (voidpf)0; 522 d_stream.opaque = (voidpf)0;
|
| H A D | example.c | 235 c_stream.opaque = (voidpf)0; 274 d_stream.opaque = (voidpf)0; 313 c_stream.opaque = (voidpf)0; 370 d_stream.opaque = (voidpf)0; 410 c_stream.opaque = (voidpf)0; 449 d_stream.opaque = (voidpf)0; 491 c_stream.opaque = (voidpf)0; 530 d_stream.opaque = (voidpf)0;
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 210 c_stream.opaque = (voidpf)0; 249 d_stream.opaque = (voidpf)0; 288 c_stream.opaque = (voidpf)0; 345 d_stream.opaque = (voidpf)0; 385 c_stream.opaque = (voidpf)0; 424 d_stream.opaque = (voidpf)0; 466 c_stream.opaque = (voidpf)0; 505 d_stream.opaque = (voidpf)0;
|
| /f-stack/dpdk/drivers/common/qat/qat_adf/ |
| H A D | icp_qat_fw_pke.h | 94 u64 opaque; member 247 u64 opaque; member
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 55 static void *ngx_http_gunzip_filter_alloc(void *opaque, u_int items, 57 static void ngx_http_gunzip_filter_free(void *opaque, void *address); 312 ctx->zstream.opaque = ctx; in ngx_http_gunzip_filter_inflate_start() 616 ngx_http_gunzip_filter_alloc(void *opaque, u_int items, u_int size) in ngx_http_gunzip_filter_alloc() argument 618 ngx_http_gunzip_ctx_t *ctx = opaque; in ngx_http_gunzip_filter_alloc() 629 ngx_http_gunzip_filter_free(void *opaque, void *address) in ngx_http_gunzip_filter_free() argument 632 ngx_http_gunzip_ctx_t *ctx = opaque; in ngx_http_gunzip_filter_free()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | zfs_zstd.c | 130 static void *zstd_alloc(void *opaque, size_t size); 131 static void *zstd_dctx_alloc(void *opaque, size_t size); 132 static void zstd_free(void *opaque, void *ptr); 555 zstd_alloc(void *opaque __maybe_unused, size_t size) in zstd_alloc() 575 zstd_dctx_alloc(void *opaque __maybe_unused, size_t size) in zstd_dctx_alloc() 620 zstd_free(void *opaque __maybe_unused, void *ptr) in zstd_free()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 879 assign_numa_node(const char *key __rte_unused, const char *value, void *opaque) in assign_numa_node() argument 881 int *socket_id = opaque; in assign_numa_node() 889 set_sched_quanta(const char *key __rte_unused, const char *value, void *opaque) in set_sched_quanta() argument 891 int *quanta = opaque; in set_sched_quanta() 901 int *credit = opaque; in set_credit_quanta() 909 set_deq_burst_sz(const char *key __rte_unused, const char *value, void *opaque) in set_deq_burst_sz() argument 911 int *deq_burst_sz = opaque; in set_deq_burst_sz() 919 set_min_burst_sz(const char *key __rte_unused, const char *value, void *opaque) in set_min_burst_sz() argument 921 int *min_burst_sz = opaque; in set_min_burst_sz() 929 set_refill_once(const char *key __rte_unused, const char *value, void *opaque) in set_refill_once() argument [all …]
|