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

1234567891011>>

/freebsd-11-stable/stand/efi/boot1/
H A Dboot_module.h67 /* init is the optional initialiser for the module. */
68 void (*init)(void); member in struct:boot_module_t
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dinit_test.sh14 geli init -B none -e $ealgo -l $keylen -P -K keyfile \
35 atf_test_case init cleanup
61 atf_set "descr" "init -B can select an alternate backup metadata file"
76 atf_check -s exit:0 -o ignore geli init -B none -P -K keyfile ${md}
83 atf_check -s exit:0 -o ignore geli init -P -K keyfile ${md}
97 geli init -B backupfile -P -K keyfile ${md}
99 atf_fail "geli init -B did not create a backup file"
114 atf_set "descr" "init -J accepts a passfile"
133 geli init -i ${iter} -B none -J passfile0 -P ${md}
135 geli init
[all...]
/freebsd-11-stable/stand/lua/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp27 cl::init(std::numeric_limits<int>::max()),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp24 cl::init(MSP430Subtarget::NoHWMult),
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp28 cl::init(false));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h66 void init(MachineFunction &MF);
H A DLegalizer.h41 void init(MachineFunction &MF);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h25 void init() { memset(this, 0, sizeof(*this)); } function in class:scudo::HybridMutex
H A Dtsd.h35 void init(Allocator *Instance) { function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp36 cl::init(Auto));
42 cl::init(false));
49 cl::init(false));
57 cl::init(false));
/freebsd-11-stable/lib/libclang_rt/include/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/fuzzer_no_main/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/i386/gptboot/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/i386/isoboot/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/i386/zfsboot/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/i386/gptzfsboot/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.h76 int (*init)(struct module_env*, struct cachedb_env*); member in struct:cachedb_backend
/freebsd-11-stable/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-11-stable/sys/sys/
H A Dtaskqueue.h141 #define TASKQUEUE_DEFINE(name, enqueue, context, init) \
150 init; \
165 #define TASKQUEUE_FAST_DEFINE(name, enqueue, context, init) \
175 init; \
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp43 cl::init(0.0));
46 cl::init(0.0));
63 cl::init(AutoPick));
72 cl::init(AutoPick));
76 cl::init(""));
81 cl::init(false));
84 InputFile("input", cl::init("/dev/null"),
95 "compile-command", cl::init("llc"),
100 "exec-command", cl::init("simulate"),
113 OutputPrefix("output-prefix", cl::init("bugpoin
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl31 ;# init(tag); initialize data set for tag
43 sub init subroutine
147 init($self);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dguard.cc53 static void init() function in namespace:__anon2124
60 __gthread_once(&once, init);

Completed in 154 milliseconds

1234567891011>>