Searched refs:prepare (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_fork.c79 _pthread_atfork(void (*prepare)(void), void (*parent)(void), argument
91 af->prepare = prepare;
115 if (__elf_phdr_match_addr(phdr_info, af->prepare) ||
152 /* Run down atfork prepare handlers. */
154 if (af->prepare != NULL)
155 af->prepare();
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.h42 void prepare ();
H A Dsearch.cc135 Search::prepare () function in class:Search
1590 prepare ();
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dthread-m.h70 #define thread_atfork(prepare, parent, child) do {} while(0)
/freebsd-11-stable/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh78 prepare() { function
84 prepare
139 prepare
205 prepare
296 prepare
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.h56 void (*prepare)(struct drm_crtc *crtc); member in struct:drm_crtc_helper_funcs
97 void (*prepare)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc_helper.c449 encoder_funcs->prepare(encoder);
454 crtc_funcs->prepare(crtc);
547 * ->prepare(), ->modeset() and ->commit() helper callbacks.
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo.h99 void (*prepare)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.h12 // about the CFG. The real work is done by prepare(), addConstraints(), and
51 // Nodes that are active in the current computation. Owned by the prepare()
100 /// prepare - Reset state and prepare for a new spill placement computation.
107 void prepare(BitVector &RegBundles);
145 /// The selected bundles are returned in the bitvector passed to prepare().
H A DSpillPlacement.cpp361 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement
372 assert(ActiveNodes && "Call prepare() first");
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_asic.c222 .prepare = &r100_pm_prepare,
298 .prepare = &r100_pm_prepare,
374 .prepare = &r100_pm_prepare,
450 .prepare = &r100_pm_prepare,
526 .prepare = &r100_pm_prepare,
602 .prepare = &r100_pm_prepare,
678 .prepare = &rs600_pm_prepare,
754 .prepare = &rs600_pm_prepare,
830 .prepare = &rs600_pm_prepare,
906 .prepare
[all...]
H A Dradeon_legacy_encoders.c267 .prepare = radeon_legacy_lvds_prepare,
714 .prepare = radeon_legacy_primary_dac_prepare,
879 .prepare = radeon_legacy_tmds_int_prepare,
1022 .prepare = radeon_legacy_tmds_ext_prepare,
1680 .prepare = radeon_legacy_tv_dac_prepare,
H A Datombios_encoders.c2113 /* need to call this here rather than in prepare() since we need some crtc info */
2469 .prepare = radeon_atom_ext_prepare,
2479 .prepare = radeon_atom_encoder_prepare,
2489 .prepare = radeon_atom_encoder_prepare,
H A Dradeon.h1276 void (*prepare)(struct radeon_device *rdev); member in struct:radeon_asic::__anon9940
1867 #define radeon_pm_prepare(rdev) (rdev)->asic->pm.prepare((rdev))
/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c83 static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems) function
196 pSort=prepare(p,(TSortData *)pHooks->elts,pHooks->nelts);
408 pResult=prepare(t1,3);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp371 extern int _pthread_atfork(void (*prepare)(), void (*parent)(),
375 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), argument
380 return _pthread_atfork(prepare, parent, child);
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbd_internal.h193 /** prepare: prepare a statement
204 * @param statement - statement to prepare. May point to null on entry.
207 int (*prepare)(apr_pool_t *pool, apr_dbd_t *handle, const char *query, member in struct:apr_dbd_driver_t
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp606 extern int _pthread_atfork(void (*prepare)(), void (*parent)(),
610 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), argument
617 return _pthread_atfork(prepare, parent, child);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm99 /* and prepare for return to caller */
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h107 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
311 #define sqlite3_prepare sqlite3_api->prepare
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c197 static void prepare(int, FILE *, size_t, int);
414 prepare(0, f1, stb1.st_size, flags);
415 prepare(1, f2, stb2.st_size, flags);
558 prepare(int i, FILE *fd, size_t filesize, int flags) function
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h115 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
443 #define sqlite3_prepare sqlite3_api->prepare
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp152 bool prepare();
167 prepare();
707 bool AMDGPUCFGStructurizer::prepare() { function in class:AMDGPUCFGStructurizer
712 LLVM_DEBUG(dbgs() << "AMDGPUCFGStructurizer::prepare\n";);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd.c475 return driver->prepare(pool,handle,pq,label,nargs,nvals,t,statement);
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c292 /* For GRE, we prepare what looks like a PPTP packet */
425 void (*prepare)(struct outdata *); member in struct:outproto
1088 (*proto->prepare)(&outdata);

Completed in 278 milliseconds

12