Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c29 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 Dtest_lock_management.robot475 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 Dtest_discovery.robot144 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 Dbmc_dbus.robot16 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 Dlist_utils.robot19 … 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 Dbmc_network_utils.robot72 # 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 Dopenbmc_ffdc_methods.robot53 @{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 Dcheck_bq27xxx_data.cocci19 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 Dsource.py13 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 Dintrospect.py18 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 Dtypes.py16 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 Dschema.py29 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 Dvisit.py16 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 Dcompare-machine-types.py34 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 Dsnmp_utils.robot9 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 Dtest_event_service.robot28 ${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 Dsysfs-bus-event_source-devices-hv_24x73 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 Dkunit_kernel.py18 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 Dfindtests.py24 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 D29722 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 DRedfish_Usecase_Checkers.robot51 @{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 Dtest_pldm_base.robot20 ${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 Detcd-new.conf.sample16 # 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 Dtest_ipmi_cold_reset.robot74 ${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 Ddbusdomain.py14 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"]

12345678910>>...30