Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h138 unsigned int method_id; member
152 unsigned int method_id; member
178 unsigned int method_id; member
H A Djitprofiling.c174 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
212 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
233 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
H A DIntelJITEventListener.cpp85 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
184 MethodIDs[(void*)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()
/freebsd-12.1/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c151 u8 *id, *method_id; in eap_server_tls_derive_session_id() local
161 method_id = eap_server_tls_derive_key( in eap_server_tls_derive_session_id()
163 if (!method_id) { in eap_server_tls_derive_session_id()
168 os_memcpy(id + 1, method_id, 64); in eap_server_tls_derive_session_id()
169 os_free(method_id); in eap_server_tls_derive_session_id()
/freebsd-12.1/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c415 u8 *id, *method_id; in eap_peer_tls_derive_session_id() local
426 method_id = eap_peer_tls_derive_key( in eap_peer_tls_derive_session_id()
428 if (!method_id) { in eap_peer_tls_derive_session_id()
433 os_memcpy(id + 1, method_id, 64); in eap_peer_tls_derive_session_id()
434 os_free(method_id); in eap_peer_tls_derive_session_id()
/freebsd-12.1/sys/dev/acpi_support/
H A Dacpi_wmi_if.m65 # UINT32 method_id: method to call
73 UINT32 method_id;
H A Dacpi_wmi.c122 UINT32 method_id, const ACPI_BUFFER *in,
356 UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out) in acpi_wmi_evaluate_call_method() argument
380 params[1].Integer.Value = method_id; in acpi_wmi_evaluate_call_method()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.c1522 check_stub_method (struct type *type, int method_id, int signature_id) in check_stub_method() argument
1525 char *mangled_name = gdb_mangle_name (type, method_id, signature_id); in check_stub_method()
1574 f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method()
1638 check_stub_method_group (struct type *type, int method_id) in check_stub_method_group() argument
1640 int len = TYPE_FN_FIELDLIST_LENGTH (type, method_id); in check_stub_method_group()
1641 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method_group()
1648 check_stub_method (type, method_id, j); in check_stub_method_group()
1663 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id), in check_stub_method_group()
1666 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id), in check_stub_method_group()
1669 TYPE_FN_FIELDLIST_NAME (type, method_id) = xstrdup (dem_opname); in check_stub_method_group()
H A Dsymtab.c315 gdb_mangle_name (struct type *type, int method_id, int signature_id) in gdb_mangle_name() argument
319 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in gdb_mangle_name()
321 char *field_name = TYPE_FN_FIELDLIST_NAME (type, method_id); in gdb_mangle_name()