Searched refs:tmp_result (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_hwmgr.c | 1566 int tmp_result = 0; in smu7_enable_dpm_tasks() local 1570 tmp_result = smu7_enable_voltage_control(hwmgr); in smu7_enable_dpm_tasks() 1571 PP_ASSERT_WITH_CODE(tmp_result == 0, in smu7_enable_dpm_tasks() 1573 result = tmp_result); in smu7_enable_dpm_tasks() 1575 tmp_result = smu7_construct_voltage_tables(hwmgr); in smu7_enable_dpm_tasks() 1576 PP_ASSERT_WITH_CODE((0 == tmp_result), in smu7_enable_dpm_tasks() 1578 result = tmp_result); in smu7_enable_dpm_tasks() 1592 tmp_result = smu7_program_static_screen_threshold_parameters(hwmgr); in smu7_enable_dpm_tasks() 1593 PP_ASSERT_WITH_CODE((0 == tmp_result), in smu7_enable_dpm_tasks() 1595 result = tmp_result); in smu7_enable_dpm_tasks() 1738 int tmp_result, result = 0; smu7_disable_dpm_tasks() local 2375 int tmp_result; smu7_complete_dependency_tables() local 4476 int tmp_result, result = 0; smu7_set_power_state_tasks() local 4881 int tmp_result, result = 0; smu7_setup_asic_task() local [all...] |
| H A D | vega10_hwmgr.c | 747 int tmp_result; in vega10_complete_dependency_tables() 753 tmp_result = vega10_patch_lookup_table_with_leakage(hwmgr, in vega10_complete_dependency_tables() 755 if (tmp_result) in vega10_complete_dependency_tables() 756 result = tmp_result; in vega10_complete_dependency_tables() 758 tmp_result = vega10_patch_clock_voltage_limits_with_vddc_leakage(hwmgr, in vega10_complete_dependency_tables() 760 if (tmp_result) in vega10_complete_dependency_tables() 761 result = tmp_result; in vega10_complete_dependency_tables() 764 tmp_result = vega10_patch_voltage_dependency_tables_with_lookup_table(hwmgr); in vega10_complete_dependency_tables() 765 if (tmp_result) 766 result = tmp_result; in vega10_set_private_data_based_on_pptable() 738 int tmp_result; vega10_complete_dependency_tables() local 3034 int tmp_result, result = 0; vega10_enable_dpm_tasks() local 3809 int tmp_result, result = 0; vega10_set_power_state_tasks() local 5047 int tmp_result, result = 0; vega10_disable_dpm_tasks() local [all...] |
| H A D | vega12_hwmgr.c | 1059 int tmp_result, result = 0; in vega12_enable_dpm_tasks() 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() 1089 tmp_result = vega12_power_control_set_level(hwmgr); 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() 1049 int tmp_result, result = 0; vega12_enable_dpm_tasks() local 2631 int tmp_result, result = 0; vega12_disable_dpm_tasks() local [all...] |
| /openbsd-src/usr.bin/ssh/ |
| H A D | addr.c | 332 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() 503 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch() 505 return addr_cmp(&tmp_result, net); 494 struct xaddr tmp_mask, tmp_result; addr_netmatch() local
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2558 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() 2604 if ((tmp_result.GetStatus() == eReturnStatusSuccessContinuingNoResult) || in HandleCommands() 2605 (tmp_result.GetStatus() == eReturnStatusSuccessContinuingResult)) { in HandleCommands() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 817 bool tmp_result; in SetOptionValue() local 819 tmp_result = OptionArgParser::ToBoolean(option_arg, false, &success); in SetOptionValue() 824 if (tmp_result) in SetOptionValue()
|