Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dumem.h144 umem_constructor_t *constructor, in umem_cache_create() argument
156 cp->cache_constructor = constructor; in umem_cache_create()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c160 int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), in kmem_cache_create()
169 cache->kc_constructor = constructor; in kmem_cache_create()
174 constructor != NULL ? kmem_std_constructor : NULL, in kmem_cache_create()
H A Dspl_atomic.c52 static __attribute__((constructor)) void
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf.h29 cperf_constructor_t constructor; member
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf.h21 cperf_constructor_t constructor; member
/f-stack/freebsd/netgraph/
H A Dng_ip_input.c101 .constructor = ngipi_cons,
H A Dng_echo.c69 .constructor = nge_cons,
H A Dng_ether_echo.c73 .constructor = ngee_cons,
H A Dng_split.c59 .constructor = ng_split_constructor,
H A Dng_hub.c75 .constructor = ng_hub_constructor,
H A Dng_hole.c108 .constructor = ngh_cons,
H A Dng_UI.c82 .constructor = ng_UI_constructor,
H A Dng_ipfw.c85 .constructor = ng_ipfw_constructor,
H A Dng_atmllc.c82 .constructor = ng_atmllc_constructor,
H A Dng_gif_demux.c153 .constructor = ng_gif_demux_constructor,
H A Dng_sample.c110 .constructor = ng_xxx_constructor,
H A Dng_sppp.c90 .constructor = ng_sppp_constructor,
H A Dng_tcpmss.c136 .constructor = ng_tcpmss_constructor,
H A Dng_etf.c120 .constructor = ng_etf_constructor,
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h77 int (*constructor)(void *, void *, int), void (*destructor)(void *, void *),
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.h194 rte_swx_extern_type_constructor_t constructor,
/f-stack/tools/ifconfig/
H A Difconfig.h39 #define __constructor __attribute__((constructor))
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_misc.c244 uu_init(void) __attribute__((constructor));
/f-stack/freebsd/netinet/
H A Dtcp_stats.c93 __attribute__ ((constructor))
/f-stack/freebsd/contrib/openzfs/lib/libshare/
H A Dlibshare.c72 __attribute__((constructor)) static void

1234