Searched refs:init_func (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/kgssapi/krb5/ |
H A D | kcrypto.h | 61 typedef void init_func(struct krb5_key_state *ks); typedef 80 init_func *ec_init;
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 301 gic_v3_initseq_t *init_func; in gic_v3_attach() local 418 for (init_func = gic_v3_primary_init; *init_func != NULL; init_func++) { in gic_v3_attach() 419 err = (*init_func)(sc); in gic_v3_attach() 1101 gic_v3_initseq_t *init_func; in gic_v3_init_secondary() local 1110 for (init_func = gic_v3_secondary_init; *init_func != NULL; in gic_v3_init_secondary() 1111 init_func++) { in gic_v3_init_secondary() 1112 err = (*init_func)(s in gic_v3_init_secondary() [all...] |
/freebsd/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/sys/arm64/qoriq/clk/ |
H A D | qoriq_clkgen.h | 84 qoriq_init_func_t init_func; member
|
H A D | qoriq_clkgen.c | 299 if (sc->init_func != NULL) { in qoriq_clkgen_attach() 300 error = sc->init_func(dev); in qoriq_clkgen_attach()
|
H A D | ls1046a_clkgen.c | 246 sc->init_func = ls1046a_fman_init; in ls1046a_clkgen_attach()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | ittnotify_config.h | 317 void* init_func; member 325 void* init_func; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_config.h | 426 void *init_func; 433 void *init_func; 414 void *init_func; global() member 421 void *init_func; global() member
|
/freebsd/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/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 194 LLDBCommandPluginInit init_func = in InitializeWithErrorHandling() local 197 if (init_func) { in InitializeWithErrorHandling() 198 if (init_func(debugger_sb)) in InitializeWithErrorHandling()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | device.subr | 1062 local device="$1" init_func 1064 $device get init init_func 1065 ${init_func:-:} "$device"
|