Home
last modified time | relevance | path

Searched defs:prepare (Results 1 – 19 of 19) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration.kshlib42 function prepare #srcdir cmd function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/migration/
H A Dmigration.kshlib48 function prepare #srcdir cmd function
/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.h54 void (*prepare)(struct drm_crtc *crtc); member
95 void (*prepare)(struct drm_encoder *encoder); member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp62 char *InProcessMemoryMapper::prepare(ExecutorAddr Addr, size_t ContentSize) { in prepare() function in llvm::orc::InProcessMemoryMapper
316 char *SharedMemoryMapper::prepare(ExecutorAddr Addr, size_t ContentSize) { in prepare() function in llvm::orc::SharedMemoryMapper
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh78 prepare() { function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp353 void SpillPlacement::prepare(BitVector &RegBundles) { in prepare() function in SpillPlacement
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h270 template <typename ELFT> Error ELFLinkGraphBuilder<ELFT>::prepare() { in prepare() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp202 void UnwindInfoSectionImpl::prepare() { in prepare() function in UnwindInfoSectionImpl
/freebsd/usr.bin/diff/
H A Ddiffreg.c538 prepare(int i, FILE *fd, size_t filesize, int flags) prepare() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp394 INTERCEPTOR(int,pthread_atfork,void (* prepare)(),void (* parent)(),void (* child)()) INTERCEPTOR() argument
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c398 void (*prepare)(struct outdata *); member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp752 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(),
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp681 bool R600MachineCFGStructurizer::prepare() { in prepare() function in R600MachineCFGStructurizer
H A DSIRegisterInfo.cpp165 void prepare() { in prepare() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h70 int (*prepare)(struct device *dev); member
/freebsd/lib/libthr/thread/
H A Dthr_private.h257 void (*prepare)(void); member
/freebsd/tools/sched/
H A Dschedgraph.py1174 def prepare(self): member in SchedDisplay
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h115 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7237 …ExecutionPlan<FloatDuration<Clock>> prepare(const IConfig &cfg, Environment<FloatDuration<Clock>> … in prepare() function