Home
last modified time | relevance | path

Searched full:get (Results 1 – 25 of 7968) sorted by relevance

12345678910>>...319

/openbmc/bios-settings-mgr/src/
H A Dmanager.cpp42 std::get<1>(iter->second) = value; in setAttribute()
50 std::get<0>(attributeValue) = AttributeType::Integer; in setAttribute()
54 std::get<0>(attributeValue) = AttributeType::String; in setAttribute()
57 std::get<1>(attributeValue) = value; in setAttribute()
73 std::get<0>(value) = in getAttribute()
74 std::get<static_cast<uint8_t>(Index::attributeType)>(iter->second); in getAttribute()
75 std::get<1>(value) = in getAttribute()
76 std::get<static_cast<uint8_t>(Index::currentValue)>(iter->second); in getAttribute()
82 std::get<2>(value) = std::get<1>(pendingIter->second); in getAttribute()
84 else if (std::get_if<std::string>(&std::get<1>(value))) in getAttribute()
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_inband_sdr.robot4 ... 1. Get SDR,
5 ... 2. Get Device SDR Info,
7 ... 4. Get Device SDR.
23 Verify Get SDR For Maximum Record Via IPMI
24 [Documentation] Verify Get SDR for each and every record one by one via IPMI lanplus.
28 ${record_count} ${last_record}= Get Record Count And Last Record From SDR
37 # Get SDR command.
39 …... raw ${IPMI_RAW_CMD['Get SDR']['Get'][1]} 0x00 0x00 0x${second_digit} 0x${first_digit} 0x00 0x…
45 # Get SDR response bytes 0:2 will be - ff ff 72 00 ....
72 ${length}= Get Length ${response_data}
[all …]
H A Dtest_ipmi_watchdog.robot22 [Documentation] Execute out of band set/get do not log bit for watchdog timer.
27 ${IPMI_RAW_CMD['Watchdog']['Set'][0]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
28 ... ${IPMI_RAW_CMD['Watchdog']['Get'][1]}
29 ${IPMI_RAW_CMD['Watchdog']['Set'][3]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
30 ... ${IPMI_RAW_CMD['Watchdog']['Get'][3]}
33 [Documentation] Execute out of band set/get stop/resume timer stop bit for watchdog timer.
38 ${IPMI_RAW_CMD['Watchdog']['Set'][6]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
39 ... ${IPMI_RAW_CMD['Watchdog']['Get'][5]}
40 ${IPMI_RAW_CMD['Watchdog']['Set'][9]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
41 ... ${IPMI_RAW_CMD['Watchdog']['Get'][7]}
[all …]
H A Dtest_ipmi_sel_time.robot10 ... Test the Set/Get SEL Time functionality and compare the result against
24 ... Get current time from BMC and add future year and compare against BMC native comma…
58 Verify Default Get SEL Time
59 [Documentation] Verify IPMI Get SEL Time.
64 # Gets the current SEL time via Get SEL Time Command.
65 ${resp}= Get SEL Time Command
75 # Get current time from BMC and add future year (here, 5years).
76 ${sel_date}= Get Specific Sel Date 5
90 # Get current time from BMC and add future year (here, 5years).
91 ${sel_date}= Get Specific Sel Date 5
[all …]
H A Dtest_ipmi_sdr.robot37 … # Check if delete, partially add, reserve SDR and get SDR alloc info command are supported or not.
45 ... ${IPMI_RAW_CMD['SDR']['Get SDR allocation Info'][0]}
47 ${sdr_info}= Get SDR Info
50 # Get SDR OEM record count from "sdr elist -vvv" command output.
55 # Get sensor count from "sdr elist all" command output.
56 ${sensor_count}= Get Sensor Count
121 ${component_uri_list}= Get Component URIs auto_reboot
122 ${component_uri}= Get From List ${component_uri_list} 0
125 ${state_ipmi}= Get SDR Presence Via IPMI auto_reboot${SPACE}
138 ${component_uri_list}= Get Component URIs TPMEnable
[all …]
H A Dtest_ipmi_poh_counter.robot11 ... Get POH Counter Command Via IPMI
12 ... Verify Get POH Counter With Invalid Data Request Via IPMI
46 Get POH Counter Command Via IPMI
47 [Documentation] Verify get POH counter command Via IPMI.
50 # Verify get POH counter command via IPMI.
52 ... ${IPMI_RAW_CMD['Get']['POH_Counter'][0]}
53 Should Not Contain ${resp} ${IPMI_RAW_CMD['Get']['POH_Counter'][1]}
56 Verify Get POH Counter With Invalid Data Request Via IPMI
57 [Documentation] Verify get POH counter with invalid data request via IPMI.
60 # verify get POH counter command with invalid data request Via IPMI.
[all …]
H A Dtest_ipmi_sel.robot31 ${version_info}= Get IPMI SEL Setting Version
65 ${sel_count}= Get Line Count ${resp}
79 # Get last SEL entry.
92 # Get any sensor available from sensor list.
95 # Get Sensor ID from SDR get "sensor".
97 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1}
99 # Get Sensor Type from SDR get "sensor".
101 ${sensor_type_id}= Get Bytes From SDR Sensor ${sensor_data2}
108 # Get last SEL entry.
117 ${get_sel_entry}= Get Lines Containing String ${resp} ${sensor_name}
[all …]
H A Dtest_ipmi_systeminfo_parameters.robot42 # Get System Info Parameter for param 0 - Set In Progress.
44 ${complete}= Get System Info Set In Progress
53 # Get System Info Parameter for param 0 - Set In Progress.
55 ${inprogress}= Get System Info Set In Progress
70 # Get System Info Parameter for param 0 - Set In Progress.
72 ${inprogress}= Get System Info Set In Progress
83 ${state}= Get System Info Set In Progress
91 Verify Get System Info Set In Progress With Invalid Data Length
92 [Documentation] Verify Get System Info Parameter Set In Progress via IPMI with extra bytes,
93 ... and expect to get the error message for invalid length.
[all …]
H A Dtest_ipmi_device_id.robot3 ... This script verifies Get Device ID IPMI command.
13 ... Request Data for Get Device ID defined under,
28 Get Device ID Via IPMI
29 [Documentation] Verify Get Device ID using IPMI and check whether a response is received.
32 # Verify Get Device ID.
34 ... ${IPMI_RAW_CMD['Device ID']['Get'][0]}
35 Should Not Contain ${resp} ${IPMI_RAW_CMD['Device ID']['Get'][1]}
38 Verify Get Device ID With Invalid Data Request
39 [Documentation] Verify Get Device ID with invalid data request via IPMI.
42 # Run IPMI Get Device ID command with invalid request data byte.
[all …]
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf2 0x00:0x00:0xff7f //<Chassis>:<Get Chassis Capabiliti>
3 0x00:0x01:0xff7f //<Chassis>:<Get Chassis Status>
9 0x00:0x07:0xff7f //<Chassis>:<Get System Restart Cause>
11 0x00:0x09:0xff7f //<Chassis>:<Get System Boot Options>
13 0x00:0x0f:0xff7f //<Chassis>:<Get POH Counter>
15 0x04:0x01:0xff7f //<Sensor/Event>:<Get Event Receiver>
17 0x04:0x10:0xff7f //<Sensor/Event>:<PEF Get Capabilities>
20 0x04:0x13:0xff7f //<Sensor/Event>:<PEF Get Configuration Parameters>
22 0x04:0x15:0xff7f //<Sensor/Event>:<PEF Get Processed EventID>
25 0x04:0x20:0xff7f //<Sensor/Event>:<Get Device SDR Info>
[all …]
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf3 0x00:0x01 //<Chassis>:<Get Chassis Status>
8 0x00:0x09 //<Chassis>:<Get System Boot Options>
9 0x00:0x0F //<Chassis>:<Get POH Counter Command>
11 0x04:0x2D //<Sensor/Event>:<Get Sensor Reading>
12 0x04:0x2F //<Sensor/Event>:<Get Sensor Type>
14 0x06:0x01 //<App>:<Get Device ID>
15 0x06:0x04 //<App>:<Get Self Test Results>
17 0x06:0x07 //<App>:<Get ACPI Power State>
18 0x06:0x08 //<App>:<Get Device GUID>
21 0x06:0x25 //<App>:<Get Watchdog Timer>
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Dethtool.yaml956 name: strset-get
957 doc: Get string set from the kernel.
961 do: &strset-get-op
971 dump: *strset-get-op
973 name: linkinfo-get
974 doc: Get link info.
978 do: &linkinfo-get-op
990 dump: *linkinfo-get-op
1003 notify: linkinfo-get
1005 name: linkmodes-get
[all …]
H A Ddevlink.yaml255 name: get
256 doc: Get devlink instances.
270 reply: &get-reply
279 reply: *get-reply
282 name: port-get
283 doc: Get devlink port instances.
310 name: sb-get
311 doc: Get shared buffer instances.
325 reply: &sb-get-reply
331 reply: *sb-get-reply
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot33 Get CSR Request Signed By VMI And Verify
34 [Documentation] Get CSR request signed by VMI using different user roles and verify.
36 [Template] Get Certificate Signed By VMI
51 Get Root Certificate Using Different Privilege Users Role
52 [Documentation] Get root certificate using different users.
54 [Template] Get Root Certificate
76 [Template] Get Certificate Signed By VMI
91 Get Corrupted CSR Request Signed By VMI And Verify
94 [Template] Get Certificate Signed By VMI
109 Get Root Certificate When VMI Is Off And Verify
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf3 0x00:0x01 //<Chassis>:<Get Chassis Status>
9 0x00:0x09 //<Chassis>:<Get System Boot Options>
10 0x00:0x0F //<Chassis>:<Get POH Counter>
12 0x04:0x20 //<Sensor/Event>:<Get Device SDR Info>
13 0x04:0x21 //<Sensor/Event>:<Get Device SDR>
15 0x04:0x27 //<Sensor/Event>:<Get Sensor Threshold>
16 0x04:0x29 //<Sensor/Event>:<Get Sensor Event Enable>
17 0x04:0x2B //<Sensor/Event>:<Get Sensor Event Status>
18 0x04:0x2D //<Sensor/Event>:<Get Sensor Reading>
19 0x04:0x2F //<Sensor/Event>:<Get Sensor Type>
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.robot19 #### raw cmd for get device ID.
20 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
27 ## Waiting time to get KCS interface enabled.
29 ... Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
31 #### raw cmd for get device GUID.
32 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}
34 #### raw cmd for get IP addr.
37 #### raw cmd for get IP addr src.
40 #### raw cmd for get Dot1Q details.
43 #### raw cmd for get SDR Info.
[all …]
H A Dcode_update_utils.robot22 Get Software Objects
23 [Documentation] Get the host software objects and return as a list.
60 ${resp}= OpenBMC Get Request ${software_object}/attr/${attribute_name}
66 Get Software Objects Id
67 [Documentation] Get the software objects id and return as a list.
77 ${sw_list}= Get Software Objects ${version_type}
85 Get Host Software Property
96 Get Host Software Objects Details
102 ${pnor_details}= Get Software Objects ${VERSION_PURPOSE_HOST}
104 ${resp}= OpenBMC Get Request ${pnor} quiet=${1}
[all …]
H A Dbmc_network_utils.robot23 ${active_channel_config}= Get Active Channel Config
41 ${active_channel_config}= Get Active Channel Config
54 Get BMC IP Info
55 [Documentation] Get system IP address and prefix length.
58 # Get system IP address and prefix length details using "ip addr"
64 ${active_channel_config}= Get Active Channel Config
69 # Get line having IP address details.
70 ${lines}= Get Lines Containing String ${cmd_output} inet
77 # Get all IP addresses and prefix lengths on system.
80 ${ip_n_prefix}= Get From List ${if_info} 1
[all …]
H A Dredfish_code_update_utils.robot12 Get Software Functional State
19 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory/${image_id}
25 ... Redfish.Get Attribute /redfish/v1/Managers/${MANAGER_ID} FirmwareVersion
27 ... Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} BiosVersion
56 ${active_sw_img}= Redfish.Get Attribute /redfish/v1/Managers/${MANAGER_ID} Links
67 Get Software Inventory State
90 ${sw_member_list}= Redfish_Utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
101 … ${resp}= Redfish.Get ${uri_path} valid_status_codes=[${HTTP_OK}, ${HTTP_INTERNAL_SERVER_ERROR}]
107 ${functional}= Get Software Functional State ${uri_path.split("/")[-1]}
117 Get Software Inventory State By Version
[all …]
/openbmc/linux/drivers/hwmon/pmbus/
H A DKconfig21 If you say yes here you get hardware monitoring support for generic
33 If you say yes here you get hardware monitoring support for the ACBEL
44 If you say yes here you get hardware monitoring support for Analog
53 If you say yes here you get hardware monitoring support for Analog
63 If you say yes here you get hardware monitoring support for BEL
72 If you say yes here you get hardware monitoring support for BluTek
81 If you say yes here you get hardware monitoring support for the Intel
90 If you say yes here you get hardware monitoring support for
100 If you say yes here you get hardware monitoring support for
111 If you say yes here you get hardware monitoring support for the IBM
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c33 /* Fetch and adjust GPU GET pointer
36 * value >= 0, the adjusted GET pointer
37 * -EINVAL if GET pointer currently outside main push buffer
49 /* reset counter as long as GET is still advancing, this is in READ_GET()
104 uint32_t get = nvif_rd32(chan->userd, 0x88); in nv50_dma_push_wait() local
105 if (get != prev_get) { in nv50_dma_push_wait()
106 prev_get = get; in nv50_dma_push_wait()
116 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
135 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
136 if (unlikely(get < 0)) { in nv50_dma_wait()
[all …]
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp36 static auto& get() in get() function
52 static auto& get() in get() function
68 static auto& get() in get() function
84 static auto& get() in get() function
100 static auto& get() in get() function
116 static auto& get() in get() function
127 static auto& get() in get() function
151 static auto& get() in get() function
162 ConfigPaths::get()[${i[0]}], in get()
163 ConfigInterfaces::get()[${i[2]}], in get()
[all …]
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot27 ${rsp}= Get DCMI Management Controller Identifier String
33 ${rsp_length}= Get Length ${ipmi_cmd_rsp_list[2:]}
34 ${string_length}= Get Response Length In Hex ${rsp_length}
45 [Documentation] Check hostname was verified with get management
49 ${rsp}= Get DCMI Management Controller Identifier String
51 ${bmc_console_hostname_bytes_list}= Get Hostname From BMC Console
54 …... msg=response get from dcmi get mcid cmd and hostname from "cat /etc/os-release" cmd is not sa…
56 Test Get Management Controller Identifier String
57 [Documentation] Validate set and get mcid string.
59 [Setup] Get Default MCID
[all …]
/openbmc/linux/drivers/hwmon/
H A DKconfig45 If you say yes here you get support for the sensor part of the first
60 If you say yes here you get support for the sensor part of the
74 If you say yes here you get support for the thermal, voltage,
82 If you say yes here you get support for the Analog Devices
92 If you say yes here you get support for the Analog Devices
102 If you say yes here you get support for the Analog Devices
113 If you say yes here you get support for Analog Devices ADM1021
125 If you say yes here you get support for Analog Devices ADM1025
136 If you say yes here you get support for Analog Devices ADM1026
146 If you say yes here you get support for Analog Devices ADM1029
[all …]
/openbmc/linux/drivers/rtc/
H A DKconfig150 If you say yes here you get support for the
169 If you say yes here you get support for RTC function in Marvell
179 If you say yes here you get support for RTC function in Marvell
189 If you say yes here you get support for the Abracon
199 If you say yes here you get support for the Abracon
209 If you say yes here you get support for Abracon AB080X and AB180X
220 If you say yes here you get support for the real-time clock found
231 If you say yes here you get support for the wake-timer found on
241 If you say yes here you get support for the RTC of ams AS3722 PMIC
252 If you say yes here you get support for various compatible RTC
[all …]

12345678910>>...319