Searched refs:init (Results 201 - 225 of 1768) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bearssl/src/mac/
H A Dhmac.c50 (*hc)->init(hc);
66 dig->init(&hc.vtable);
86 dig->init(&ctx->dig.vtable);
115 dig->init(&hc.vtable);
/freebsd-current/contrib/bearssl/src/hash/
H A Dmgf1.c44 dig->init(&hc.vtable);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp26 cl::init(8));
31 cl::init(true));
37 cl::init(true));
43 cl::init(false));
/freebsd-current/contrib/unbound/util/
H A Dregional.h133 * @param init: to copy.
137 void *regional_alloc_init(struct regional* r, const void *init, size_t size);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dbgscan.h18 void * (*init)(struct wpa_supplicant *wpa_s, const char *params, member in struct:bgscan_ops
H A Dautoscan_periodic.c82 .init = autoscan_periodic_init,
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_none.c75 .init = none_driver_init,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h24 // This constructor plus the init() method below allow for the placeholder
30 void init(lldb_private::Thread &thread, lldb::RegisterKind kind,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h46 init(this->SV.begin(), this->SV.end(), false);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp29 cl::init(OptBisect::Disabled), cl::Optional,
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_meth.c179 return dsam->init;
182 int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *))
184 dsam->init = init;
/freebsd-current/crypto/openssl/include/openssl/
H A Dconftypes.h24 int (*init) (CONF *conf); member in struct:conf_method_st
/freebsd-current/crypto/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h88 name, CTX, blksize, dgstsize, flags, init, upd, fin) \
93 return ossl_prov_is_running() && init(ctx); \
101 name, CTX, blksize, dgstsize, flags, init, upd, fin, \
107 && init(ctx) \
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_local.h53 int (*init) (DH *dh); member in struct:dh_method
/freebsd-current/lib/libkvm/
H A Dkvm_powerpc64.h59 int (*init)(kvm_t *); member in struct:ppc64_mmu_ops
/freebsd-current/lib/atf/libatf-c++/tests/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/atf/libatf-c++/tests/detail/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/atf/libatf-c/tests/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/atf/libatf-c/tests/detail/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/libclang_rt/include/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/libclang_rt/fuzzer_no_main/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/stand/efi/boot1/
H A Dboot_module.h65 /* init is the optional initialiser for the module. */
66 void (*init)(void); member in struct:boot_module_t
/freebsd-current/stand/i386/gptboot/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/stand/i386/zfsboot/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/stand/i386/gptzfsboot/
H A DMakefile2 .include <bsd.init.mk>

Completed in 162 milliseconds

1234567891011>>