Searched refs:init_func (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | atomic.c | 51 init_func_t init_func, init_baton_t *init_baton) in init_once() argument 71 const svn_boolean_t result = init_func(init_baton); in init_once()
|
| /freebsd-13.1/sys/kgssapi/krb5/ |
| H A D | kcrypto.h | 63 typedef void init_func(struct krb5_key_state *ks); typedef 82 init_func *ec_init;
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | gic_v3.c | 252 gic_v3_initseq_t *init_func; in gic_v3_attach() local 367 for (init_func = gic_v3_primary_init; *init_func != NULL; init_func++) { in gic_v3_attach() 368 err = (*init_func)(sc); in gic_v3_attach() 904 gic_v3_initseq_t *init_func; in gic_v3_init_secondary() local 913 for (init_func = gic_v3_secondary_init; *init_func != NULL; in gic_v3_init_secondary() 914 init_func++) { in gic_v3_init_secondary() 915 err = (*init_func)(sc); in gic_v3_init_secondary()
|
| /freebsd-13.1/sys/arm64/qoriq/clk/ |
| H A D | qoriq_clkgen.h | 86 qoriq_init_func_t init_func; member
|
| H A D | qoriq_clkgen.c | 302 if (sc->init_func != NULL) { in qoriq_clkgen_attach() 303 error = sc->init_func(dev); in qoriq_clkgen_attach()
|
| H A D | ls1046a_clkgen.c | 251 sc->init_func = ls1046a_fman_init; in ls1046a_clkgen_attach()
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | acache.c | 45 static cc_initialize_func init_func; variable 95 if (init_func) { in init_ccapi() 146 init_func = (cc_initialize_func)dlsym(cc_handle, "cc_initialize"); in init_ccapi() 152 if (init_func == NULL) { in init_ccapi() 512 error = (*init_func)(&a->context, ccapi_version_3, NULL, NULL); in acc_alloc() 913 error = (*init_func)(&iter->context, ccapi_version_3, NULL, NULL); in acc_get_cache_first() 1025 error = (*init_func)(&cc, ccapi_version_3, NULL, NULL); in acc_get_default_name()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 317 void* init_func; member 325 void* init_func; member
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_config.h | 410 void *init_func; member 417 void *init_func; member
|
| /freebsd-13.1/contrib/ofed/libibverbs/ |
| H A D | driver.h | 132 void verbs_register_driver(const char *name, verbs_driver_init_func init_func);
|
| H A D | compat-1_0.c | 288 ibv_driver_init_func_1_1 init_func); 1002 void __ibv_register_driver_1_1(const char *name, ibv_driver_init_func_1_1 init_func) in __ibv_register_driver_1_1() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 77 LLDBCommandPluginInit init_func = in LoadPlugin() local 80 if (init_func) { in LoadPlugin() 81 if (init_func(debugger_sb)) in LoadPlugin()
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | device.subr | 1073 local device="$1" init_func 1075 $device get init init_func 1076 ${init_func:-:} "$device"
|