| /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() 46 qatomic_set(&sl->sequence, sl->sequence + 1); in seqlock_write_end() 71 unsigned ret = qatomic_read(&sl->sequence); in seqlock_read_begin() 82 return unlikely(qatomic_read(&sl->sequence) != start); in seqlock_read_retry()
|
| /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/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/u-boot/doc/device-tree-bindings/video/ |
| H A D | intel-gma.txt | 15 - 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/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/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4/ |
| H A D | xfwm4-fix-incompatible-pointer-type-error.patch | 4 | 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/qemu/tests/qemu-iotests/ |
| H A D | findtests.py | 154 sequence = sorted(res) 157 del sequence[:sequence.index(self.parse_test_name(start_from))] 159 return sequence
|
| /openbmc/qemu/util/ |
| H A D | qht.c | 146 QemuSeqLock sequence; member 302 seqlock_init(&b->sequence); in qht_head_init() 490 seqlock_write_begin(&head->sequence); in qht_bucket_reset__locked() 502 seqlock_write_end(&head->sequence); in qht_bucket_reset__locked() 589 version = seqlock_read_begin(&b->sequence); in qht_lookup__slowpath() 591 } while (seqlock_read_retry(&b->sequence, version)); in qht_lookup__slowpath() 606 version = seqlock_read_begin(&b->sequence); in qht_lookup_custom() 608 if (likely(!seqlock_read_retry(&b->sequence, version))) { in qht_lookup_custom() 662 seqlock_write_begin(&head->sequence); in qht_insert__locked() 669 seqlock_write_end(&head->sequence); in qht_insert__locked() [all …]
|
| H A D | qemu-coroutine-lock.c | 307 if (++mutex->sequence == 0) { in qemu_co_mutex_unlock() 308 mutex->sequence = 1; in qemu_co_mutex_unlock() 311 our_handoff = mutex->sequence; in qemu_co_mutex_unlock()
|
| /openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/ |
| H A D | client.conf | 3 escape-sequence = 'x'
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | test.py | 114 sequence = 0 120 comm.sequence = sequence 121 sequence += 1 154 if ((boardnum >= 1 and boardnum >= commit.sequence) or 155 boardnum == 4 and commit.sequence == 6):
|
| /openbmc/qemu/docs/interop/ |
| H A D | barrier.rst | 105 ``seq`` = sequence number, which is used to order messages between 125 barrierCmdCClipboard for with a greater sequence number) and that 141 ``seq`` = sequence number. Client must use the sequence number passed in 321 ``seq`` = sequence number. The sequence number is 0 when sent by the 322 server. Client screens should use the/ sequence number from
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | uw-imap-fix-incompatible-pointer-types.patch | 39 @@ -776,7 +776,7 @@ void mbx_flag (MAILSTREAM *stream,char *sequence,char *flag,long flags) 48 @@ -1075,7 +1075,7 @@ long mbx_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options) 108 @@ -1131,7 +1131,7 @@ long mmdf_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options) 157 @@ -565,7 +565,7 @@ void mtx_flag (MAILSTREAM *stream,char *sequence,char *flag,long flags) 166 @@ -834,7 +834,7 @@ long mtx_expunge (MAILSTREAM *stream,char *sequence,long options) 175 @@ -929,7 +929,7 @@ long mtx_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options) 184 @@ -946,7 +946,7 @@ long mtx_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options) 244 @@ -654,7 +654,7 @@ void tenex_flag (MAILSTREAM *stream,char *sequence,char *flag,long flags) 253 @@ -924,7 +924,7 @@ long tenex_expunge (MAILSTREAM *stream,char *sequence,long options) 262 @@ -1019,7 +1019,7 @@ long tenex_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options) [all …]
|
| H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 30 @@ -103,8 +103,8 @@ long mh_copy (MAILSTREAM *stream,char *sequence,char *mailbox, 75 long mix_expunge (MAILSTREAM *stream,char *sequence,long options); 92 @@ -1146,7 +1146,7 @@ long mix_expunge (MAILSTREAM *stream,char *sequence,long options) 156 void news_fast (MAILSTREAM *stream,char *sequence,long flags); 157 void news_flags (MAILSTREAM *stream,char *sequence,long flags);
|
| /openbmc/openbmc/poky/meta/recipes-support/db/db/ |
| H A D | sequence-type.patch | 12 --- a/dist/aclocal/sequence.m4~ 2013-09-09 16:35:02.000000000 +0100 13 +++ b/dist/aclocal/sequence.m4 2017-11-01 13:21:45.472295971 +0000
|
| /openbmc/u-boot/doc/ |
| H A D | I2C_Edge_Conditions | 25 The device will interpret this sequence as a WRITE command and 39 the I2C bus reset sequence.
|
| /openbmc/hiomapd/ |
| H A D | protocol.c | 188 trace->sequence++; in blktrace_flush_start() 202 trace->sequence++; in blktrace_flush_start() 216 trace->sequence++; in blktrace_flush_done() 234 trace->sequence++; in blktrace_window_start() 254 trace->sequence++; in blktrace_window_done() 259 trace->sequence++; in blktrace_window_done()
|
| /openbmc/qemu/block/ |
| H A D | vhdx-log.c | 741 s->log.sequence = candidate.hdr.sequence_number + 1; in vhdx_log_search() 907 if (s->log.sequence == 0) { in vhdx_log_write() 908 s->log.sequence = 1; in vhdx_log_write() 944 .sequence_number = s->log.sequence, in vhdx_log_write() 974 new_desc->sequence_number = s->log.sequence; in vhdx_log_write() 1007 s->log.sequence); in vhdx_log_write() 1033 s->log.sequence++; in vhdx_log_write()
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | oem-extension-numbering.md | 90 | 2 ~ n-1 | | | Step sequence - see next. | 94 - Total length of step sequence must exactly fill request. 98 with com generalized to m byte sequence - e.g., at24c64 uses 2 address bytes, 159 | 0:n-1 | rd_data | 0 ~ 34 | byte sequence read |
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_ime.c | 167 uint8_t sequence, 397 uint8_t sequence = 0; in ImeUpgrade() local 416 rc = ImeUpdateWriteArea(intf,sequence,length,&imgCtx.pData[counter]); in ImeUpgrade() 426 sequence ++; in ImeUpgrade() 566 uint8_t sequence, in ImeUpdateWriteArea() argument 580 buffer[0] = sequence; in ImeUpdateWriteArea()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/ |
| H A D | makedepend_1.0.9.bb | 5 DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
| H A D | disable-omfile-outchannel.patch | 4 sequence error detected in rstb_168227_f19f3b245QVE.out.log
|
| /openbmc/u-boot/doc/device-tree-bindings/adc/ |
| H A D | st,stm32-adc.txt | 15 own configurable sequence and trigger: 16 - regular conversion can be done in sequence, running in background 18 interrupt regular conversion sequence (either triggered in SW or HW). 19 Regular sequence is resumed, in case it has been interrupted.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-lat_fifo-Fix-cleanup-sequence.patch | 4 Subject: [PATCH] lat_fifo: Fix cleanup sequence
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | issue1060.S | 43 # Semihosting call sequence
|