Searched refs:fru_type (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-mrw-tools/ |
H A D | inventory.pl | 65 $item{fru_type} = $type; 81 {is_fru => 1, fru_type => 'SYSTEM'}; 85 {is_fru => 0, fru_type => 'SYSTEM'}; 240 if ($item->{fru_type} eq "CORE") { 305 if ($item->{fru_type} eq "PROC") { 329 $item->{fru_type} =~ s/$old/$new/; 342 $item->{fru_type} = $newType;
|
/openbmc/openbmc-test-automation/data/ |
H A D | model.py | 49 def get_inventory_fru_type_list(module_name, fru_type): argument 54 if m.FRU_INSTANCES[i]["fru_type"] == fru_type:
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.robot | 215 …Documentation] Return a dictionary containing all of the valid FRU records for the given fru_type. 216 [Arguments] ${fru_type} 221 # fru_type The type of fru (e.g. "Processors", "Memory", etc.). 224 ... /redfish/v1/Systems/${SYSTEM_ID}/${fru_type} return_json=0 231 [Documentation] Return the number of valid FRU records for the given fru_type. 232 [Arguments] ${fru_type} 235 # fru_type The type of fru (e.g. "Processors", "Memory", etc.). 237 ${fru_records}= Get Valid FRUs ${fru_type}
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_systems_inventory.robot | 220 [Arguments] ${fru_type} ${min_num_frus} 223 # fru_type The type of FRU (e.g. "Processors", "Memory", etc.). 229 ${status} ${num_valid_frus}= Run Key U Get Num Valid FRUs \ ${fru_type} 231 Rprint Vars fru_type num_valid_frus min_num_frus 234 Fail Too few "${fru_type}" FRUs found, found only ${num_valid_frus}.
|
/openbmc/linux/drivers/hwmon/occ/ |
H A D | common.c | 41 u8 fru_type; member 47 u8 fru_type; member 295 if (temp->fru_type != OCC_FRU_TYPE_VRM) { in occ_show_temp_2() 304 val = temp->fru_type; in occ_show_temp_2() 348 val = temp->fru_type; in occ_show_temp_10() 881 temp->fru_type == OCC_FRU_TYPE_VRM) { in occ_setup_sensor_attrs()
|