Searched refs:implementation (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/share/doc/papers/malloc/
H A DMakefile7 performance.ms implementation.ms conclusion.ms
/freebsd-9.3-release/share/doc/papers/jail/
H A DMakefile6 EXTRA= implementation.ms mgt.ms future.ms jail01.eps
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAtomic.cpp37 # error No memory fence implementation for your platform!
55 # error No compare-and-swap implementation for your platform!
68 # error No atomic increment implementation for your platform!
81 # error No atomic decrement implementation for your platform!
94 # error No atomic add implementation for your platform!
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddlz.c129 allowzonexfr = dlzdatabase->implementation->methods->allowzonexfr;
130 result = (*allowzonexfr)(dlzdatabase->implementation->driverarg,
169 /* search for the driver implementation */
193 db->implementation = impinfo;
195 /* Create a new database using implementation 'drivername'. */
246 destroy = (*dbp)->implementation->methods->destroy;
247 (*destroy)((*dbp)->implementation->driverarg,(*dbp)->dbdata);
303 findzone = dlzdatabase->implementation->methods->findzone;
304 result = (*findzone)(dlzdatabase->implementation->driverarg,
617 REQUIRE(view->dlzdatabase->implementation !
[all...]
H A Dsdb.c65 dns_sdbimplementation_t *implementation; member in struct:dns_sdb
125 #define MAYBE_LOCK(sdb) LOCK(&sdb->implementation->driverlock)
126 #define MAYBE_UNLOCK(sdb) UNLOCK(&sdb->implementation->driverlock)
130 unsigned int flags = sdb->implementation->flags; \
132 LOCK(&sdb->implementation->driverlock); \
137 unsigned int flags = sdb->implementation->flags; \
139 UNLOCK(&sdb->implementation->driverlock); \
372 imp = lookup->sdb->implementation;
438 dns_sdbimplementation_t *imp = sdb->implementation;
556 dns_sdbimplementation_t *imp = sdb->implementation;
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Darch.h120 #warning No architecture specific defines found. Using generic implementation.
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddlz.h218 dns_dlzimplementation_t *implementation; member in struct:dns_dlzdb
/freebsd-9.3-release/contrib/bmake/mk/
H A Dtarget-flags.mk29 # implementation is ultimately more flexible.
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm5 /* The GNU and SGI linkers differ in their implementation of -init and -fini.
/freebsd-9.3-release/contrib/openpam/
H A Dmkpkgng.in126 comment: BSD-licensed PAM implementation
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc129 // We rely on a std::string implementation for which repeated calls to
219 // the underlying implementation requires a re-allocation, it happens here
245 // the erase. These elements, in a C++98 implementation where c_str()
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.
/freebsd-9.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh15 # Perhaps a re-implementation in C? This wouldn't be much of
48 implementation, see the respecting manual pages.
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl183 * This package is an SSL implementation written
185 * The implementation was written so as to conform with Netscapes SSL.
H A Dobjects.pl129 * This package is an SSL implementation written
131 * The implementation was written so as to conform with Netscapes SSL.
/freebsd-9.3-release/lib/bind/
H A Dconfig.mk45 # Enable MD5 - BIND has its own implementation
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c262 rpkt.implementation = inpkt->implementation;
290 * Fill in the implementation, request and itemsize fields
293 rpkt.implementation = pkt->implementation;
437 inpkt->implementation, inpkt->request));
469 if (inpkt->implementation == IMPL_UNIV)
471 else if ((inpkt->implementation == IMPL_XNTPD) ||
472 (inpkt->implementation == IMPL_XNTPD_OLD))
509 !(inpkt->implementation
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h57 * Implementation number: The number of the implementation this request code
58 * is defined by. An implementation number of zero is used
63 * Request code: An implementation-specific code which specifies the
72 * 1 - incompatible implementation number
105 * The data format depends on the implementation number/request code pair
113 * is implementation defined, but key 15 is suggested as a default.
137 u_char implementation; /* implementation number */ member in struct:req_pkt
167 * is a maximally sized one. Note that this implementation doesn't
181 u_char implementation; /* implementatio member in struct:resp_pkt
[all...]
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c727 * Check implementation/request. Could be old data getting to us.
729 if (rpkt.implementation != implcode || rpkt.request != reqcode) {
732 "Received implementation/request of %d/%d, wanted %d/%d",
733 rpkt.implementation, rpkt.request,
884 qpkt.implementation = (u_char)implcode;
1037 "***Warning changing to older implementation\n");
1051 /* Give us a chance to try the older implementation. */
1055 "***Server implementation incompatible with our own\n");
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c16 printf("offsetof(implementation) = %d\n",
17 (int) offsetof(struct req_pkt, implementation));
58 printf("offsetof(implementation) = %d\n",
59 (int) offsetof(struct resp_pkt, implementation));
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp658 "Potential insecure implementation-specific behavior in "
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
596 - update to 2.5.2p1 (includes endianness fixes in the rijndael implementation)

Completed in 315 milliseconds

12