Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd-10-stable/lib/libthr/thread/
Dthr_fork.c78 _pthread_atfork(void (*prepare)(void), void (*parent)(void), in _pthread_atfork()
90 af->prepare = prepare; in _pthread_atfork()
114 if (__elf_phdr_match_addr(phdr_info, af->prepare) || in __pthread_cxa_finalize()
153 if (af->prepare != NULL) in __thr_fork()
154 af->prepare(); in __thr_fork()
/freebsd-10-stable/lib/libkse/thread/
Dthr_atfork.c39 _pthread_atfork(void (*prepare)(void), void (*parent)(void), in _pthread_atfork()
50 af->prepare = prepare; in _pthread_atfork()
Dthr_fork.c90 if (af->prepare != NULL) in _fork()
91 af->prepare(); in _fork()
/freebsd-10-stable/contrib/netbsd-tests/sbin/gpt/
Dt_gpt.sh78 prepare() { function
84 prepare
139 prepare
205 prepare
296 prepare
/freebsd-10-stable/sys/dev/drm2/radeon/
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 = &rs600_pm_prepare,
[all …]
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,
/freebsd-10-stable/sys/dev/drm2/
Ddrm_crtc_helper.h56 void (*prepare)(struct drm_crtc *crtc); member
97 void (*prepare)(struct drm_encoder *encoder); member
/freebsd-10-stable/contrib/apr-util/hooks/
Dapr_hooks.c83 static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems) in prepare() function
196 pSort=prepare(p,(TSortData *)pHooks->elts,pHooks->nelts); in sort_hook()
408 pResult=prepare(t1,3);
/freebsd-10-stable/release/picobsd/tinyware/help/
DREADME3 This is work in progress. Eventually I'll prepare the help system for newbies,
/freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/
Dthread-m.h70 #define thread_atfork(prepare, parent, child) do {} while(0) argument
/freebsd-10-stable/contrib/gperf/src/
Dsearch.h42 void prepare ();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DSpillPlacement.h98 void prepare(BitVector &RegBundles);
DSpillPlacement.cpp356 void SpillPlacement::prepare(BitVector &RegBundles) { in prepare() function in SpillPlacement
/freebsd-10-stable/crypto/openssl/doc/ssl/
DSSL_set_connect_state.pod5 SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
DSSL_clear.pod20 SSL_clear is used to prepare an SSL object for a new connection. While all
/freebsd-10-stable/tools/regression/iscsi/
Dinitiator-instructions.txt1 How to prepare initiator virtual machines for iSCSI target testing
/freebsd-10-stable/contrib/apr-util/include/private/
Dapr_dbd_internal.h207 int (*prepare)(apr_pool_t *pool, apr_dbd_t *handle, const char *query, member
/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_crt.c535 .prepare = intel_encoder_prepare,
543 .prepare = intel_encoder_prepare,
Dintel_hdmi.c594 .prepare = intel_encoder_prepare,
602 .prepare = intel_encoder_prepare,
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3ext.h107 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member
311 #define sqlite3_prepare sqlite3_api->prepare
/freebsd-10-stable/crypto/openssh/
DREADME.privsep21 You should do something like the following to prepare the privsep
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DLICENSE.TXT24 royalty-free, irrevocable copyright license to reproduce, prepare derivative
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3ext.h115 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member
388 #define sqlite3_prepare sqlite3_api->prepare
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
DREADME79 "unistrip". These functions function can be used to prepare index fields in
/freebsd-10-stable/crypto/heimdal/lib/wind/
Drfc4013.txt28 This document describes how to prepare Unicode strings representing
163 This profile is intended to prepare simple user name and password

12345