Home
last modified time | relevance | path

Searched refs:enumerate (Results 201 – 225 of 268) sorted by relevance

1234567891011

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py858 for i, line in enumerate(lines_before):
/openbmc/linux/Documentation/usb/
H A Dgadget_configfs.rst213 Such a gadget must be finally enabled so that the USB host can enumerate it.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dtsx_async_abort.rst89 The Linux kernel provides a sysfs interface to enumerate the current TAA status
H A Dmds.rst90 The Linux kernel provides a sysfs interface to enumerate the current MDS
/openbmc/linux/drivers/rapidio/
H A Drio-scan.c1121 .enumerate = rio_enum_mport,
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dtests.py580 query = {idx: (self.METHOD, data[0]) for idx, data in enumerate(TEST_INPUT)}
581 for idx, taskhash in enumerate(EXTRA_QUERIES):
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py156 button_mask = sum(1 << i for i, b in enumerate([left, right, middle]) if b)
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py309 for matchJSONIdx, matchJSONVal in enumerate(matchJSONVal):
/openbmc/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst159 Let's enumerate the properties of both types of references.
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py153 for index, val in enumerate(value):
420 for index, expected_type in enumerate(signature_list):
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py308 offset = [index for index, token in enumerate(tokens[1:]) if token[-1] == ')'][0]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py1082 for i, freqtartget in enumerate(freqtargets):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlibc-package.bbclass361 for i, (maketarget, makerecipe) in enumerate(commands.items()):
/openbmc/linux/drivers/usb/misc/
H A DKconfig217 When the test fixture is connected, it can enumerate as one of several
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Doverview.rst104 play bus, like PCI. DPRC commands can be used to enumerate the contents
/openbmc/openbmc-test-automation/lib/
H A Dopen_power_utils.robot244 ${resp}= Read Properties ${OPENPOWER_CONTROL}gard/enumerate
H A Dgen_print.py1210 for key, value in enumerate(var_value):
/openbmc/docs/architecture/code-update/
H A Dcode-update.md71 $ curl -b cjar -k https://${bmc}/xyz/openbmc_project/software/enumerate
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py309 for tasknum, task in enumerate(tasks[:(self.rows - 1 - lines)]):
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py434 for loc, i in enumerate(uri_find_decoded):
1162 for index, uri in enumerate(uris):
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py533 for i, line in enumerate(reversed(stdout_lines)):
/openbmc/docs/designs/
H A Dredfish-spdm-attestation.md133 daemon, so that the daemon can enumerate all the PCIe devices and find the
/openbmc/qemu/tests/qemu-iotests/
H A D040731 for index, pattern_file in enumerate(self.pattern_files):
/openbmc/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst20 configuration is done via mailbox commands to the hardware. One way to enumerate
23 This document explains how to use the Intel Speed Select tool to enumerate and
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py561 for ind, f in enumerate(files):
1292 for i, pkg in enumerate(packages):

1234567891011