Home
last modified time | relevance | path

Searched full:sequence (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/openbmc/qemu/include/qemu/
H A Dseqlock.h24 unsigned sequence; member
29 sl->sequence = 0; in seqlock_init()
35 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_begin()
37 /* Write sequence before updating other fields. */ in seqlock_write_begin()
43 /* Write other fields before finalizing sequence. */ in seqlock_write_end()
46 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_end()
71 unsigned ret = qatomic_read(&sl->sequence); in seqlock_read_begin()
73 /* Read sequence before reading other fields. */ in seqlock_read_begin()
80 /* Read other fields before reading final sequence. */ in seqlock_read_retry()
82 return unlikely(qatomic_read(&sl->sequence) != start); in seqlock_read_retry()
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.hpp77 uint8_t packetSeqNum; //!< Packet sequence number
78 uint8_t packetAckSeqNum; //!< Packet ACK/NACK sequence number
93 * SOL sequence numbers. At the session level, SOL Payloads share the session
94 * sequence numbers for authenticated and unauthenticated packets with other
96 * their own message sequence numbers that are used for tracking missing and
97 * retried SOL messages. The sequence numbers must be non-zero. Retried
98 * packets use the same sequence number as the first packet.
104 /** @brief Get the SOL sequence number.
106 * @param[in] inbound - true for inbound sequence number and false for
107 * outbound sequence number
[all …]
H A Dsol_context.cpp111 * Check if the Inbound sequence number is same as the expected one. in processInboundPayload()
112 * If the Packet Sequence Number is 0, it is an ACK-Only packet. Multiple in processInboundPayload()
113 * outstanding sequence numbers are not supported in this version of the SOL in processInboundPayload()
114 * specification. Retried packets use the same sequence number as the first in processInboundPayload()
119 lg2::info("Out of sequence SOL packet - packet is dropped"); in processInboundPayload()
124 * Check if the expected ACK/NACK sequence number is same as the in processInboundPayload()
125 * ACK/NACK sequence number in the packet. If packet ACK/NACK sequence in processInboundPayload()
131 lg2::info("Out of sequence ack number - SOL packet is dropped"); in processInboundPayload()
140 * c) Non-zero Packet ACK/NACK Sequence Number in processInboundPayload()
150 * Clear the sent data once the acknowledgment sequence number matches in processInboundPayload()
[all …]
/openbmc/qemu/util/
H A Dunicode.c35 * @end: set to end of sequence on return
37 * Convert the modified UTF-8 sequence at the start of @s. Modified
41 * If @n is zero or @s points to a zero byte, the sequence is invalid,
45 * byte, the sequence is invalid, and @end is set to @s + 1
48 * expected. If there are fewer, the sequence is invalid, and @end is
50 * sequence is well-formed, and @end is set to @s + 1 + expected
53 * A well-formed sequence is valid unless it encodes a codepoint
56 * overlong sequence "\xC0\x80" is valid.
58 * Conversion succeeds if and only if the sequence is valid.
70 /* empty sequence */ in mod_utf8_codepoint()
[all …]
/openbmc/docs/designs/
H A Dsol-sysrq.md41 sequence `\n~B` is used to send the "break signal" between clients and
42 console-server. In `obmc-console`, a state machine shall handle the sequence.
43 Once the sequence is detected, it could invoke `tcsendbreak()` to send the
49 break signal from ipmitool, and send the sequence `\n~B` to the server.
57 key code sequence `\n~B` to trigger the break, and then user could enter a
63 used to detect the sequence `\n~B`:
92 sequence `\n~B`. When obmc-console receive `MSG_OOB`, it shall send the "break
96 input sequence correctly, as `MSG_OOB` can be anywhere in the input sequence. It
111 with SSH, we need enter the key code sequence with more than one tilde. Like
112 sequence `\n~~B`, the first tilde will be processed by obmc-console-client, the
/openbmc/u-boot/tools/
H A Dk3_x509template.txt18 1.3.6.1.4.1.294.1.1 = ASN1:SEQUENCE:boot_seq
19 1.3.6.1.4.1.294.1.2 = ASN1:SEQUENCE:image_integrity
20 1.3.6.1.4.1.294.1.3 = ASN1:SEQUENCE:swrv
21 # 1.3.6.1.4.1.294.1.4 = ASN1:SEQUENCE:encryption
22 1.3.6.1.4.1.294.1.8 = ASN1:SEQUENCE:debug
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.c64 puts("DDR3 Training Sequence - Ver 5.7."); in ddr3_print_version()
90 DEBUG_MAIN_S("DDR3 Training Sequence - DEBUG - 1\n"); in ddr3_hw_training()
176 * Not all frequency modes support the ddr3 training sequence in ddr3_hw_training()
179 * inside the ddr3 training sequence without running the training in ddr3_hw_training()
184 DEBUG_MAIN_S("DDR3 Training Sequence - Run with PBS.\n"); in ddr3_hw_training()
186 DEBUG_MAIN_S("DDR3 Training Sequence - Run without PBS.\n"); in ddr3_hw_training()
198 DEBUG_MAIN_S("DDR3 Training Sequence - FAILED (Dfs High2Low)\n"); in ddr3_hw_training()
207 DEBUG_MAIN_S("DDR3 Training Sequence - Registered DIMM Low WL - SKIP\n"); in ddr3_hw_training()
214 DEBUG_MAIN_S("DDR3 Training Sequence - DEBUG - 2\n"); in ddr3_hw_training()
219 * If running training sequence without DFS, in ddr3_hw_training()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/
H A Dtime_t.patch30 @@ -364,8 +364,8 @@ sn_startup_sequence_get_screen (SnStartupSequence *sequence)
33 sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence,
40 *tv_sec = sequence->initiation_time.tv_sec;
41 @@ -386,8 +386,8 @@ sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence,
44 sn_startup_sequence_get_last_active_time (SnStartupSequence *sequence,
57 int sn_startup_sequence_get_screen (SnStartupSequence *sequence);
59 void sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence,
64 void sn_startup_sequence_get_last_active_time (SnStartupSequence *sequence,
70 void sn_startup_sequence_complete (SnStartupSequence *sequence);
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_rle.py19 take a sequence and represent it by a shorter sequence where each 'run' of
36 """Encode a sequence as a new run-length encoded sequence."""
59 """Take a previously encoded sequence and reconstruct the original from
75 """If we encode a sequence and then decode the result, we should get the
76 original sequence back.
85 """The previous test could be passed by simply returning the input sequence
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dseq_exec.h35 * Sequence parameters. Each sequence contains:
36 * 1. Sequence id.
37 * 2. Sequence size (total amount of operations during the sequence)
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.h35 * Sequence parameters. Each sequence contains:
36 * 1. Sequence id.
37 * 2. Sequence size (total amount of operations during the sequence)
H A Dhigh_speed_env_spec.c270 /* Wait for PHY power up sequence to finish */
272 /* Wait for PHY power up sequence to finish */
281 /* Wait for PHY power up sequence to finish */
288 /* Wait for PHY power up sequence to finish */
493 * by setting each sequence for all 4 lanes.
752 /* Wait for PHY power up sequence to finish */
756 /* Wait for PHY power up sequence to finish */
900 /* SATA_PORT_0_ONLY_POWER_UP_SEQ sequence init */ in hws_serdes_seq_db_init()
907 /* SATA_PORT_1_ONLY_POWER_UP_SEQ sequence init */ in hws_serdes_seq_db_init()
914 /* SATA_POWER_UP_SEQ sequence init */ in hws_serdes_seq_db_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/
H A D0001-Use-lld-in-printf-for-64-bit-time_t.patch30 - "assert %ld.%09ld, sequence: %ld - "
31 - "clear %ld.%09ld, sequence: %ld\n",
32 + "assert %lld.%09ld, sequence: %ld - "
33 + "clear %lld.%09ld, sequence: %ld\n",
52 - printf("timestamp: %ld, sequence: %ld, offset: % 6ld\n", ts.tv_sec, seq, ts.tv_nsec);
53 + printf("timestamp: %lld, sequence: %ld, offset: % 6ld\n", (long long)ts.tv_sec, seq, ts.tv_nsec);
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dintel-gma.txt15 - intel,panel-power-cycle-delay : T4 time sequence (6 = 500ms)
18 - intel,panel-power-up-delay : T1+T2 time sequence
19 - intel,panel-power-down-delay : T3 time sequence
20 - intel,panel-power-backlight-on-delay : T5 time sequence
21 - intel,panel-power-backlight-off-delay : Tx time sequence
/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/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/
H A Dpch-standby-check.sh15 # Poll the GPIO value until it reads 1 (indicating power sequence completion)
20 echo "PCH Standby Power Sequence Complete"
23 echo "Waiting for PCH Standby Power Sequence..."
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4/
H A Dxfwm4-fix-incompatible-pointer-type-error.patch4 | 139 | sn_startup_sequence_get_last_active_time (sequence, &l_sec, &l_usec);
32 sequence = element;
34 - sn_startup_sequence_get_last_active_time (sequence, &l_sec, &l_usec);
35 + sn_startup_sequence_get_last_active_time (sequence, (time_t *)&l_sec, &l_usec);
/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/
H A Dtie-asm.h44 * continue If macro invoked as part of a larger store sequence, set to 1
45 * if this is not the first in the sequence. Defaults to 0.
46 * ofs Offset from start of larger sequence (from value of first ptr
47 * in sequence) at which to store. Defaults to next available space
98 * continue If macro invoked as part of a larger load sequence, set to 1
99 * if this is not the first in the sequence. Defaults to 0.
100 * ofs Offset from start of larger sequence (from value of first ptr
101 * in sequence) at which to load. Defaults to next available space
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/
H A Dtie-asm.h45 * continue If macro invoked as part of a larger store sequence, set to 1
46 * if this is not the first in the sequence. Defaults to 0.
47 * ofs Offset from start of larger sequence (from value of first ptr
48 * in sequence) at which to store. Defaults to next available space
109 * continue If macro invoked as part of a larger load sequence, set to 1
110 * if this is not the first in the sequence. Defaults to 0.
111 * ofs Offset from start of larger sequence (from value of first ptr
112 * in sequence) at which to load. Defaults to next available space
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dbootrom.h22 * to instruct its next actions (e.g. continue boot sequence, enter
28 * sequence (e.g. load the next stage)
36 BROM_BOOT_NEXTSTAGE = 1, /* continue boot-sequence */
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/
H A Dclient.conf1 # Specify the escape sequence <Ctrl+L>x which is usable by
3 escape-sequence = ' x'
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h18 * @brief Number of bits needed to shift to get the sequence number from a
72 * @brief Get the property related to the given sequence number.
74 * @param[in] dictionary - dictionary containing the sequence number.
77 * @param[in] sequenceNumber - sequence number of the property.
/openbmc/phosphor-net-ipmid/
H A Dsession.hpp47 * @struct SequenceNumbers Session Sequence Numbers
49 * IPMI v2.0 RMCP+ Session Sequence Numbers are used for rejecting packets that
52 * and outbound sequence numbers is used for authenticated (signed) packets,
55 * The individual Session Sequence Numbers is are initialized to zero whenever
58 * as the sequence number, not 0). Session Sequence numbers are incremented for
288 SequenceNumbers sequenceNums; // Session Sequence Numbers
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtuple_to_array.hpp19 * @tparam Types - Sequence of types for remaining elements, which must
21 * @tparam I - Sequence of integral indexes (0...N) for each tuple elemeent.
41 * @tparam Types - Sequence of types of the tuple elements.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DActivationBlocksTransition.interface.yaml9 transitions, might start the power-on sequence and then wait for any object
12 update is currently being performed and the power-on sequence may safely

12345678910>>...35