| /trueos/sys/contrib/ngatm/netnatm/sig/ |
| HD | unipriv.h | 66 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 …]
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | RAND_set_rand_method.pod | 22 information about how these RAND API functions are affected by the use of 23 B<ENGINE> API calls. 34 API is being used, so this function is no longer recommended. 62 default ENGINE is specified for RAND functionality using an ENGINE API function, 63 that will override any RAND defaults set using the RAND API (ie. 64 RAND_set_rand_method()). For this reason, the ENGINE API is the recommended way 79 reverted as the ENGINE API transparently overrides RAND defaults if used, 80 otherwise RAND API functions work as before. RAND_set_rand_engine() was also
|
| HD | DH_set_method.pod | 28 important information about how these DH API functions are affected by the use 29 of B<ENGINE> API calls. 40 API is being used, so this function is no longer recommended. 104 default ENGINE is specified for DH functionality using an ENGINE API function, 105 that will override any DH defaults set using the DH API (ie. 106 DH_set_default_method()). For this reason, the ENGINE API is the recommended way 123 0.9.7, the handling of defaults in the ENGINE API was restructured so that this 125 the previous behaviour. The behaviour of defaults in the ENGINE API now 126 transparently overrides the behaviour of defaults in the DH API without
|
| HD | DSA_set_method.pod | 28 important information about how these DSA API functions are affected by the use 29 of B<ENGINE> API calls. 40 whether the ENGINE API is being used, so this function is no longer 118 default ENGINE is specified for DSA functionality using an ENGINE API function, 119 that will override any DSA defaults set using the DSA API (ie. 120 DSA_set_default_method()). For this reason, the ENGINE API is the recommended way 137 0.9.7, the handling of defaults in the ENGINE API was restructured so that this 139 the previous behaviour. The behaviour of defaults in the ENGINE API now 140 transparently overrides the behaviour of defaults in the DSA API without
|
| HD | RSA_set_method.pod | 34 important information about how these RSA API functions are affected by the 35 use of B<ENGINE> API calls. 46 whether the ENGINE API is being used, so this function is no longer 167 ENGINE API function, that will override any RSA defaults set using the RSA 168 API (ie. RSA_set_default_method()). For this reason, the ENGINE API is the 200 API was restructured so that this change was reversed, and behaviour of the 202 behaviour of defaults in the ENGINE API now transparently overrides the 203 behaviour of defaults in the RSA API without requiring changing these
|
| /trueos/crypto/heimdal/lib/kadm5/ |
| HD | kadm5_err.et | 43 error_code BAD_STRUCT_VERSION, "Programmer error! Bad API structure version" 44 error_code OLD_STRUCT_VERSION, "API structure version specified by application is no longer support… 45 error_code NEW_STRUCT_VERSION, "API structure version specified by application is unknown to librar… 46 error_code BAD_API_VERSION, "Programmer error! Bad API version" 47 error_code OLD_LIB_API_VERSION, "API version specified by application is no longer supported by lib… 48 error_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by s… 49 error_code NEW_LIB_API_VERSION, "API version specified by application is unknown to libraries" 50 error_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
|
| /trueos/contrib/ofed/management/opensm/osmeventplugin/ |
| HD | libosmeventplugin.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| /trueos/contrib/ofed/management/opensm/libvendor/ |
| HD | libosmvendor.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| /trueos/contrib/ofed/management/opensm/complib/ |
| HD | libosmcomp.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| /trueos/contrib/ofed/management/libibcommon/ |
| HD | libibcommon.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| /trueos/contrib/ofed/management/libibmad/ |
| HD | libibmad.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | libopensm.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| HD | ChangeLog | 93 * osm_log.c: Add osm_log_reopen_file API 97 * osm_helper.c: Add osm_dump_switch_info_record API 101 * osm_log.c: Add osm_log_printf API
|
| /trueos/contrib/ofed/management/libibumad/ |
| HD | libibumad.ver | 1 # In this file we track the current API version 6 # API_REV - advance on any added API 8 # AGE - number of backward versions the API still supports
|
| /trueos/crypto/heimdal/lib/gssapi/mech/ |
| HD | mech.cat5 | 5 mmeecchh, qqoopp -- GSS-API Mechanism and QOP files 11 The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security 15 Name The name of this GSS-API mechanism. 33 use with GSS-API. Each line of the file either contains a comment if the 40 with GSS-API functions such as gss_get_mic(3). 43 The GSS-API mechanism name that corresponds to this algo-
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXMCExpr.cpp | 41 APInt API = APF.bitcastToAPInt(); in PrintImpl() local 42 std::string HexStr(utohexstr(API.getZExtValue())); in PrintImpl() 45 OS << utohexstr(API.getZExtValue()); in PrintImpl()
|
| /trueos/contrib/openpam/ |
| HD | README | 12 - Implements the complete PAM API as described in the original PAM 13 paper and in OSF-RFC 86.0; this corresponds to the full XSSO API 17 - Extends the API with several useful and time-saving functions.
|
| /trueos/tools/tools/netmap/ |
| HD | README | 5 pkt-gen a packet sink/source using the netmap API 7 bridge a two-port jumper wire, also using the native API
|
| /trueos/contrib/jansson/doc/ |
| HD | upgrading.rst | 22 Jansson library need to be recompiled. It's also API incompatible, 27 both ABI and API, so no recompilation or source changes are needed 70 **Unsigned integers in API functions** 71 Version 2.0 unifies unsigned integer usage in the API. All uses of
|
| HD | tutorial.rst | 10 of a repository in GitHub_ over the web. `GitHub API`_ uses JSON, so 29 name. Please note that the GitHub API is rate limited, so if you run 34 .. _GitHub API: http://developer.github.com/ 40 The GitHub Repo Commits API 43 The `GitHub Repo Commits API`_ is used by sending HTTP requests to 84 .. _GitHub Repo Commits API: http://developer.github.com/v3/repos/commits/ 99 The following definitions are used to build the GitHub API request 280 commits of a GitHub repository using the GitHub Repo Commits API.
|
| HD | index.rst | 12 - Simple and intuitive API and data model 25 Jansson is used in production and its API is stable. It works on
|
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | APInt.h | 424 APInt API = getAllOnesValue(numBits); in getSignedMaxValue() local 425 API.clearBit(numBits - 1); in getSignedMaxValue() 426 return API; in getSignedMaxValue() 434 APInt API(numBits, 0); in getSignedMinValue() 435 API.setBit(numBits - 1); in getSignedMinValue() 436 return API; in getSignedMinValue() 584 APInt API(*this); 586 return API; 598 APInt API(*this); 600 return API;
|
| /trueos/tools/kerneldoc/subsys/ |
| HD | notreviewed.dox | 4 * <b>IMPORTANT:</b> This API documentation may contain both functions which 7 * are not marked as such</i>. Until we finish reviewing the API documentation
|
| HD | README | 1 The kernel subsystem API documentation generation framework. 26 Programs needed to generate the API docs:
|
| /trueos/sys/cam/ctl/ |
| HD | README.ctl.txt | 49 (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 …]
|