Searched refs:init (Results 1 - 25 of 1766) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/include/internal/
H A Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \
38 static int init(void); \
39 int init##_ossl_ret_ = 0; \
40 void init##_ossl_(void) \
42 init##_ossl_ret_ = init(); \
44 static int init(void)
50 # define DECLARE_RUN_ONCE(init) \
51 extern int init##_ossl_ret_; \
52 void init##_ossl
[all...]
/freebsd-current/sys/dts/arm/
H A DMakefile6 .include <bsd.init.mk>
/freebsd-current/sys/dts/arm/overlays/
H A DMakefile6 .include <bsd.init.mk>
/freebsd-current/sys/dts/arm64/overlays/
H A DMakefile6 .include <bsd.init.mk>
/freebsd-current/sys/dts/powerpc/
H A DMakefile6 .include <bsd.init.mk>
/freebsd-current/sys/dts/arm64/
H A DMakefile6 .include <bsd.init.mk>
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dglobals.hpp41 void init(const char*, const bool = false);
H A Dglobals_test.cpp39 cmdline::init("/path/to/foobar");
47 cmdline::init("to/barbaz");
55 cmdline::init("program");
63 cmdline::init("program");
66 cmdline::init("foo", true);
/freebsd-current/stand/userboot/test/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/stand/kboot/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-current/contrib/bsddialog/examples_utility/
H A Dinputbox.sh17 FORM=$(./bsddialog --title " inputbox " --inputbox "Hello World!" 12 40 init \
/freebsd-current/libexec/rc/rc.d/
H A Dserial53 stty < /dev/tty${dc}${i}.init -clocal crtscts hupcl 115200 reprint ^R
55 stty < /dev/cua${dc}${i}.init -clocal crtscts hupcl 115200 reprint ^R
68 stty < /dev/tty${dc}${i}.init reprint undef
69 stty < /dev/cua${dc}${i}.init reprint undef
90 stty < /dev/tty${dc}${i}.init crtscts 115200
92 stty < /dev/cua${dc}${i}.init crtscts 115200
106 stty < /dev/tty${dc}${i}.init clocal -hupcl 1200
108 stty < /dev/cua${dc}${i}.init clocal -hupcl 1200
127 stty < /dev/tty${dc}${i}.init 115200
128 stty < /dev/cua${dc}${i}.init 11520
[all...]
/freebsd-current/sbin/init/
H A DMakefile4 PROG= init
5 SRCS= init.c getmntopts.c
6 MAN= init.8
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DLayout.h28 // init<uint64_t>();
31 // init<uint32_t>();
36 // template <class Ptr> void init() {
59 init<uint64_t>(); \
62 init<uint32_t>(); \
67 template <class Ptr> void init() { \
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dfilter_decoder.c27 lzma_init_function init; member in struct:__anon47
49 .init = &lzma_lzma_decoder_init,
55 .init = &lzma_lzma_decoder_init,
63 .init = &lzma_lzma2_decoder_init,
71 .init = &lzma_simple_x86_decoder_init,
79 .init = &lzma_simple_powerpc_decoder_init,
87 .init = &lzma_simple_ia64_decoder_init,
95 .init = &lzma_simple_arm_decoder_init,
103 .init = &lzma_simple_armthumb_decoder_init,
111 .init
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfrm_hook.c66 GEN_HOOK_SET_FUNCTION(field, init)
76 GEN_HOOK_GET_FUNCTION(field, init)
110 GEN_HOOK_SET_FUNCTION(form, init)
120 GEN_HOOK_GET_FUNCTION(form, init)
/freebsd-current/contrib/ncurses/menu/
H A Dm_hook.c70 GEN_HOOK_SET_FUNCTION(menu, init)
80 | Return Values : Menu init function address or NULL
82 GEN_HOOK_GET_FUNCTION(menu, init)
116 GEN_HOOK_SET_FUNCTION(item, init)
126 | Return Values : Item init function address or NULL
128 GEN_HOOK_GET_FUNCTION(item, init)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dsetup.ksh32 log_must zfs snapshot $POOL@init
34 log_must zfs snapshot $POOL2@init
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_nolibc.cpp32 void ListOfModules::init() {} function in class:__sanitizer::ListOfModules
/freebsd-current/usr.sbin/bhyve/
H A Dtpm_ppi.h15 int (*init)(void **sc); member in struct:tpm_ppi
/freebsd-current/lib/libclang_rt/asan_static/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/libclang_rt/stats_client/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/libclang_rt/asan-preinit/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/lib/libclang_rt/fuzzer_interceptors/
H A DMakefile2 .include <bsd.init.mk>
/freebsd-current/stand/userboot/
H A DMakefile2 .include <bsd.init.mk>

Completed in 317 milliseconds

1234567891011>>