/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 29 struct rx_reorder_entry, List); in RxPktPendingTimeout() 310 struct ts_common_info, List); in GetTs() 311 list_del_init(&(*ppTS)->List); in GetTs() 400 list_del_init(&pTS->List); in RemovePeerTS() 410 list_del_init(&pTS->List); in RemovePeerTS() 418 list_del_init(&pTS->List); in RemovePeerTS() 426 list_del_init(&pTS->List); in RemovePeerTS() 439 list_del_init(&pTS->List); in RemoveAllTS() 445 list_del_init(&pTS->List); in RemoveAllTS() 451 list_del_init(&pTS->List); in RemoveAllTS() [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_lock_management.robot | 475 Redfish Post Acquire List Lock 560 ${temp_list}= Create List 609 Get Locks List On Resource 691 @{tran_ids}= Create List 1222 Create List Of Session ID 1243 Get Locks List On Resource With Session List 1268 ${lock_list_resp}= Get Locks List On Resource With Session List ${session_id_list} 1293 ${lock_list}= Create List 1295 ${client_id1}= Create List 1362 ${lock_list_resp}= Get Locks List On Resource With Session List ${session_id_list} [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 123 Get BMC MAC Address List 137 ${mac_list}= Create List 179 Get List Of IP Address Via REST 191 ${ip_list}= Create List 431 ... List Should Contain Sub List ${cli_nameservers} ${static_name_servers} 498 ${patch_list}= Create List 541 ${patch_list}= Create List 718 Get Invalid Channel Number List [all …]
|
H A D | openbmc_ffdc_methods.robot | 53 @{ffdc_file_list}= Create List 64 Method Call Keyword List 94 @{ffdc_file_list}= Create List 120 @{ffdc_file_list}= Create List 154 Iterate BMC Command List Pairs 211 @{ffdc_file_list}= Create List 232 @{ffdc_file_list}= Create List 292 @{ffdc_file_list}= Create List 318 @{ffdc_file_list}= Create List 335 @{ffdc_file_list}= Create List [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/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], 350 features: List[QAPISchemaFeature], 362 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, 195 features: List[QAPISchemaFeature], 215 features: List[QAPISchemaFeature], 227 features: List[QAPISchemaFeature], 238 features: List[QAPISchemaFeature], 248 features: List[QAPISchemaFeature], 265 features: List[QAPISchemaFeature], 450 def member_names(self) -> List[str]: 1258 ) -> List[QAPISchemaFeature]: 1278 ) -> List[QAPISchemaEnumMember]: [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/qemu/scripts/ |
H A D | compare-machine-types.py | 34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set 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]: 254 table: List[pd.DataFrame] = [] 356 vm: QEMUMachine) -> List[Machine]: 369 req_mt: Optional[List[str]], all_mt: bool) -> List[Machine]: [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/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.
|
/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 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, 237 extra_qemu_args: Optional[List[str]]=None) -> 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/pldm/ |
H A D | test_pldm_base.robot | 20 ${cmd_list}= Create List 23 Append To List ${cmd_list} ${cmd} 25 Valid List cmd_list required_values=${PLDM_SUPPORTED_TYPES} 113 ${cmd_list}= Create List 116 Append To List ${cmd_list} ${cmd} 118 Valid List cmd_list required_values=${expected_pldm_cmds}
|
/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/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/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"]
|