Home
last modified time | relevance | path

Searched refs:method_id (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
H A Djitprofiling.c173 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
211 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
232 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp38 MethodMessage.method_id = MethodInfo.MethodID; in registerJITLoaderVTuneRegisterImpl()
129 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
131 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name in NotifyEvent()
142 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
/freebsd/sys/ofed/include/rdma/
H A Duverbs_named_ioctl.h49 #define UVERBS_METHOD_ATTRS(method_id) _method_attrs_##method_id argument
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c156 u8 *id, *method_id; in eap_server_tls_derive_session_id() local
167 method_id = eap_server_tls_derive_key( in eap_server_tls_derive_session_id()
169 if (!method_id) { in eap_server_tls_derive_session_id()
174 os_memcpy(id + 1, method_id, 64); in eap_server_tls_derive_session_id()
175 os_free(method_id); in eap_server_tls_derive_session_id()
/freebsd/sys/ofed/include/uapi/rdma/
H A Drdma_user_ioctl_cmds.h84 __u16 method_id; member
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c426 u8 *id, *method_id; in eap_peer_tls_derive_session_id() local
437 method_id = eap_peer_tls_derive_key( in eap_peer_tls_derive_session_id()
439 if (!method_id) { in eap_peer_tls_derive_session_id()
444 os_memcpy(id + 1, method_id, 64); in eap_peer_tls_derive_session_id()
445 os_free(method_id); in eap_peer_tls_derive_session_id()
/freebsd/sys/dev/acpi_support/
H A Dacpi_wmi_if.m64 # UINT32 method_id: method to call
72 UINT32 method_id;
H A Dacpi_wmi.c121 UINT32 method_id, const ACPI_BUFFER *in,
380 UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out) in acpi_wmi_evaluate_call_method() argument
404 params[1].Integer.Value = method_id; in acpi_wmi_evaluate_call_method()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp168 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
325 MethodIDs[(void *)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c537 uapi_key_ioctl_method(hdr->method_id)); in ib_uverbs_cmd_verbs()
561 uapi_key_ioctl_method(hdr->method_id); in ib_uverbs_cmd_verbs()