Searched refs:API (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h66 DEF_PRIV_SIG(O_LINK_ESTABLISH_request, API) \
67 DEF_PRIV_SIG(O_LINK_RELEASE_request, API) \
68 DEF_PRIV_SIG(O_RESET_request, API) \
69 DEF_PRIV_SIG(O_RESET_response, API) \
70 DEF_PRIV_SIG(O_RESET_ERROR_response, API) \
71 DEF_PRIV_SIG(O_SETUP_request, API) \
72 DEF_PRIV_SIG(O_SETUP_response, API) \
73 DEF_PRIV_SIG(O_SETUP_COMPLETE_request, API) \
74 DEF_PRIV_SIG(O_PROCEEDING_request, API) \
75 DEF_PRIV_SIG(O_ALERTING_request, API) \
[all...]
H A Dunidef.h53 UNI_DEBUG_DEFINE(API) \
161 * API signals
164 UNIAPI_ERROR = 0, /* UNI -> API */
166 UNIAPI_CALL_CREATED = 1, /* UNI -> API */
167 UNIAPI_CALL_DESTROYED = 2, /* UNI -> API */
168 UNIAPI_PARTY_CREATED = 3, /* UNI -> API */
169 UNIAPI_PARTY_DESTROYED = 4, /* UNI -> API */
171 UNIAPI_LINK_ESTABLISH_request = 5, /* API -> UNI */
172 UNIAPI_LINK_ESTABLISH_confirm = 6, /* UNI -> API */
173 UNIAPI_LINK_RELEASE_request = 7, /* API
[all...]
/freebsd-10.0-release/lib/clang/liblldbAPI/
H A DMakefile7 SRCDIR= tools/lldb/source/API
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h403 APInt API = getAllOnesValue(numBits); local
404 API.clearBit(numBits - 1);
405 return API;
415 APInt API(numBits, 0);
416 API.setBit(numBits - 1);
417 return API;
549 APInt API(*this);
551 return API;
561 APInt API(*this);
563 return API;
[all...]
/freebsd-10.0-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec17 librdmacm provides a userspace RDMA Communication Managment API.
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt49 (1) HA Support is just an API stub, and needs much more to be fully
174 HA API.
248 - Full-featured High Availability support. The HA API that is in ctl_ha.h
249 is essentially a renamed version of Copan's HA API. There is no
253 - A kernel level software API for message passing as well as DMA
317 These files define the basic CTL backend API. The comments in the header
318 explain the API.
326 backing device, primarily because the VFS API requires that to get any
359 These files define the basic CTL frontend port API. The comments in the
360 header explain the API
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dadmin.h46 #error No support for API versions other than 2
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt80 part of them constituting the userland-kernel API, and others
85 USERLAND-KERNEL API (ip_dummynet.h)
208 - sys/netinet/ip_dummynet.h defines the kernel-userland API
211 - dn_sched.h defines the scheduler API
/freebsd-10.0-release/contrib/compiler-rt/BlocksRuntime/
H A Druntime.c444 * API supporting SPI
450 #pragma mark SPI/API
458 // API entry point to release a copied Block
525 Entry points used by the compiler - the real API!
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1775 APInt API = APF.bitcastToAPInt(); local
1776 std::string hexstr(utohexstr(API.getZExtValue()));
1780 O << utohexstr(API.getZExtValue());
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1750 APInt API = CFP->getValueAPF().bitcastToAPInt(); local
1765 unsigned NumBytes = API.getBitWidth() / 8;
1767 const uint64_t *p = API.getRawData();
1772 int Chunk = API.getNumWords() - 1;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1320 APInt API(Op1Int.getBitWidth(), 0);
1321 API.setBit(BitToSet);
1322 Op1 = ConstantInt::get(V->getContext(), API);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp146 APInt API = APInt::getAllOnesValue(Size); local
147 API.clearBit(Size-1);
148 SDValue Mask = DAG.getConstant(API, NVT);
/freebsd-10.0-release/contrib/subversion/
H A Dbuild.conf274 # General API for accessing repositories
676 description = Tests for *public* fs API (svn_fs.h)
1072 description = Test the main WC API functions
1081 # parts of the libsvn_delta API from the command line. They are stuck here
H A Dconfigure18434 #error ProperyList API unavailable.
18483 #error KeyChain API unavailable.
22936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_int64_t Python/C API format string" >&5
22937 $as_echo_n "checking for apr_int64_t Python/C API format string... " >&6; }
23419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_int64_t Python/C API format string" >&5
23420 $as_echo_n "checking for apr_int64_t Python/C API format string... " >&6; }
23902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_int64_t Python/C API format string" >&5
23903 $as_echo_n "checking for apr_int64_t Python/C API format string... " >&6; }
24388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for apr_int64_t Python/C API format string" >&5
24389 $as_echo_n "checking for apr_int64_t Python/C API forma
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp3269 APFloat::APFloat(const fltSemantics &Sem, const APInt &API) {
3270 initFromAPInt(&Sem, API);

Completed in 182 milliseconds