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

12

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_atfork.c39 _pthread_atfork(void (*prepare)(void), void (*parent)(void), argument
50 af->prepare = prepare;
H A Dthr_fork.c88 /* Run down atfork prepare handlers. */
90 if (af->prepare != NULL)
91 af->prepare();
H A Dthr_private.h442 void (*prepare)(void); member in struct:pthread_atfork
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_fork.c77 _pthread_atfork(void (*prepare)(void), void (*parent)(void), argument
89 af->prepare = prepare;
113 if (__elf_phdr_match_addr(phdr_info, af->prepare) ||
152 /* Run down atfork prepare handlers. */
154 if (af->prepare != NULL)
155 af->prepare();
H A Dthr_private.h232 void (*prepare)(void); member in struct:pthread_atfork
/freebsd-9.3-release/contrib/gperf/src/
H A Dsearch.h42 void prepare ();
H A Dsearch.cc132 Search::prepare () function in class:Search
1587 prepare ();
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_crtc_helper.h49 void (*prepare)(struct drm_crtc *crtc); member in struct:drm_crtc_helper_funcs
83 void (*prepare)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc_helper.c438 encoder_funcs->prepare(encoder);
443 crtc_funcs->prepare(crtc);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.h13 // about the CFG. The real work is done by prepare(), addConstraints(), and
49 // Nodes that are active in the current computation. Owned by the prepare()
91 /// prepare - Reset state and prepare for a new spill placement computation.
98 void prepare(BitVector &RegBundles);
136 /// The selected bundles are returned in the bitvector passed to prepare().
H A DSpillPlacement.cpp356 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement
367 assert(ActiveNodes && "Call prepare() first");
H A DRegAllocGreedy.cpp932 SpillPlacer->prepare(Cand.LiveBundles);
1217 SpillPlacer->prepare(Cand.LiveBundles);
/freebsd-9.3-release/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,
1681 .prepare = radeon_legacy_tv_dac_prepare,
H A Datombios_encoders.c2107 /* need to call this here rather than in prepare() since we need some crtc info */
2463 .prepare = radeon_atom_ext_prepare,
2473 .prepare = radeon_atom_encoder_prepare,
2483 .prepare = radeon_atom_encoder_prepare,
H A Dradeon.h1274 void (*prepare)(struct radeon_device *rdev); member in struct:radeon_asic::__anon7718
1862 #define radeon_pm_prepare(rdev) (rdev)->asic->pm.prepare((rdev))
H A Dradeon_legacy_crtc.c1073 .prepare = radeon_crtc_prepare,
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_crt.c517 .prepare = intel_encoder_prepare,
H A Dintel_hdmi.c464 .prepare = intel_encoder_prepare,
H A Dintel_lvds.c616 .prepare = intel_lvds_prepare,
H A Dintel_tv.c1434 .prepare = intel_encoder_prepare,
H A Dintel_dp.c2297 .prepare = intel_dp_prepare,
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp157 bool prepare();
169 prepare();
740 bool AMDGPUCFGStructurizer::prepare() { function in class:__anon2445::AMDGPUCFGStructurizer
745 DEBUG(dbgs() << "AMDGPUCFGStructurizer::prepare\n";);
/freebsd-9.3-release/contrib/traceroute/
H A Dtraceroute.c284 /* For GRE, we prepare what looks like a PPTP packet */
408 void (*prepare)(struct outdata *); member in struct:outproto
976 (*proto->prepare)(&outdata);
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py1161 def prepare(self): member in class:SchedDisplay
1343 self.display.prepare()

Completed in 330 milliseconds

12