Home
last modified time | relevance | path

Searched full:api (Results 1 – 25 of 2868) sorted by relevance

12345678910>>...115

/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig10 #include "lldb/API/SBAddress.h"
11 #include "lldb/API/SBAddressRange.h"
12 #include "lldb/API/SBAddressRangeList.h"
13 #include "lldb/API/SBAttachInfo.h"
14 #include "lldb/API/SBBlock.h"
15 #include "lldb/API/SBBreakpoint.h"
16 #include "lldb/API/SBBreakpointLocation.h"
17 #include "lldb/API/SBBreakpointName.h"
18 #include "lldb/API/SBBroadcaster.h"
19 #include "lldb/API/SBCommandInterpreter.h"
[all …]
H A Dinterfaces.swig11 %include "lldb/API/SBDefines.h"
90 /* API headers */
91 %include "lldb/API/SBAddress.h"
92 %include "lldb/API/SBAddressRange.h"
93 %include "lldb/API/SBAddressRangeList.h"
94 %include "lldb/API/SBAttachInfo.h"
95 %include "lldb/API/SBBlock.h"
96 %include "lldb/API/SBBreakpoint.h"
97 %include "lldb/API/SBBreakpointLocation.h"
98 %include "lldb/API/SBBreakpointName.h"
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DLLDB.h12 #include "lldb/API/SBAddress.h"
13 #include "lldb/API/SBAddressRange.h"
14 #include "lldb/API/SBAddressRangeList.h"
15 #include "lldb/API/SBAttachInfo.h"
16 #include "lldb/API/SBBlock.h"
17 #include "lldb/API/SBBreakpoint.h"
18 #include "lldb/API/SBBreakpointLocation.h"
19 #include "lldb/API/SBBreakpointName.h"
20 #include "lldb/API/SBBroadcaster.h"
21 #include "lldb/API/SBCommandInterpreter.h"
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw-api.h10 #include "fw/api/tdls.h"
11 #include "fw/api/mac-cfg.h"
12 #include "fw/api/offload.h"
13 #include "fw/api/context.h"
14 #include "fw/api/time-event.h"
15 #include "fw/api/datapath.h"
16 #include "fw/api/phy.h"
17 #include "fw/api/config.h"
18 #include "fw/api/system.h"
19 #include "fw/api/alive.h"
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h1 //===--- APINotesManager.h - Manage API Notes Files -------------*- C++ -*-===//
33 /// The API notes manager helps find API notes associated with declarations.
35 /// API notes are externally-provided annotations for declarations that can
40 /// The API notes manager is responsible for finding and loading the
41 /// external API notes files that correspond to a given header. Its primary
42 /// operation is \c findAPINotes(), which finds the API notes reader that
49 /// Whether to implicitly search for API notes files based on the
53 /// The Swift version to use when interpreting versioned API notes.
58 /// API notes readers for the current module.
67 /// A mapping from header file directories to the API notes reader for
[all …]
/freebsd/sys/contrib/zstd/
H A DCHANGELOG25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
28 api: Several experimental functions have been deprecated and will emit a compiler warning (#2582, @…
39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973)
53 doc: Improve `zdict.h` dictionary training API documentation (#2622, @terrelln)
59 tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42)
75 contrib: Seekable format - New seek table-only API (#2113 #2518, @mdittmer @Cyan4973)
83 api: Add (De)Compression Tracing Functionality (#2482, @terrelln)
84 api: Support References to Multiple DDicts (#2446, @senhuang42)
85 api: Add Function to Generate Skippable Frame (#2439, @senhuang42)
120 api : new sequence ingestion API, by @senhuang42
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst1 API title
4 The data API is centered around :type:`cbor_item_t`, a generic handle for any CBOR item. There are …
13API closely follows the semantics outlined by `CBOR standard <https://tools.ietf.org/html/rfc7049>…
15 The API is designed to allow both very tight control & flexibility and general convenience with san…
27 api/item_types
28 api/item_reference_counting
29 api/decoding
30 api/encoding
31 api/streaming_decoding
32 api/streaming_encoding
[all …]
/freebsd/sys/contrib/dev/iwlwifi/cfg/
H A Dax210.c10 #include "fw/api/txq.h"
12 /* Highest firmware API version supported */
15 /* Lowest firmware API version supported */
44 #define IWL_SO_A_JF_B_MODULE_FIRMWARE(api) \ argument
45 IWL_SO_A_JF_B_FW_PRE "-" __stringify(api) ".ucode"
46 #define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \ argument
47 IWL_SO_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
48 #define IWL_SO_A_GF_A_MODULE_FIRMWARE(api) \ argument
49 IWL_SO_A_GF_A_FW_PRE "-" __stringify(api) ".ucode"
50 #define IWL_TY_A_GF_A_MODULE_FIRMWARE(api) \ argument
52 IWL_MA_A_HR_B_FW_MODULE_FIRMWARE(api) global() argument
54 IWL_MA_A_GF_A_FW_MODULE_FIRMWARE(api) global() argument
56 IWL_MA_A_GF4_A_FW_MODULE_FIRMWARE(api) global() argument
58 IWL_MA_A_MR_A_FW_MODULE_FIRMWARE(api) global() argument
60 IWL_MA_B_HR_B_FW_MODULE_FIRMWARE(api) global() argument
62 IWL_MA_B_GF_A_FW_MODULE_FIRMWARE(api) global() argument
64 IWL_MA_B_GF4_A_FW_MODULE_FIRMWARE(api) global() argument
66 IWL_MA_B_MR_A_FW_MODULE_FIRMWARE(api) global() argument
[all...]
H A Dbz.c10 #include "fw/api/txq.h"
12 /* Highest firmware API version supported */
15 /* Lowest firmware API version supported */
38 #define IWL_BZ_A_HR_B_MODULE_FIRMWARE(api) \ argument
39 IWL_BZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
40 #define IWL_BZ_A_GF_A_MODULE_FIRMWARE(api) \ argument
41 IWL_BZ_A_GF_A_FW_PRE "-" __stringify(api) ".ucode"
42 #define IWL_BZ_A_GF4_A_MODULE_FIRMWARE(api) \ argument
43 IWL_BZ_A_GF4_A_FW_PRE "-" __stringify(api) ".ucode"
44 #define IWL_BZ_A_FM_B_MODULE_FIRMWARE(api) \ argument
46 IWL_BZ_A_FM_C_MODULE_FIRMWARE(api) global() argument
48 IWL_BZ_A_FM4_B_MODULE_FIRMWARE(api) global() argument
50 IWL_GL_B_FM_B_MODULE_FIRMWARE(api) global() argument
52 IWL_GL_C_FM_C_MODULE_FIRMWARE(api) global() argument
[all...]
H A Dsc.c10 #include "fw/api/txq.h"
12 /* Highest firmware API version supported */
15 /* Lowest firmware API version supported */
41 #define IWL_SC_A_FM_B_FW_MODULE_FIRMWARE(api) \ argument
42 IWL_SC_A_FM_B_FW_PRE "-" __stringify(api) ".ucode"
43 #define IWL_SC_A_FM_C_FW_MODULE_FIRMWARE(api) \ argument
44 IWL_SC_A_FM_C_FW_PRE "-" __stringify(api) ".ucode"
45 #define IWL_SC_A_HR_A_FW_MODULE_FIRMWARE(api) \ argument
46 IWL_SC_A_HR_A_FW_PRE "-" __stringify(api) ".ucode"
47 #define IWL_SC_A_HR_B_FW_MODULE_FIRMWARE(api) \ argument
37 IWL_SC_A_FM_B_FW_MODULE_FIRMWARE(api) global() argument
39 IWL_SC_A_FM_C_FW_MODULE_FIRMWARE(api) global() argument
49 IWL_SC_A_WH_A_FW_MODULE_FIRMWARE(api) global() argument
[all...]
/freebsd/lib/clang/liblldb/
H A DMakefile18 SRCS+= API/SBAddress.cpp
19 SRCS+= API/SBAddressRange.cpp
20 SRCS+= API/SBAddressRangeList.cpp
21 SRCS+= API/SBAttachInfo.cpp
22 SRCS+= API/SBBlock.cpp
23 SRCS+= API/SBBreakpoint.cpp
24 SRCS+= API/SBBreakpointLocation.cpp
25 SRCS+= API/SBBreakpointName.cpp
26 SRCS+= API/SBBreakpointOptionCommon.cpp
27 SRCS+= API/SBBroadcaster.cpp
[all …]
/freebsd/lib/libgssapi/
H A Dgssapi.332 .Nd "Generic Security Services API"
34 GSS-API Library (libgssapi, -lgssapi)
42 Typically, GSS-API callers will be application protocols into which
44 provided by the GSS-API.
45 The GSS-API allows a caller application to authenticate a principal
51 There are four stages to using the GSS-API:
62 The security context is a pair of GSS-API data structures that contain
81 certain GSS-API calls will return a token data structure,
84 The caller of such a GSS-API routine is responsible for transferring
88 corresponding GSS-API routine which will decode the token and extract
[all …]
/freebsd/contrib/lutok/
H A DMakefile.am171 all-local: api-docs/api-docs.tag
173 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
174 $(AM_V_GEN)rm -rf api-docs; \
175 mkdir -p api-docs; \
176 ${DOXYGEN} $(builddir)/Doxyfile 2>&1 | tee api-docs/warnings; \
177 rm -f api-docs/html/installdox
178 api-docs/html: api-docs/api-docs.tag
180 CLEAN_TARGETS += clean-api-docs
181 clean-api-docs:
182 rm -rf api-docs
[all …]
/freebsd/share/man/man9/
H A Dmac.959 opportunity to modify security behavior at those MAC API entry points.
60 Both consumers of the API (normal kernel services) and security modules
61 must be aware of the semantics of the API calls, particularly with respect
71 .Ss API for Consumers
72 The MAC API provides a large set of entry points, too broad to specifically
80 Consumers of the MAC API must be aware of the locking requirements for
81 each API entry point: generally, appropriate locks must be held over each
88 of any subject or object passed into the MAC API: all calls require that
90 (potentially lengthy) MAC API call.
93 .Ss API for Module Writers
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp9 #include "lldb/API/SBReproducer.h"
10 #include "lldb/API/LLDB.h"
11 #include "lldb/API/SBAddress.h"
12 #include "lldb/API/SBAttachInfo.h"
13 #include "lldb/API/SBBlock.h"
14 #include "lldb/API/SBBreakpoint.h"
15 #include "lldb/API/SBCommandInterpreter.h"
16 #include "lldb/API/SBCommandInterpreterRunOptions.h"
17 #include "lldb/API/SBData.h"
18 #include "lldb/API/SBDebugger.h"
[all …]
/freebsd/release/scripts/
H A Datlas-upload.sh34 echo "-b box-name -d 'box description' -f box-to-upload -k api-key -p provider -u user -v version"
78 …BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token…
80 echo "Failed to connect to the API"
86 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_t…
87 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private…
88 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[descriptio…
94 …VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/…
96 echo "Failed to connect to the API"
102 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "vers…
103 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT…
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.h62 * PF: One set of operations for each VF to handle various API versions
116 /* definitions to support mailbox API version negotiation */
119 * each element denotes a version of the API; existing numbers may not
123 ixgbe_mbox_api_10, /* API version 1.0, linux/freebsd VF driver */
124 ixgbe_mbox_api_20, /* API version 2.0, solaris Phase1 VF driver */
125 ixgbe_mbox_api_11, /* API version 1.1, linux/freebsd VF driver */
126 ixgbe_mbox_api_12, /* API version 1.2, linux/freebsd VF driver */
127 ixgbe_mbox_api_13, /* API version 1.3, linux/freebsd VF driver */
128 /* API 1.4 is being used in the upstream for IPsec */
129 ixgbe_mbox_api_14, /* API version 1.4, linux/freebsd VF driver */
[all …]
/freebsd/contrib/kyua/
H A DMakefile.am150 PHONY_TARGETS += check-api-docs
151 check-api-docs: api-docs/api-docs.tag
152 @$(AWK) -f $(srcdir)/admin/check-api-docs.awk api-docs/doxygen.out
154 api-docs/api-docs.tag: $(builddir)/Doxyfile $(SOURCES)
155 @$(MKDIR_P) api-docs
156 @rm -f api-docs/doxygen.out api-docs/doxygen.out.tmp
158 >api-docs/doxygen.out.tmp 2>&1 && \
159 mv api-docs/doxygen.out.tmp api-docs/doxygen.out
161 CLEAN_TARGETS += clean-api-docs
162 clean-api-docs:
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_im.h46 * @defgroup cpaCyInstMaint Cryptographic Instance Management API
51 * These functions specify the Instance Management API for available
91 * @param[out] instanceHandle Handle to an instance of this API to be
143 * @param[in] instanceHandle Handle to an instance of this API to be
176 * This structure contains the capabilities that vary across API
179 * by a particular API implementation.
189 /**< CPA_TRUE if instance supports the symmetric cryptography API.
193 * data plane API.
196 /**< CPA_TRUE if instance supports the Diffie Hellman API.
199 /**< CPA_TRUE if instance supports the DSA API.
[all …]
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Dsbapi.rst
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp1 //===--- APINotesManager.cpp - Manage API Notes Files ---------------------===//
32 #define DEBUG_TYPE "API Notes"
33 STATISTIC(NumHeaderAPINotes, "non-framework API notes files loaded");
34 STATISTIC(NumPublicFrameworkAPINotes, "framework public API notes loaded");
35 STATISTIC(NumPrivateFrameworkAPINotes, "framework private API notes loaded");
57 // Free the API notes readers. in ~APINotesManager()
69 PrettyStackTraceDoubleString Trace("Loading API notes from ", in loadAPINotes()
78 // Compile the API notes source into a buffer. in loadAPINotes()
102 assert(Reader && "Could not load the API notes we just generated?"); in loadAPINotes()
123 assert(Reader && "Could not load the API notes we just generated?"); in loadAPINotes()
[all …]
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgss_acquire_cred.386 GSS-API library (libgssapi, -lgssapi)
441 Generic Security Service API (GSS-API) version 2, and its C binding,
449 Heimdals GSS-API implementation supports the following mechanisms
457 GSS-API have generic name types that all mechanism are supposed to
474 GSS-API implementations that supports Kerberos 5 have some additional
487 In GSS-API, names have two forms, internal names and contiguous string
494 a GSS-API name.
498 In GSS-API an internal name is stored in a
512 In GSS-API an contiguous string name is stored in a
516 mechanism itself and compatible between different GSS-API
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h28 #include "clang/ExtractAPI/API.h"
44 ExtractAPIVisitorBase(ASTContext &Context, APISet &API) in ExtractAPIVisitorBase() argument
45 : Context(Context), API(API) {} in ExtractAPIVisitorBase()
48 const APISet &getAPI() const { return API; } in getAPI()
129 /// Collect API information for the enum constants and associate with the
134 /// Collect API information for the Objective-C methods and associate with the
152 APISet &API; variable
182 BaseClass.Name = API.copyString(BaseSpecifier.getType().getAsString( in getBases()
191 BaseClass.USR = API.copyString(USR); in getBases()
192 BaseClass.Source = API.copyString(getOwningModuleName(*TTPTD)); in getBases()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdhw.c36 #include <dev/pms/RefTisa/sallsdk/api/sa.h>
37 #include <dev/pms/RefTisa/sallsdk/api/saapi.h>
38 #include <dev/pms/RefTisa/sallsdk/api/saosapi.h>
40 #include <dev/pms/RefTisa/tisa/api/titypes.h>
41 #include <dev/pms/RefTisa/tisa/api/ostiapi.h>
42 #include <dev/pms/RefTisa/tisa/api/tiapi.h>
43 #include <dev/pms/RefTisa/tisa/api/tiglobal.h>
46 #include <dev/pms/RefTisa/sat/api/sm.h>
47 #include <dev/pms/RefTisa/sat/api/smapi.h>
48 #include <dev/pms/RefTisa/sat/api/tdsmapi.h>
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.341 The format of debugging information accessible through this API
50 A consumer API set allows applications to read existing debug information
52 The functions that comprise the DWARF consumer API are described in
54 .Sx "DWARF Consumer API"
57 A producer API set that allows applications to add debug information
59 The functions that comprise the DWARF producer API are described in
61 .Sx "DWARF Producer API"
77 Used for functions and macros that make up the API.
80 The DWARF(3) API uses the following data types:
144 If an error occurs during the execution on an API, and if this
[all …]

12345678910>>...115