Home
last modified time | relevance | path

Searched refs:tmp_result (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1566 int tmp_result = 0; in smu7_enable_dpm_tasks() local
2375 int tmp_result; in smu7_complete_dependency_tables() local
2392 if (tmp_result) in smu7_complete_dependency_tables()
2397 if (tmp_result) in smu7_complete_dependency_tables()
2402 if (tmp_result) in smu7_complete_dependency_tables()
2406 if (tmp_result) in smu7_complete_dependency_tables()
2410 if (tmp_result) in smu7_complete_dependency_tables()
2414 if (tmp_result) in smu7_complete_dependency_tables()
2418 if (tmp_result) in smu7_complete_dependency_tables()
4487 tmp_result = in smu7_set_power_state_tasks()
[all …]
H A Dvega10_hwmgr.c747 int tmp_result; in vega10_complete_dependency_tables() local
755 if (tmp_result) in vega10_complete_dependency_tables()
756 result = tmp_result; in vega10_complete_dependency_tables()
760 if (tmp_result) in vega10_complete_dependency_tables()
761 result = tmp_result; in vega10_complete_dependency_tables()
765 if (tmp_result) in vega10_complete_dependency_tables()
766 result = tmp_result; in vega10_complete_dependency_tables()
769 if (tmp_result) in vega10_complete_dependency_tables()
770 result = tmp_result; in vega10_complete_dependency_tables()
3103 PP_ASSERT(!tmp_result, in vega10_enable_dpm_tasks()
[all …]
H A Dvega12_hwmgr.c1059 int tmp_result, result = 0; in vega12_enable_dpm_tasks() local
1069 tmp_result = vega12_init_smc_table(hwmgr); in vega12_enable_dpm_tasks()
1070 PP_ASSERT_WITH_CODE(!tmp_result, in vega12_enable_dpm_tasks()
1072 result = tmp_result); in vega12_enable_dpm_tasks()
1074 tmp_result = vega12_run_acg_btc(hwmgr); in vega12_enable_dpm_tasks()
1075 PP_ASSERT_WITH_CODE(!tmp_result, in vega12_enable_dpm_tasks()
1077 result = tmp_result); in vega12_enable_dpm_tasks()
1090 PP_ASSERT_WITH_CODE(!tmp_result, in vega12_enable_dpm_tasks()
1092 result = tmp_result); in vega12_enable_dpm_tasks()
2641 int tmp_result, result = 0; in vega12_disable_dpm_tasks() local
[all …]
/openbsd/usr.bin/ssh/
H A Daddr.c332 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local
337 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
339 return addr_is_all0s(&tmp_result); in addr_host_is_all0s()
496 struct xaddr tmp_mask, tmp_result; in addr_netmatch() local
503 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch()
505 return addr_cmp(&tmp_result, net); in addr_netmatch()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2558 CommandReturnObject tmp_result(m_debugger.GetUseColor()); in HandleCommands() local
2559 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
2560 tmp_result.SetSuppressImmediateOutput(true); in HandleCommands()
2567 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result); in HandleCommands()
2572 if (tmp_result.Succeeded()) in HandleCommands()
2573 result.AppendMessage(tmp_result.GetOutputData()); in HandleCommands()
2576 if (!success || !tmp_result.Succeeded()) { in HandleCommands()
2577 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands()
2605 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands()
2621 result.SetStatus(tmp_result.GetStatus()); in HandleCommands()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp817 bool tmp_result; in SetOptionValue() local
819 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue()
824 if (tmp_result) in SetOptionValue()