Searched refs:instance (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp158 MainThreadCheckerRuntime *const instance = local
161 ProcessSP process_sp = instance->GetProcessSP();
171 instance->RetrieveReportData(context->exe_ctx_ref);
/freebsd-12-stable/sys/dev/acpi_support/
H A Dacpi_wmi.c87 UINT8 max_instance; /* highest instance known for this GUID */
121 const char *guid_string, UINT8 instance,
133 UINT8 instance, ACPI_BUFFER *out);
136 UINT8 instance, const ACPI_BUFFER *in);
357 UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out)
375 else if (instance > winfo->ginfo.max_instance)
379 params[0].Integer.Value = instance;
510 acpi_wmi_get_block_method(device_t dev, const char *guid_string, UINT8 instance, argument
535 else if (instance > winfo->ginfo.max_instance)
542 wq_params[0].Integer.Value = instance;
356 acpi_wmi_evaluate_call_method(device_t dev, const char *guid_string, UINT8 instance, UINT32 method_id, const ACPI_BUFFER *in, ACPI_BUFFER *out) argument
580 acpi_wmi_set_block_method(device_t dev, const char *guid_string, UINT8 instance, const ACPI_BUFFER *in) argument
[all...]
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kstat.c53 kstat_create(char *module, int instance, char *name, char *class, uchar_t type, argument
60 KASSERT(instance == 0, ("instance=%d", instance));
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_pci.c465 int instance; local
467 instance = device_get_unit(dev);
476 if (instance < ARRAY_SIZE(ocs_devices)) {
477 ocs_devices[instance] = ocs;
479 device_printf(dev, "got unexpected ocs instance number %d\n", instance);
482 ocs->instance_index = instance;
867 * @param ocs the driver instance's software context
912 * @brief return pointer to ocs structure given instance index
914 * A pointer to an ocs structure is returned given an instance inde
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp212 UndefinedBehaviorSanitizerRuntime *const instance = local
215 ProcessSP process_sp = instance->GetProcessSP();
225 instance->RetrieveReportData(context->exe_ctx_ref);
/freebsd-12-stable/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c345 uint32_t instance; member in struct:omap4_clk_details
355 .instance = (di), \
524 sc = omap4_prcm_get_instance_softc(clk_details->instance);
590 sc = omap4_prcm_get_instance_softc(clk_details->instance);
659 sc = omap4_prcm_get_instance_softc(clk_details->instance);
736 sc = omap4_prcm_get_instance_softc(clk_details->instance);
780 sc = omap4_prcm_get_instance_softc(clk_details->instance);
830 sc = omap4_prcm_get_instance_softc(clk_details->instance);
891 sc = omap4_prcm_get_instance_softc(clk_details->instance);
1423 device_printf(dev, "unknown instance typ
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dclass.c228 the B base instance within A. To convert base A to derived B, CODE
229 is MINUS_EXPR and BINFO is the binfo for the A instance within B.
582 build_vtbl_ref_1 (tree instance, tree idx)
591 tree fixed_type = fixed_type_or_null (instance, NULL, &cdtorp);
593 tree basetype = non_reference (TREE_TYPE (instance));
604 vtbl = build_vfield_ref (instance, basetype);
616 build_vtbl_ref (tree instance, tree idx)
618 tree aref = build_vtbl_ref_1 (instance, idx);
1550 instance. */
1623 be used to construct an instance o
581 build_vtbl_ref_1(tree instance, tree idx) argument
615 build_vtbl_ref(tree instance, tree idx) argument
5282 fixed_type_or_null(tree instance, int* nonnull, int* cdtorp) argument
5435 resolves_to_fixed_type_p(tree instance, int* nonnull) argument
[all...]
H A Dcall.c352 INSTANCE is a class instance.
359 down to the real instance type to use for access checking. We need this
372 Note that NAME may refer to an instance variable name. If
5122 build_java_interface_fn_ref (tree fn, tree instance) argument
5141 /* Look up the pointer to the runtime java.lang.Class object for `instance'.
5143 klass_ref = build_vtbl_ref (build_indirect_ref (instance, 0),
5217 build_special_member_call (tree instance, tree name, tree args, argument
5244 if (name == complete_ctor_identifier && !instance)
5246 instance = build_int_cst (build_pointer_type (class_type), 0);
5247 instance
5360 build_new_method_call(tree instance, tree fns, tree args, tree conversion_path, int flags, tree *fn_p) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp151 static StackFrameRecognizerManagerImpl instance = local
153 return instance;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc325 * Do byte swap for this instance. \c Old is the original order before
367 * Return a pointer to \c ValueProfData instance ready to be streamed.
376 * Return a pointer to \c ValueProfileData instance ready to be read.
377 * All data in the instance are properly byte swapped. The input
521 * Return the first \c ValueProfRecord instance.
552 * from the \c Closure and serialize the data into \c This record instance.
714 * section on Linux. For instance
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc325 * Do byte swap for this instance. \c Old is the original order before
367 * Return a pointer to \c ValueProfData instance ready to be streamed.
376 * Return a pointer to \c ValueProfileData instance ready to be read.
377 * All data in the instance are properly byte swapped. The input
521 * Return the first \c ValueProfRecord instance.
552 * from the \c Closure and serialize the data into \c This record instance.
714 * section on Linux. For instance
/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec49 - Permit for stacking of more than one instance of this module (no statics).
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c244 nfssvc_iod(void *instance) argument
252 myiod = (int *)instance - nfs_asyncdaemon;
/freebsd-12-stable/sys/dev/sfxge/common/
H A Def10_ev.c98 __in uint32_t instance,
113 MCDI_IN_SET_DWORD(req, SET_EVQ_TMR_IN_INSTANCE, instance);
143 __in unsigned int instance,
176 MCDI_IN_SET_DWORD(req, INIT_EVQ_IN_INSTANCE, instance);
280 __in unsigned int instance,
312 MCDI_IN_SET_DWORD(req, INIT_EVQ_V2_IN_INSTANCE, instance);
408 __in uint32_t instance)
421 MCDI_IN_SET_DWORD(req, FINI_EVQ_IN_INSTANCE, instance);
96 efx_mcdi_set_evq_tmr( __in efx_nic_t *enp, __in uint32_t instance, __in uint32_t mode, __in uint32_t timer_ns) argument
141 efx_mcdi_init_evq( __in efx_nic_t *enp, __in unsigned int instance, __in efsys_mem_t *esmp, __in size_t nevs, __in uint32_t irq, __in uint32_t us, __in uint32_t flags, __in boolean_t low_latency) argument
278 efx_mcdi_init_evq_v2( __in efx_nic_t *enp, __in unsigned int instance, __in efsys_mem_t *esmp, __in size_t nevs, __in uint32_t irq, __in uint32_t us, __in uint32_t flags) argument
406 efx_mcdi_fini_evq( __in efx_nic_t *enp, __in uint32_t instance) argument
H A Def10_rx.c47 __in uint32_t instance,
74 MCDI_IN_SET_DWORD(req, INIT_RXQ_IN_INSTANCE, instance);
115 __in uint32_t instance)
128 MCDI_IN_SET_DWORD(req, FINI_RXQ_IN_INSTANCE, instance);
42 efx_mcdi_init_rxq( __in efx_nic_t *enp, __in uint32_t size, __in uint32_t target_evq, __in uint32_t label, __in uint32_t instance, __in efsys_mem_t *esmp, __in boolean_t disable_scatter) argument
113 efx_mcdi_fini_rxq( __in efx_nic_t *enp, __in uint32_t instance) argument
H A Def10_tx.c56 __in uint32_t instance,
87 MCDI_IN_SET_DWORD(req, INIT_TXQ_IN_INSTANCE, instance);
139 __in uint32_t instance)
152 MCDI_IN_SET_DWORD(req, FINI_TXQ_IN_INSTANCE, instance);
51 efx_mcdi_init_txq( __in efx_nic_t *enp, __in uint32_t size, __in uint32_t target_evq, __in uint32_t label, __in uint32_t instance, __in uint16_t flags, __in efsys_mem_t *esmp) argument
137 efx_mcdi_fini_txq( __in efx_nic_t *enp, __in uint32_t instance) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp801 ThreadSanitizerRuntime *const instance = local
804 ProcessSP process_sp = instance->GetProcessSP();
810 instance->RetrieveReportData(context->exe_ctx_ref);
813 std::string issue_description = instance->FormatDescription(report);
818 std::string summary = instance->GenerateSummary(report);
820 addr_t main_address = instance->GetMainRacyAddress(report);
827 std::string location_description = instance->GetLocationDescription(
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-tc.c59 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceClose) (TC_INSTANCE instance);
60 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceSetFeature) (TC_INSTANCE instance, ULONG feature, ULONG value);
61 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PULONG pValue);
62 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceReceivePackets) (TC_INSTANCE instance, PTC_PACKETS_BUFFER pBuffer);
63 typedef HANDLE (TC_CALLCONV *TcFcnInstanceGetReceiveWaitHandle) (TC_INSTANCE instance);
64 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceTransmitPackets) (TC_INSTANCE instance, TC_PACKETS_BUFFER pBuffer);
65 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryStatistics) (TC_INSTANCE instance, PTC_STATISTICS pStatistics);
312 * on an open instance of TC, so we do not care to call this function
622 pcap_snprintf(p->errbuf, PCAP_ERRBUF_SIZE,"Error enabling reception on a TurboCap instance: %s", g_TcFunctions.StatusGetString(status));
661 pcap_snprintf(p->errbuf, PCAP_ERRBUF_SIZE,"Error setting the read timeout a TurboCap instance
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc36 // Create the instance and return it to be the *Process* handle
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h110 ITT_STUBV(ITTAPI, void, model_site_begin, (__itt_model_site *site, __itt_model_site_instance *instance, const char *name), (ITT_FORMAT site, instance, name), model_site_begin, __itt_group_model, "%p, %p, \"%s\"")
111 ITT_STUBV(ITTAPI, void, model_site_end, (__itt_model_site *site, __itt_model_site_instance *instance), (ITT_FORMAT site, instance), model_site_end, __itt_group_model, "%p, %p")
112 ITT_STUBV(ITTAPI, void, model_task_begin, (__itt_model_task *task, __itt_model_task_instance *instance, const char *name), (ITT_FORMAT task, instance, name), model_task_begin, __itt_group_model, "%p, %p, \"%s\"")
113 ITT_STUBV(ITTAPI, void, model_task_end, (__itt_model_task *task, __itt_model_task_instance *instance), (ITT_FORMAT task, instance), model_task_end, __itt_group_model, "%p, %p")
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c222 find_service_for_instance(VCHIQ_INSTANCE_T instance, argument
230 (service->instance == instance)) {
245 find_closed_service_for_instance(VCHIQ_INSTANCE_T instance, argument
255 (service->instance == instance)) {
270 next_service_by_instance(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance, argument
280 (srv->instance == instance)) {
1211 if (bulk->data && service->instance) {
2558 vchiq_add_service_internal(VCHIQ_STATE_T *state, const VCHIQ_SERVICE_PARAMS_T *params, int srvstate, VCHIQ_INSTANCE_T instance, VCHIQ_USERDATA_TERM_T userdata_term) argument
3064 vchiq_connect_internal(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance) argument
3100 vchiq_shutdown_internal(VCHIQ_STATE_T *state, VCHIQ_INSTANCE_T instance) argument
3553 vchiq_get_config(VCHIQ_INSTANCE_T instance, int config_size, VCHIQ_CONFIG_T *pconfig) argument
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddbxread.c243 int instance; /* See above */
340 INSTANCE is its instance code, to select among multiple argument
344 add_old_header_file (char *name, int instance)
350 if (strcmp (p[i].name, name) == 0 && instance == p[i].instance)
370 add_new_header_file (char *name, int instance)
402 hfile->instance = instance;
909 add_bincl_to_list (struct partial_symtab *pst, char *name, int instance)
921 next_bincl->instance
239 int instance; /* See above */ member in struct:header_file_location
366 add_new_header_file(char *name, int instance) argument
901 add_bincl_to_list(struct partial_symtab *pst, char *name, int instance) argument
922 find_corresponding_bincl_psymtab(char *name, int instance) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp225 JITLoaderGDB *instance = static_cast<JITLoaderGDB *>(baton); local
226 return instance->ReadJITDescriptor(false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp142 os << "Strong instance variable relinquished. ";
279 os << "an instance of " << PT->getPointeeType().getAsString()
533 os << "Object loaded from instance variable";
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp55 Expr *instance = E->getInstanceReceiver()->IgnoreParenCasts();
56 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) {

Completed in 483 milliseconds

12345