Searched defs:opaque (Results 51 - 75 of 81) sorted by relevance

1234

/freebsd-current/contrib/openbsm/bsm/
H A Dlibbsm.h756 au_opaque_t opaque; member in union:tokenstr::__anon5878
/freebsd-current/sys/contrib/xen/
H A Dmemory.h533 uint64_aligned_t opaque; /* Must be set to 0 */ member in struct:xen_mem_sharing_op::__anon89::mem_sharing_op_range
H A Dsysctl.h877 uint8_t opaque[LIVEPATCH_OPAQUE_SIZE]; member in struct:livepatch_func
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1374 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD_customMem; member in struct:__anon236
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h253 u64 opaque[128 / sizeof(u64)]; member in struct:__sanitizer::__sanitizer_siginfo
H A Dsanitizer_platform_limits_netbsd.h283 u64 opaque[128 / sizeof(u64)]; member in struct:__sanitizer::__sanitizer_siginfo
H A Dsanitizer_platform_limits_freebsd.h306 u64 opaque[128 / sizeof(u64)]; member in struct:__sanitizer::__sanitizer_siginfo
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c106 static void* ZWRAP_allocFunction(void* opaque, size_t size) argument
114 static void ZWRAP_freeFunction(void* opaque, void* address) argument
[all...]
/freebsd-current/sys/contrib/zstd/lib/
H A Dzstd.h1587 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD_customMem; member in struct:__anon316
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c1073 static void COVER_tryParameters(void *opaque) argument
/freebsd-current/lib/libfetch/
H A Dhttp.c637 char *opaque; member in struct:__anon290
[all...]
/freebsd-current/sys/dev/bxe/
H A Decore_init.h601 uint8_t opaque[56]; member in struct:src_ent
/freebsd-current/sys/dev/netmap/
H A Dif_ptnet.c743 ptnet_init(void *opaque) argument
1050 ptnet_tick(void *opaque) argument
1286 ptnet_tx_intr(void *opaque) argument
1308 ptnet_rx_intr(void *opaque) argument
[all...]
H A Dnetmap_freebsd.c80 nm_kqueue_notify(void *opaque, int pending) argument
1211 nm_os_kctx_create(struct nm_kctx_cfg *cfg, void *opaque) argument
/freebsd-current/tests/sys/netmap/
H A Dctrl-api-test.c1350 sync_kloop_worker(void *opaque) argument
/freebsd-current/sys/kern/
H A Dlink_elf.c1788 link_elf_each_function_name(linker_file_t file, int (*callback)(const char *, void *), void *opaque) argument
1809 link_elf_each_function_nameval(linker_file_t file, linker_function_nameval_callback_t callback, void *opaque) argument
H A Dkern_linker.c2386 sysctl_kern_function_list_iterate(const char *name, void *opaque) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp69 u64 opaque[768 / sizeof(u64) + 1]; member in struct:ucontext_t
74 u64 opaque[936 / sizeof(u64) + 1]; member in struct:ucontext_t
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_int.c2026 ecore_int_igu_init_pure_rt_single(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 igu_sb_id, u16 opaque, bool b_set) argument
H A Decore_cxt.c105 u8 opaque[56]; member in struct:src_ent
/freebsd-current/sys/dev/vnic/
H A Dq_struct.h420 uint64_t opaque:32; member in struct:rx_hdr_t
/freebsd-current/sys/sys/
H A Dstats.h638 uint8_t opaque[]; member in struct:statsblob
/freebsd-current/contrib/jemalloc/src/
H A Dprof.c1396 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { argument
1474 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { argument
1803 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { argument
2564 prof_emitter_write_cb(void *opaque, const char *to_write) { argument
1541 prof_tdata_merge_iter(prof_tdata_tree_t *tdatas, prof_tdata_t *tdata, void *opaque) argument
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h393 volatile uint32_t opaque; member in union:qm_fd::__anon9733
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c67 typedef struct { ZSTDv07_allocFunction customAlloc; ZSTDv07_freeFunction customFree; void* opaque; } ZSTDv07_customMem; member in struct:__anon269
2631 static void* ZSTDv07_defaultAllocFunction(void* opaque, size_t size) argument
2639 static void ZSTDv07_defaultFreeFunction(void* opaque, void* address) argument
4233 void* const opaque = ddict->refContext->customMem.opaque; local
[all...]

Completed in 311 milliseconds

1234