/openbmc/linux/arch/parisc/kernel/ |
D | perf_asm.S |
|
/openbmc/qemu/include/qemu/ |
H A D | seqlock.h | 24 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/linux/Documentation/locking/ |
D | seqlock.rst |
|
/openbmc/linux/Documentation/filesystems/ext4/ |
D | mmp.rst |
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
D | hgsmi_defs.h |
|
/openbmc/linux/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h |
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_context.hpp | 77 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 …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | hwsq.h |
|
/openbmc/qemu/util/ |
H A D | unicode.c | 35 * @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 D | sol-sysrq.md | 41 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/linux/tools/testing/selftests/bpf/progs/ |
D | modify_return.c |
|
/openbmc/linux/net/batman-adv/ |
D | bitarray.c |
|
/openbmc/linux/lib/zstd/compress/ |
D | zstd_ldm.c |
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_hw_training.c | 64 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/linux/include/scsi/fc/ |
D | fc_fc2.h |
|
/openbmc/linux/lib/zstd/decompress/ |
D | zstd_decompress_block.c |
|
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/ |
H A D | time_t.patch | 30 @@ -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/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramfuc.h |
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/ |
H A D | test_rle.py | 19 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/tools/ |
H A D | k3_x509template.txt | 18 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/linux/security/selinux/ |
D | status.c |
|
/openbmc/linux/include/clocksource/ |
D | hyperv_timer.h |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools/ |
H A D | 0001-Use-lld-in-printf-for-64-bit-time_t.patch | 30 - "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/drivers/ddr/marvell/a38x/ |
H A D | seq_exec.h | 35 * 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 D | seq_exec.h | 35 * Sequence parameters. Each sequence contains: 36 * 1. Sequence id. 37 * 2. Sequence size (total amount of operations during the sequence)
|