Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-kmem-cache.m49 static void ctor(void *foo) { /* fake ctor */ }
20 name, size, align, flags, useroffset, usersize, ctor);
/freebsd-13-stable/sys/gnu/gcov/
HDgcov_subr.c118 void (*ctor)(void); in gcov_invoke_ctor() local
128 ctor = (void *)symval.value; in gcov_invoke_ctor()
129 ctor(); in gcov_invoke_ctor()
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
HDx86gas.pl248 { my $ctor="${nmdecor}_GLOBAL_\$I\$$f";
250 $initseg.=".type $ctor,\@function\n" if ($::pic);
252 .globl $ctor
254 $ctor:
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_threadprivate.cpp369 if (d_tn->ct.ctor != 0) { in kmp_threadprivate_insert()
473 if (d_tn->ct.ctor != 0) { in kmp_threadprivate_insert()
474 (void)(*d_tn->ct.ctor)(tn->par_addr); in kmp_threadprivate_insert()
504 void __kmpc_threadprivate_register(ident_t *loc, void *data, kmpc_ctor ctor, in __kmpc_threadprivate_register() argument
522 d_tn->ct.ctor = ctor; in __kmpc_threadprivate_register()
747 kmpc_ctor_vec ctor, kmpc_cctor_vec cctor, in __kmpc_threadprivate_register_vec() argument
767 d_tn->ct.ctorv = ctor; in __kmpc_threadprivate_register_vec()
/freebsd-13-stable/sys/sys/
HDmodule_khelp.h73 #define KHELP_DECLARE_MOD_UMA(hname, hdata, hhooks, version, size, ctor, dtor) \ argument
80 .umactor = ctor, \
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDkmem_cache.h187 size_t align, spl_kmem_ctor_t ctor, spl_kmem_dtor_t dtor,
200 #define kmem_cache_create(name, size, align, ctor, dtor, rclm, priv, vmp, fl) \ argument
201 spl_kmem_cache_create(name, size, align, ctor, dtor, rclm, priv, vmp, fl)
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_slab.c108 unsigned flags, linux_kmem_ctor_t *ctor) in linux_kmem_cache_create() argument
134 ctor ? linux_kmem_ctor : NULL, NULL, in linux_kmem_cache_create()
139 c->cache_ctor = ctor; in linux_kmem_cache_create()
/freebsd-13-stable/sys/vm/
HDuma.h177 uma_zone_t uma_zcreate(const char *name, size_t size, uma_ctor ctor,
212 uma_zone_t uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor,
224 uma_zone_t uma_zcache_create(const char *name, int size, uma_ctor ctor,
HDuma_core.c217 uma_ctor ctor; member
2758 zone->uz_ctor = arg->ctor; in zone_ctor()
3062 args.ctor = keg_ctor; in uma_startup1()
3073 args.ctor = zone_ctor; in uma_startup1()
3227 uma_zcreate(const char *name, size_t size, uma_ctor ctor, uma_dtor dtor, in uma_zcreate() argument
3240 args.ctor = ctor; in uma_zcreate()
3272 uma_zsecond_create(const char *name, uma_ctor ctor, uma_dtor dtor, in uma_zsecond_create() argument
3283 args.ctor = ctor; in uma_zsecond_create()
3300 uma_zcache_create(const char *name, int size, uma_ctor ctor, uma_dtor dtor, in uma_zcache_create() argument
3309 args.ctor = ctor; in uma_zcache_create()
/freebsd-13-stable/contrib/libevent/
HDevmap.c122 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
136 (ctor)(&ent_->ent.type); \
169 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
176 (ctor)((struct type *)(map)->entries[slot]); \
185 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument
186 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDevmap.c122 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
136 (ctor)(&ent_->ent.type); \
169 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
176 (ctor)((struct type *)(map)->entries[slot]); \
185 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument
186 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
HDcfi_ignorelist.txt15 # This ctor is used by std::make_shared and needs to cast to uninitialized T*
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDconfig_file.c107 svn_config__constructor_t *ctor = apr_palloc(result_pool, sizeof(*ctor)); in svn_config__constructor_create() local
108 ctor->open_section = open_section_callback; in svn_config__constructor_create()
109 ctor->close_section = close_section_callback; in svn_config__constructor_create()
110 ctor->add_value = add_value_callback; in svn_config__constructor_create()
111 return ctor; in svn_config__constructor_create()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXPassRegistry.def20 MODULE_PASS("nvptx-lower-ctor-dtor", NVPTXCtorDtorLoweringPass())
/freebsd-13-stable/contrib/llvm-project/libcxx/include/experimental/
HDmemory24 // default ctor
31 // copying ctors (in addition to compiler-generated copy ctor)
/freebsd-13-stable/sys/conf/
HDldscript.i386116 /* We don't want to include the .ctor section from
118 The .ctor section from the crtend file contains the
HDldscript.amd64122 /* We don't want to include the .ctor section from
124 The .ctor section from the crtend file contains the
HDldscript.mips.mips64208 /* We don't want to include the .ctor section from
210 The .ctor section from the crtend file contains the
HDldscript.mips207 /* We don't want to include the .ctor section from
209 The .ctor section from the crtend file contains the
HDldscript.mips.cfe224 /* We don't want to include the .ctor section from
226 The .ctor section from the crtend file contains the
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPassRegistry.def23 MODULE_PASS("amdgpu-lower-ctor-dtor", AMDGPUCtorDtorLoweringPass())
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDslab.h215 size_t size, size_t align, unsigned flags, linux_kmem_ctor_t *ctor);
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-shared-linux-o32.ld179 /* We don't want to include the .ctor section from
181 The .ctor section from the crtend file contains the
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXRecordDeclDefinitionBits.def130 /// provided default ctor also doesn't have an in-class initializer.
166 /// C++11 [class.ctor]p5, C++11 [class.copy]p12, C++11 [class.copy]p25,
/freebsd-13-stable/sys/kern/
HDlink_elf.c358 void (**ctor)(void); in link_elf_invoke_ctors() local
363 cnt = size / sizeof(*ctor); in link_elf_invoke_ctors()
364 ctor = (void *)addr; in link_elf_invoke_ctors()
366 if (ctor[i] != NULL) in link_elf_invoke_ctors()
367 (*ctor[i])(); in link_elf_invoke_ctors()

12