Home
last modified time | relevance | path

Searched refs:Sequence (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py50 Sequence,
189 def _cmd_cat(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
197 def _cmd_fsfreeze(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
218 def _cmd_fstrim(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
226 def _cmd_ifconfig(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
231 def _cmd_info(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
236 def _cmd_ping(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
244 def _cmd_suspend(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
257 def _cmd_shutdown(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
265 def _cmd_halt(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
[all …]
/openbmc/linux/tools/testing/kunit/
H A Drun_checks.py17 from typing import Dict, List, Sequence
22 commands: Dict[str, Sequence[str]] = {
36 def main(argv: Sequence[str]) -> None:
76 def run_cmd(argv: Sequence[str]) -> None:
H A Dkunit.py21 from typing import Iterable, List, Optional, Sequence, Tuple
298 def massage_argv(argv: Sequence[str]) -> Sequence[str]:
538 def main(argv: Sequence[str]) -> None:
/openbmc/linux/Documentation/networking/
H A Dxfrm_proc.rst43 Sequence error
44 i.e. Sequence number is out of window
97 Sequence error
98 i.e. Sequence number overflow
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py35 List, Optional, Sequence, TextIO, Tuple, Type, TypeVar)
144 def qemu_tool_popen(args: Sequence[str],
154 def qemu_tool_pipe_and_status(tool: str, args: Sequence[str],
331 use_image_opts: bool = False, extra_args: Sequence[str] = (),
347 def qemu_io_wrap_args(args: Sequence[str]) -> List[str]:
1377 def _verify_image_format(supported_fmts: Sequence[str] = (),
1378 unsupported_fmts: Sequence[str] = ()) -> None:
1393 def _verify_protocol(supported: Sequence[str] = (),
1394 unsupported: Sequence[str] = ()) -> None:
1404 def _verify_platform(supported: Sequence[str] = (),
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dmodels.py17 Sequence,
96 self.capabilities: Sequence[object]
101 self._check_member('capabilities', abc.Sequence, "JSON array")
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py25 Sequence,
134 args: Sequence[str] = (),
135 wrapper: Sequence[str] = (),
H A Dmachine.py37 Sequence,
125 args: Sequence[str] = (),
126 wrapper: Sequence[str] = (),
803 events: Sequence[Tuple[str, Any]],
/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple)
72 def file_name_to_table_name(prefix: str, parents: Sequence[str],
114 big_string: Sequence[str]
404 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
563 def preprocess_one_file(parents: Sequence[str], item: os.DirEntry) -> None:
599 def process_one_file(parents: Sequence[str], item: os.DirEntry) -> None:
634 def print_mapping_table(archs: Sequence[str]) -> None:
1164 def ftw(path: str, parents: Sequence[str],
1165 action: Callable[[Sequence[str], os.DirEntry], None]) -> None:
/openbmc/qemu/python/scripts/
H A Dmkvenv.py84 Sequence,
419 def _get_entry_points(packages: Sequence[str]) -> Iterator[str]:
442 packages: Sequence[str],
594 args: Sequence[str],
737 groups: Sequence[str],
/openbmc/linux/Documentation/locking/
H A Dseqlock.rst2 Sequence counters and sequential locks
8 Sequence counters are a reader-writer consistency mechanism with
39 Sequence counters (``seqcount_t``)
92 Sequence counters with associated locks (``seqcount_LOCKNAME_t``)
195 1. Normal Sequence readers which never block a writer but they must
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/
H A Dhost_console_uart_config.service2 Description = UART Activation Sequence
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/
H A Dpch-standby.service2 Description=Wait for PCH Standby Power Sequence Completion
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot/
H A Dhost-powerctrl.service2 Description = Host Power Control Sequence
/openbmc/qemu/scripts/qapi/
H A Dcommon.py20 Sequence,
221 def gen_infix(operator: str, operands: Sequence[Any]) -> str:
H A Dintrospect.py20 Sequence,
252 def _gen_features(features: Sequence[QAPISchemaFeature]
258 features: Sequence[QAPISchemaFeature] = ()) -> None:
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/
H A Dhost-powerctrl.service2 Description = Host Power Control Sequence
/openbmc/openbmc/meta-arm/ci/
H A Dlistmachines.py10 def list_machines(layers: typing.Sequence[str]) -> typing.Set[str]:
/openbmc/qemu/tests/functional/
H A Dtest_acpi_bits.py49 Sequence,
93 args: Sequence[str] = (),
94 wrapper: Sequence[str] = (),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mscgen/
H A Dmscgen_0.20.bb1 SUMMARY = "Mscgen is a small program that parses Message Sequence Chart descriptions and produces P…
/openbmc/u-boot/board/ti/omap5_uevm/
H A DREADME12 Alternative Boot operation mode or Boot Sequence Option 1/2. In this
/openbmc/u-boot/board/ti/dra7xx/
H A DREADME12 Alternative Boot operation mode or Boot Sequence Option 1/2. In this
/openbmc/linux/fs/smb/client/
H A Dcifsencrypt.c282 cifs_pdu->Signature.Sequence.SequenceNumber = in cifs_sign_rqst()
284 cifs_pdu->Signature.Sequence.Reserved = 0; in cifs_sign_rqst()
360 cifs_pdu->Signature.Sequence.SequenceNumber = in cifs_verify_signature()
362 cifs_pdu->Signature.Sequence.Reserved = 0; in cifs_verify_signature()
/openbmc/linux/Documentation/w1/
H A Dw1-netlink.rst188 Sequence number for event messages is appropriate bus master sequence number
190 Sequence number for userspace requests is set by userspace application.
191 Sequence number for reply is the same as was in request, and
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md309 #### Host Command to BMC Sequence
322 #### BMC Command to Host Sequence
335 #### BMC Status Update Sequence
385 #### BMC Initialisation Sequence
392 #### Host Initialisation Sequence
408 #### Host Packet Transmission Sequence
422 #### BMC Packet Transmission Sequence

1234