Home
last modified time | relevance | path

Searched defs:api (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c148 const struct uniapi_error *api = msg; in uni_print_api() local
158 const struct uniapi_call_created *api = msg; in uni_print_api() local
166 const struct uniapi_call_destroyed *api = msg; in uni_print_api() local
174 const struct uniapi_party_created *api = msg; in uni_print_api() local
185 const struct uniapi_party_destroyed *api = msg; in uni_print_api() local
202 const struct uniapi_reset_request *api = msg; in uni_print_api() local
215 const struct uniapi_reset_confirm *api = msg; in uni_print_api() local
262 const struct uniapi_reset_response *api = msg; in uni_print_api() local
299 const struct uniapi_setup_request *api = msg; in uni_print_api() local
319 const struct uniapi_setup_response *api = msg; in uni_print_api() local
[all …]
H A Dsig_party.c77 struct uni_msg *api; in uni_create_partyx() local
153 struct uni_msg *api; in uni_destroy_party() local
332 struct uni_msg *api; in pun0_add_party() local
388 struct uni_msg *api; in pun1_party_alerting() local
424 struct uni_msg *api; in pun1pun4_add_party_ack() local
460 struct uni_msg *api; in pun1_add_party_rej() local
491 struct uni_msg *api; in pun5_add_party_rej() local
526 struct uni_msg *api; in punx_drop_party_ack() local
554 struct uni_msg *api; in punx_drop_party() local
593 struct uni_msg *api; in pun5_drop_party() local
[all …]
H A Dsig_call.c151 struct uni_msg *api; in uni_create_call() local
216 struct uni_msg *api; in uni_destroy_call() local
306 struct uni_msg *api; in clear_callD() local
366 struct uni_msg *api; in un0_setup() local
552 struct uni_msg *api; in u1n6_call_proc() local
644 struct uni_msg *api; in u1n6_t303() local
736 struct uni_msg *api; in unx_alerting() local
1033 struct uni_msg *api; in unx_connect() local
1180 struct uni_msg *api; in u8_connect_ack() local
1336 struct uni_msg *api; in uni_release_compl() local
[all …]
/freebsd-13.1/sys/contrib/dev/iwlwifi/cfg/
H A D22000.c68 #define IWL_QU_B_HR_B_MODULE_FIRMWARE(api) \ argument
70 #define IWL_QNJ_B_HR_B_MODULE_FIRMWARE(api) \ argument
72 #define IWL_QUZ_A_HR_B_MODULE_FIRMWARE(api) \ argument
76 #define IWL_QU_C_HR_B_MODULE_FIRMWARE(api) \ argument
78 #define IWL_QU_B_JF_B_MODULE_FIRMWARE(api) \ argument
82 #define IWL_CC_A_MODULE_FIRMWARE(api) \ argument
84 #define IWL_SO_A_JF_B_MODULE_FIRMWARE(api) \ argument
86 #define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \ argument
88 #define IWL_SO_A_GF_A_MODULE_FIRMWARE(api) \ argument
90 #define IWL_TY_A_GF_A_MODULE_FIRMWARE(api) \ argument
[all …]
H A D7000.c38 #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode" argument
41 #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode" argument
44 #define IWL3168_MODULE_FIRMWARE(api) IWL3168_FW_PRE __stringify(api) ".ucode" argument
47 #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE __stringify(api) ".ucode" argument
50 #define IWL7265D_MODULE_FIRMWARE(api) IWL7265D_FW_PRE __stringify(api) ".ucode" argument
H A D8000.c31 #define IWL8000_MODULE_FIRMWARE(api) \ argument
35 #define IWL8265_MODULE_FIRMWARE(api) \ argument
H A D9000.c31 #define IWL9000_MODULE_FIRMWARE(api) \ argument
33 #define IWL9260_MODULE_FIRMWARE(api) \ argument
/freebsd-13.1/contrib/ofed/libibverbs/
H A Dibverbs.h45 #define symver(name, api, ver) asm(".symver " #name "," #api "@" #ver) argument
46 #define default_symver(name, api) \ argument
48 #define private_symver(name, api) \ argument
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp144 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ argument
159 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ argument
179 #define ITT_STUB(api, type, name, args, params, ptr, group, format) \ argument
186 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ argument
233 #define ITT_STUB(api, type, name, args, params, nameindll, group, format) \ argument
246 #define ITT_STUB(api, type, name, args, params, nameindll, group, format) \ argument
H A Dittnotify.h299 #define ITT_STUBV(api, type, name, args) \ argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2457 APInt api = Val; in convertFromAPInt() local
2502 APInt api = APInt(width, makeArrayRef(parts, partCount)); in convertFromZeroExtendedInteger() local
3363 APInt api = bitcastToAPInt(); in convertToFloat() local
3370 APInt api = bitcastToAPInt(); in convertToDouble() local
3381 void IEEEFloat::initFromF80LongDoubleAPInt(const APInt &api) { in initFromF80LongDoubleAPInt()
3413 void IEEEFloat::initFromPPCDoubleDoubleAPInt(const APInt &api) { in initFromPPCDoubleDoubleAPInt()
3437 void IEEEFloat::initFromQuadrupleAPInt(const APInt &api) { in initFromQuadrupleAPInt()
3473 void IEEEFloat::initFromDoubleAPInt(const APInt &api) { in initFromDoubleAPInt()
3502 void IEEEFloat::initFromFloatAPInt(const APInt &api) { in initFromFloatAPInt()
3531 void IEEEFloat::initFromBFloatAPInt(const APInt &api) { in initFromBFloatAPInt()
[all …]
/freebsd-13.1/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c770 audit_set_pmask(auditpinfo_t *api, size_t sz) in audit_set_pmask()
782 audit_get_pinfo(auditpinfo_t *api, size_t sz) in audit_get_pinfo()
/freebsd-13.1/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h314 const VCHI_CONNECTION_API_T *api; member
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js334 content.text = function(event, api) { argument
1881 effect: function(api, pos, viewport) { argument
2382 reposition: function(event, api, pos, viewport) { argument
2542 ;PLUGINS.viewport = function(api, position, posOptions, targetWidth, targetHeight, elemWidth, elemH… argument
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_vf.c728 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api) in ixgbevf_negotiate_api_version()
/freebsd-13.1/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c1464 struct atm_call_release *api = uni_msg_rptr(msg, in cc_user_sig_handle() local
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h63 iwl_ucode_tlv_api_t api) in fw_has_api()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h227 #define ITT_STUBV(api, type, name, args) \ argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp480 const APInt &api = CI->getValue(); in ConstantFoldCastInstruction() local
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwmvar.h571 iwm_fw_has_api(struct iwm_softc *sc, unsigned int api) in iwm_fw_has_api()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2498 APInt api = CFP->getValueAPF().bitcastToAPInt(); in writeConstants() local
2503 APInt api = CFP->getValueAPF().bitcastToAPInt(); in writeConstants() local