/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 29 struct rx_reorder_entry, List); in RxPktPendingTimeout() 37 list_del_init(&pReorderEntry->List); in RxPktPendingTimeout() 51 list_add_tail(&pReorderEntry->List, in RxPktPendingTimeout() 145 list_add_tail(&pTxTS->TsCommonInfo.List, in TSInitialize() 162 list_add_tail(&pRxTS->ts_common_info.List, in TSInitialize() 168 list_add_tail(&pRxReorderEntry->List, in TSInitialize() 210 list_for_each_entry(pRet, psearch_list, List) { in SearchAdmitTRStream() 216 if (&pRet->List != psearch_list) in SearchAdmitTRStream() 220 if (pRet && &pRet->List != psearch_list) in SearchAdmitTRStream() 310 struct ts_common_info, List); in GetTs() [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_lock_management.robot | 428 Verify Redfish List Of Session Deleted 433 # session_info_list List contains individual session record are stored in dictionary. 475 Redfish Post Acquire List Lock 483 ${lock_dict_param}= Create Data To Acquire List Of Lock ${lock_type} 547 ${temp_list}= Create List ${resp} 553 Create Data To Acquire List Of Lock 560 ${temp_list}= Create List 567 Append To List ${temp_list} ${resp} 586 ${temp_list}= Create List ${resp} 603 ${temp_list}= Create List ${resp} [all …]
|
H A D | test_discovery.robot | 144 Verify Existence Of BMC Record From List 169 Verify Existence Of BMC Record From List ${service_type} 175 ... Verify Existence Of BMC Record From List ${service_type} 207 Verify Existence Of BMC Record From List ${service_type1} 208 Verify Existence Of BMC Record From List ${service_type2} 211 ... Verify Existence Of BMC Record From List ${service_type1} 214 ... Verify Existence Of BMC Record From List ${service_type2} 226 Verify Existence Of BMC Record From List ${service_type1} 227 Verify Existence Of BMC Record From List ${service_type2} 235 Verify Existence Of BMC Record From List ${service_type1} [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_dbus.robot | 16 Get DBUS URI List From BMC 29 ${bmc_response}= Convert To List ${bmc_response} 30 ${bmc_response_output}= Get From List ${bmc_response} 0 34 ${service_name_index_value}= Get From List ${service_name_index_value} 0 37 …${service_name_with_uri_list}= Get From List ${bmc_response_output_list} ${service_name_index_v… 44 ${dbus_uri}= Get From List ${service_name_with_uri_list} ${list_index} 45 Append To List ${dbus_uri_list} ${dbus_uri} 51 Fetch DBUS URI List Without Unicode 57 # dbus_uri_list List of all the uris for the corresponding service name. 61 @{dbus_list}= Create List [all …]
|
H A D | list_utils.robot | 19 … Run Keyword If '${type_arg}' != 'list' Run Keywords Remove From List ${lists} ${index} AND 40 @{intersected_list} Create List 48 ${rc}= Run Keyword and Return Status List Should Contain Value ${smaller_list} ${element} 49 Run Keyword If '${rc}' == 'True' Append to List ${intersected_list} ${element} 66 ${diff_list}= Create List 71 ... Append To List ${diff_list} ${item}
|
H A D | bmc_network_utils.robot | 72 # List IP address details. 75 @{ip_data}= Create List 80 ${ip_n_prefix}= Get From List ${if_info} 1 81 Append To List ${ip_data} ${ip_n_prefix} 120 Get BMC MAC Address List 134 ${mac_list}= Create List 138 Append To List ${mac_list} ${words[1]} 176 Get List Of IP Address Via REST 181 # ip_uri_list List of IP objects. 188 ${ip_list}= Create List [all …]
|
H A D | openbmc_ffdc_methods.robot | 30 # Execute the user define keywords from the FFDC List # 53 @{ffdc_file_list}= Create List 55 ${ffdc_file_sub_list}= Method Call Keyword List ${index} ${ffdc_function_list} 64 Method Call Keyword List 94 @{ffdc_file_list}= Create List 120 @{ffdc_file_list}= Create List 122 ${index}= Get Index From List ${ffdc_function_list} ${description} 144 @{ffdc_file_list}= Create List ${FFDC_FILE_PATH} 148 Iterate BMC Command List Pairs ${index} 154 Iterate BMC Command List Pairs [all …]
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | check_bq27xxx_data.cocci | 19 let p = List.hd p in 84 List.sort compare i1regs_vals = List.sort compare i2regs_vals 89 i1regs i2regs (List.hd p2).line in 120 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals 125 i1dmregs i2dmregs (List.hd p2).line in 156 List.sort compare i1props_vals = List.sort compare i2props_vals 161 i1props i2props (List.hd p2).line in
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set 84 def set_implementations(self, implementations: List['Driver']) -> None: 92 def set_implementations(self, implementations: List[Driver]) -> None: 108 self.cached: Dict[str, List[Dict[str, Any]]] = {} 144 self.cached: Dict[str, List[Dict[str, Any]]] = {} 204 def get_implementations(self, driver: str) -> List[str]: 242 req_mt: List[str], all_mt: bool) -> None: 250 def get_implementations(self, driver_name: str) -> List[str]: 253 def get_table(self, req_props: List[Tuple[str, str]]) -> pd.DataFrame: 254 table: List[pd.DataFrame] = [] [all …]
|
/openbmc/openbmc-test-automation/lib/snmp/ |
H A D | snmp_utils.robot | 9 Get SNMP URI List 31 @{snmp_parm_list}= Create List ${snmp_ip} ${port} 46 Get List Of SNMP Manager And Port Configured On BMC 49 @{snmp_uri_list}= Get SNMP URI List 50 @{ip_and_port_list}= Create List 64 Append To List ${ip_and_port_list} ${ip} ${port} 78 @{ip_and_port}= Create List ${snmp_ip} ${port} 80 @{ip_and_port_list}= Get List Of SNMP Manager And Port Configured On BMC 82 List Should Contain Sub List ${ip_and_port_list} ${ip_and_port}
|
/openbmc/qemu/scripts/qapi/ |
H A D | source.py | 13 from typing import List, Optional, TypeVar 24 self.command_name_exceptions: List[str] = [] 26 self.command_returns_exceptions: List[str] = [] 28 self.documentation_exceptions: List[str] = [] 30 self.member_name_exceptions: List[str] = []
|
H A D | introspect.py | 18 List, 63 _NonScalar = Union[Dict[str, _Stub], List[_Stub]] 180 self._trees: List[Annotated[SchemaInfo]] = [] 181 self._used_types: List[QAPISchemaType] = [] 253 ) -> List[Annotated[str]]: 318 features: List[QAPISchemaFeature], 319 members: List[QAPISchemaEnumMember], 337 features: List[QAPISchemaFeature], 338 members: List[QAPISchemaObjectTypeMember], 350 features: List[QAPISchemaFeature], [all …]
|
H A D | types.py | 16 from typing import List, Optional 45 members: List[QAPISchemaEnumMember], 89 members: List[QAPISchemaEnumMember], 143 def gen_struct_members(members: List[QAPISchemaObjectTypeMember]) -> str: 162 members: List[QAPISchemaObjectTypeMember], 329 features: List[QAPISchemaFeature], 330 members: List[QAPISchemaEnumMember], 350 features: List[QAPISchemaFeature], 352 members: List[QAPISchemaObjectTypeMember], 373 features: List[QAPISchemaFeature],
|
H A D | schema.py | 29 List, 124 features: Optional[List[QAPISchemaFeature]] = None, 195 features: List[QAPISchemaFeature], 196 members: List[QAPISchemaEnumMember], 215 features: List[QAPISchemaFeature], 217 members: List[QAPISchemaObjectTypeMember], 227 features: List[QAPISchemaFeature], 228 members: List[QAPISchemaObjectTypeMember], 238 features: List[QAPISchemaFeature], 248 features: List[QAPISchemaFeature], [all …]
|
H A D | visit.py | 16 from typing import List, Optional 66 members: List[QAPISchemaObjectTypeMember], 376 features: List[QAPISchemaFeature], 377 members: List[QAPISchemaEnumMember], 396 features: List[QAPISchemaFeature], 398 members: List[QAPISchemaObjectTypeMember], 418 features: List[QAPISchemaFeature],
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_service.robot | 28 ${subscription_list}= Redfish_Utils.Get Member List 33 ${RegistryPrefixes_list}= Create List Base OpenBMC TaskEvent 34 ${ResourceTypes_list}= Create List Task 44 ${subscription_list}= Redfish_Utils.Get Member List 73 ${subscription_list}= Redfish_Utils.Get Member List 88 ${subscription_list}= Redfish_Utils.Get Member List 99 # subscription_list List of all subscriptions.
|
H A D | test_event_association.robot | 48 ${elog_entry}= Get Elog URL List 50 List Should Contain Value 52 List Should Contain Value ${resp.json()["data"]["AdditionalData"]} DEV_ADDR=0x0DEADEAD 69 ${elog_entry}= Get Elog URL List 71 List Should Contain Value ${resp.json()["data"]["Associations"][0]} callout 72 List Should Contain Value ${resp.json()["data"]["Associations"][0]} fault 73 List Should Contain Value 109 ${elog_entry}= Get Elog URL List 174 ${elog_entry}= Get Elog URL List 201 ${elog_entry}= Get URL List ${BMC_LOGGING_ENTRY} [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-event_source-devices-hv_24x7 | 3 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 28 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 38 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 45 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 52 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 59 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 66 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 73 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 80 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 91 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_kernel.py | 18 from typing import Iterator, List, Optional, Tuple 60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None: 74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None: 95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: 116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: 145 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: 165 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig: 200 extra_qemu_args: Optional[List[str]], 232 kunitconfig_paths: Optional[List[str]]=None, 233 kconfig_add: Optional[List[str]]=None, [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 24 from typing import Optional, List, Iterator, Set 92 def find_tests(self, groups: Optional[List[str]] = None, 93 exclude_groups: Optional[List[str]] = None, 94 tests: Optional[List[str]] = None, 95 start_from: Optional[str] = None) -> List[str]:
|
H A D | 297 | 22 from typing import List 44 def test_pylint(files: List[str]) -> None: 54 def test_mypy(files: List[str]) -> None:
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Usecase_Checkers.robot | 51 @{failed_tc_list}= Create List 56 Run Keyword If ${num} != None and ${num} > 0 Append To List ${failed_tc_list} ${result} 98 @{failed_tc_list}= Create List 99 @{error_messages}= Create List 104 Run Keyword If ${num} != None and ${num} > 0 Append To List ${failed_tc_list} ${result} 106 ... Append To List ${error_messages} ${result_list["ErrorMessages"]}
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_cold_reset.robot | 74 ${sensor_list}= Get Sensor List 112 Get Sensor List 128 @{tmp_list}= Create List 137 ${get_sensor_name}= Get From List ${sensor_details} 0 139 Append To List ${tmp_list} ${sensor_name} 148 Remove Values From List ${tmp_list} ${random_sensor} 164 ${get_ipmi_lower_non_recoverable_threshold}= Get From List ${ipmi_sensor} 4 171 ${get_ipmi_lower_critical_threshold}= Get From List ${ipmi_sensor} 5 178 ${get_ipmi_lower_non_critical_threshold}= Get From List ${ipmi_sensor} 6 185 ${get_ipmi_upper_non_critical_threshold}= Get From List ${ipmi_sensor} 7 [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/ |
H A D | etcd-new.conf.sample | 16 # List of comma separated URLs to listen on for peer traffic. 19 # List of comma separated URLs to listen on for client traffic. 22 # List of this member's peer URLs to advertise to the rest of the cluster. 26 # List of this member's client URLs to advertise to the public.
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 14 List, 90 def run(self) -> List[Node]: 116 doc_field_types: List[Field] = [ 174 doc_field_types: List[Field] = [ 206 doc_field_types: List[Field] = [] 247 def run(self) -> List[Node]: 284 ) -> Tuple[List[Tuple[str, List[IndexEntry]]], bool]: 285 content: Dict[str, List[IndexEntry]] = {} 287 ignores: List[str] = self.domain.env.config["dbus_index_common_prefix"]
|