/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_decompress.c | 83 #define RETURN(rrr) \ macro 97 if (s->strm->avail_in == 0) RETURN(BZ_OK); \ 122 RETURN(BZ_DATA_ERROR); \ 135 RETURN(BZ_DATA_ERROR); \ 143 RETURN(BZ_DATA_ERROR); \ 241 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress() 244 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress() 247 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress() 251 s->blockSize100k > (BZ_HDR_0 + 9)) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress() 259 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | osdep_service.c | 59 goto RETURN; in rtw_alloc_etherdev_with_old_priv() 65 RETURN: in rtw_alloc_etherdev_with_old_priv() 76 goto RETURN; in rtw_alloc_etherdev() 84 goto RETURN; in rtw_alloc_etherdev() 88 RETURN: in rtw_alloc_etherdev() 97 goto RETURN; in rtw_free_netdev() 102 goto RETURN; in rtw_free_netdev() 107 RETURN: in rtw_free_netdev()
|
/openbmc/linux/lib/ |
H A D | lru_cache.c | 34 #define RETURN(x...) do { \ macro 308 RETURN(); in lc_del() 358 RETURN(NULL); in __lc_get() 373 RETURN(NULL); in __lc_get() 378 RETURN(e); in __lc_get() 385 RETURN(e); in __lc_get() 391 RETURN(NULL); in __lc_get() 402 RETURN(NULL); in __lc_get() 410 RETURN(NULL); in __lc_get() 417 RETURN(NULL); in __lc_get() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_code_update_utils.robot | 41 RETURN ${functional} 64 RETURN ${matched_functional} 114 RETURN &{sw_inv_dict} 143 RETURN ${software_inventory}[0] 152 RETURN ${sw_inv} 165 RETURN ${bmc_inv} 184 RETURN ${list_inv_dict}[0] 202 RETURN ${list_inv} 212 RETURN ${update_url} 251 RETURN ${state} [all …]
|
H A D | os_utilities.robot | 101 RETURN ${running} 179 RETURN ${cpu_freq} 193 RETURN ${cpu_freq} 204 RETURN ${cpu_freq} 218 RETURN ${cpu_freq} 235 RETURN ${cpu_max_temp} 252 RETURN ${cpu_min_temp} 326 RETURN ${power_max} 342 RETURN ${nvidia_out} 352 RETURN ${gpu_min_power} [all …]
|
H A D | os_utils_config.robot | 15 RETURN ${version} 22 RETURN ${inventory} 30 RETURN ${memory_count} 46 RETURN ${dimm_count}
|
H A D | openbmc_ffdc_methods.robot | 61 RETURN ${ffdc_file_list} 100 RETURN ${ffdc_file_list} 127 RETURN ${ffdc_file_list} 151 RETURN ${ffdc_file_list} 192 RETURN ${ffdc_file_list} 221 RETURN ${ffdc_file_list} 242 RETURN ${ffdc_file_list} 304 RETURN ${ffdc_file_list} 328 RETURN ${ffdc_file_list} 347 RETURN ${ffdc_file_list} [all …]
|
H A D | open_power_utils.robot | 31 RETURN ${occ_list} 50 RETURN ${0} 65 RETURN ${list_count} 80 RETURN ${resp.json()["data"]} 95 RETURN ${functional_cpu_count} 116 RETURN ${active_occ_count} 197 RETURN ${power_sensors_value_list} 238 RETURN ${power_supply_avg_list} ${power_supply_max_list} 345 RETURN ${sensors_dbus_tree_dict} 367 RETURN ${valid_dbus_list} [all …]
|
H A D | state_manager.robot | 121 RETURN ${state} 178 RETURN ${status} 197 RETURN ${state.rsplit('.', 1)[1]} 209 RETURN ${state.rsplit('.', 1)[1]} 219 RETURN ${state.rsplit('.', 1)[1]} 228 RETURN ${state.rsplit('.', 1)[1]} 272 RETURN ${True} 327 RETURN ${powerstate}
|
H A D | utils.robot | 145 RETURN ${resp} 223 RETURN ${turbo_setting} 263 RETURN ${state} 345 RETURN ${state} 358 RETURN ${state.rsplit('.', 1)[1]} 365 RETURN ${currentPolicy} 372 RETURN ${currentPolicy} 379 RETURN ${power_restore_policy} 386 RETURN ${setting} 394 RETURN ${resp["AutomaticRetryConfig"]} [all …]
|
H A D | ipmi_client.robot | 50 RETURN ${resp} 74 RETURN ${resp} 96 RETURN ${stdout} 119 RETURN ${stdout} 145 RETURN ${stdout} 170 RETURN ${output} 184 RETURN ${output} 231 RETURN ${output} 277 RETURN ${valueinBytesWithArray} 370 RETURN ${output} [all …]
|
H A D | logging_utils.robot | 36 RETURN ${all_event_list} 54 RETURN ${entry_list} 106 RETURN ${filtered_error_logs} 121 RETURN ${setting_status} 219 RETURN ${count} 275 RETURN ${members} 299 RETURN ${filtered_error_logs} 307 RETURN ${severe_logs} 315 RETURN ${num_members} 367 RETURN ${members}
|
H A D | dump_utils.robot | 64 RETURN ${dump_id} 96 RETURN ${status} 183 RETURN ${resp.dict} 191 RETURN ${resp.dict} 261 RETURN ${dump_entries} 290 RETURN ${resp.dict['Id']} 335 RETURN ${task_dict["Payload"]["HttpHeaders"][-1].split("/")[-1]} 344 RETURN ${stdout} ${stderr} ${rc} 370 RETURN ${dump_data["data"]["Size"]} 398 RETURN ${value.strip('/').split('/')[-1]} [all …]
|
H A D | list_utils.robot | 26 RETURN ${new_list} 54 RETURN @{intersected_list} 74 RETURN ${diff_list}
|
H A D | dmtf_redfishtool_utils.robot | 30 RETURN ${cmd_output} 49 RETURN ${cmd_output} 69 RETURN ${cmd_output} 87 RETURN ${cmd_output}
|
H A D | common_utils.robot | 103 RETURN ${bmc_model} 117 RETURN ${ret} 277 RETURN ${True} 310 RETURN ${cmd.strip()} 385 RETURN ${output} 426 RETURN ${log_output} 432 RETURN ${cur_time} 487 RETURN ${journal_log} 504 RETURN ${mac_hex} 527 RETURN ${ip_hex} [all …]
|
H A D | bmc_dbus.robot | 48 RETURN ${dbus_uri_list[1:]} 68 RETURN ${dbus_list} 83 RETURN ${resp[0]}
|
H A D | bmc_network_utils.robot | 84 RETURN ${ip_data} 98 RETURN ${cmd_output} 120 RETURN ${words[1]} 144 RETURN ${mac_list} 154 RETURN ${output} 176 RETURN ${words[1]} 198 RETURN @{ip_list} 324 RETURN ${user_new_mac_string} 336 RETURN ${user_mac_addr_byte_string} 405 RETURN ${cmd_output} [all …]
|
H A D | energy_scale_utils.robot | 29 RETURN ${power_limit_watts} 52 RETURN &{limits} 61 RETURN ${power_setting} 117 RETURN ${power_limit} 175 RETURN ${power_activation_setting}
|
H A D | code_update_utils.robot | 48 RETURN ${host_list} 63 RETURN ${resp.json()["data"]} 82 RETURN ${sw_id_list} 94 RETURN ${sw_attributes} 107 RETURN ${software} 268 RETURN ${version_id} 430 RETURN ${min_value} 535 RETURN ${image_id} 575 RETURN ${task_inventory} 601 RETURN ${task_inv_dict} [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | 53c700.scr | 176 RETURN, WHEN NOT MSG_OUT 194 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK 197 RETURN 210 RETURN 214 RETURN 218 RETURN 222 RETURN 226 RETURN 233 RETURN
|
/openbmc/openbmc-test-automation/lib/xcat/ |
H A D | xcat_utils.robot | 39 RETURN ${stdout} 55 RETURN ${bmc_list} 114 RETURN ${stdout} 144 RETURN ${stdout} 170 RETURN ${stdout}
|
/openbmc/linux/Documentation/driver-api/ |
H A D | parport-lowlevel.rst | 189 RETURN VALUE 312 RETURN VALUE 433 RETURN VALUE 559 RETURN VALUE 644 RETURN VALUE 689 RETURN VALUE 725 RETURN VALUE 759 RETURN VALUE 785 RETURN VALUE 820 RETURN VALUE [all …]
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 24 RETURN ${output} 34 RETURN ${output} 69 RETURN ${proc_id} 83 RETURN ${core_ids} 100 RETURN ${translated_addr[1]} 167 RETURN ${opal_prd_state[1]}
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | management_console_utils.robot | 62 RETURN ${session_info} 81 RETURN ${session_dict_list} 129 RETURN ${resource_lock_json}
|