/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7.c | 30 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range() argument 36 for (mva = start; mva < stop; mva = mva + line_len) { in v7_dcache_clean_inval_range() 42 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range() argument 46 if (!check_cache_range(start, stop)) in v7_dcache_inval_range() 49 for (mva = start; mva < stop; mva = mva + line_len) { in v7_dcache_inval_range() 55 static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op) in v7_dcache_maint_range() argument 69 v7_dcache_clean_inval_range(start, stop, line_len); in v7_dcache_maint_range() 72 v7_dcache_inval_range(start, stop, line_len); in v7_dcache_maint_range() 117 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() argument 119 check_cache_range(start, stop); in invalidate_dcache_range() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0002-start-stop-daemon-fix-tests.patch | 4 Subject: [PATCH] start-stop-daemon: fix tests 8 - run "start-stop-daemon with both -x and -a" test only if "/bin/false" 15 testsuite/start-stop-daemon.tests | 14 +++++++++----- 18 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests 20 --- a/testsuite/start-stop-daemon.tests 21 +++ b/testsuite/start-stop-daemon.tests 29 testing "start-stop-daemon -x without -a" \ 30 'start-stop-daemon -S -x true 2>&1; echo $?' \ 34 testing "start-stop-daemon -x with -d on existing directory" \ 35 - 'start-stop-daemon -S -d /tmp -x true 2>&1; echo $?' \ [all …]
|
H A D | 0003-start-stop-false.patch | 1 It's known that the final start-stop-daemon test fails if /bin/false is 8 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests 10 --- a/testsuite/start-stop-daemon.tests 11 +++ b/testsuite/start-stop-daemon.tests 12 @@ -50,11 +50,18 @@ testing "start-stop-daemon without -x and -a" \ 18 -testing "start-stop-daemon with both -x and -a" \ 19 - 'start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?' \ 26 + echo "SKIPPED: start-stop-daemon with both -x and -a (need non-busybox false)" 29 + testing "start-stop-daemon with both -x and -a" \ 30 + 'start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?' \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
H A D | 0001-Avoid-bashisms-in-init-scripts.patch | 35 - echo $"Usage: $0 {start|stop|status}" 36 + echo "Usage: $0 {start|stop|status}" 53 - echo $"Usage: $0 {start|stop|restart|status}" 54 + echo "Usage: $0 {start|stop|restart|status}" 72 - echo $"Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}" 73 + echo "Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}" 91 - echo $"Usage: $0 {start|stop|restart|status|force-stop}" 92 + echo "Usage: $0 {start|stop|restart|status|force-stop}" 110 - echo $"Usage: $0 {start|stop|restart|status|force-stop}" 111 + echo "Usage: $0 {start|stop|restart|status|force-stop}"
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 280 stop("Prefix multiply defined", 284 stop("Unable to record prefix", EX_SOFTWARE); 292 stop("Patch argument list multiply defined", 296 stop("Unable to record patch arg list", EX_SOFTWARE); 313 stop("Register multiply defined", EX_DATAERR); 392 stop("SCB or SRAM space exhausted", EX_DATAERR); 440 stop("Valid register modes range between 0 and 4.", 453 stop("Only \"const\" symbols allowed in " 458 stop("Valid register modes range between 0 and 4.", 535 stop("Re-definition of register alias", [all …]
|
H A D | aicasm_macro_gram.y | 92 stop("Too few arguments for macro invocation", 114 stop("Comma without preceding argument in arg list", 132 stop("Invalid current symbol for adding macro arg", 147 stop("Too many arguments for macro invocation", EX_DATAERR); 152 stop("Unable to replicate replacement text", EX_SOFTWARE); 160 stop(string, EX_DATAERR); in mmerror()
|
H A D | aicasm.c | 162 stop("-d: Assembler not built with debugging " in main() 173 stop(NULL, EX_CANTCREAT); in main() 189 stop(NULL, EX_CANTCREAT); in main() 197 stop(NULL, EX_CANTCREAT); in main() 204 stop(NULL, EX_CANTCREAT); in main() 234 stop(NULL, EX_OSERR); in main() 239 stop(NULL, EX_OSERR); in main() 277 stop("Unterminated conditional expression", EX_DATAERR); in main() 302 stop(NULL, 0); in main() 337 stop(buf, EX_DATAERR); in back_patch() [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | mmc.h | 52 __entry->stop_opcode = mrq->stop ? mrq->stop->opcode : 0; 53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0; 54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0; 55 __entry->stop_retries = mrq->stop ? mrq->stop->retries : 0; 136 __entry->stop_opcode = mrq->stop ? mrq->stop->opcode : 0; 137 __entry->stop_err = mrq->stop ? mrq->stop->error : 0; 138 __entry->stop_resp[0] = mrq->stop ? mrq->stop->resp[0] : 0; 139 __entry->stop_resp[1] = mrq->stop ? mrq->stop->resp[1] : 0; 140 __entry->stop_resp[2] = mrq->stop ? mrq->stop->resp[2] : 0; 141 __entry->stop_resp[3] = mrq->stop ? mrq->stop->resp[3] : 0; [all …]
|
H A D | intel_ifs.h | 13 TP_PROTO(int cpu, int start, int stop, u64 status), 15 TP_ARGS(cpu, start, stop, status), 21 __field( u16, stop ) 27 __entry->stop = stop; 34 __entry->stop,
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uniphier.c | 85 static int send_byte(struct uniphier_i2c_priv *priv, u32 dtrm, bool *stop) in send_byte() argument 94 *stop = false; in send_byte() 105 uint len, const u8 *buf, bool *stop) in uniphier_i2c_transmit() argument 111 ret = send_byte(priv, I2C_DTRM_STA | I2C_DTRM_NACK | addr << 1, stop); in uniphier_i2c_transmit() 116 ret = send_byte(priv, I2C_DTRM_NACK | *buf++, stop); in uniphier_i2c_transmit() 122 if (*stop) in uniphier_i2c_transmit() 129 uint len, u8 *buf, bool *stop) in uniphier_i2c_receive() argument 136 I2C_DTRM_RD | addr << 1, stop); in uniphier_i2c_receive() 144 if (*stop) in uniphier_i2c_receive() 155 bool stop; in uniphier_i2c_xfer() local [all …]
|
H A D | i2c-uniphier-f.c | 117 bool *stop) in wait_for_irq() argument 131 *stop = false; in wait_for_irq() 158 uint len, const u8 *buf, bool *stop) in uniphier_fi2c_transmit() argument 174 ret = wait_for_irq(priv, irq_flags, stop); in uniphier_fi2c_transmit() 184 ret = wait_for_irq(priv, irq_flags, stop); in uniphier_fi2c_transmit() 192 if (*stop) in uniphier_fi2c_transmit() 199 uint len, u8 *buf, bool *stop) in uniphier_fi2c_receive() argument 212 return uniphier_fi2c_transmit(priv, addr, len, buf, stop); in uniphier_fi2c_receive() 225 ret = wait_for_irq(priv, irq_flags, stop); in uniphier_fi2c_receive() 241 if (*stop) in uniphier_fi2c_receive() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | init.d | 3 # start/stop rpcbind daemon. 40 start-stop-daemon --start --quiet --exec /sbin/rpcbind -- "$@" 48 stop () in stop() function 55 start-stop-daemon --stop --quiet --exec /sbin/rpcbind in stop() 67 stop) 68 stop 71 stop 75 stop
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | pmem.c | 13 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range() argument 18 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __clean_pmem_range() 25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() argument 30 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __flush_pmem_range() 37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() argument 40 return __clean_pmem_range(start, stop); in clean_pmem_range() 43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range() argument 46 return __flush_pmem_range(start, stop); in flush_pmem_range()
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 21 auto stop = std::chrono::steady_clock::now(); in TEST_F() local 23 EXPECT_TRUE(stop - start > timeout); in TEST_F() 24 EXPECT_TRUE(stop - start < timeout * 3); in TEST_F() 35 auto stop = std::chrono::steady_clock::now(); in TEST_F() local 37 EXPECT_TRUE(stop - start < timeout); in TEST_F() 77 auto stop = std::chrono::steady_clock::now(); in TEST_F() local 80 EXPECT_TRUE(stop - start > timeout); in TEST_F() 81 EXPECT_TRUE(stop - start < timeout * 3); in TEST_F()
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/ |
H A D | cache.c | 26 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() argument 28 if (!check_cache_range(start, stop)) in invalidate_dcache_range() 31 while (start < stop) { in invalidate_dcache_range() 37 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument 39 if (!check_cache_range(start, stop)) in flush_dcache_range() 42 while (start < stop) { in flush_dcache_range()
|
/openbmc/u-boot/arch/arm/cpu/arm11/ |
H A D | cpu.c | 66 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() argument 68 if (!check_cache_range(start, stop)) in invalidate_dcache_range() 71 while (start < stop) { in invalidate_dcache_range() 77 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument 79 if (!check_cache_range(start, stop)) in flush_dcache_range() 82 while (start < stop) { in flush_dcache_range()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cache-pl310.c | 52 void v7_outer_cache_flush_range(u32 start, u32 stop) in v7_outer_cache_flush_range() argument 63 for (pa = start; pa < stop; pa = pa + line_size) in v7_outer_cache_flush_range() 70 void v7_outer_cache_inval_range(u32 start, u32 stop) in v7_outer_cache_inval_range() argument 90 if (stop & (line_size - 1)) { in v7_outer_cache_inval_range() 92 __func__, stop); in v7_outer_cache_inval_range() 94 stop &= ~(line_size - 1); in v7_outer_cache_inval_range() 97 for (pa = start; pa < stop; pa = pa + line_size) in v7_outer_cache_inval_range()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 53 void flush_icache_range(unsigned long start, unsigned long stop); 70 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument 75 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in flush_dcache_range() 92 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() argument 97 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in clean_dcache_range() 111 unsigned long stop) in invalidate_dcache_range() argument 116 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_dcache_range()
|
/openbmc/linux/kernel/ |
H A D | static_call_inline.c | 107 struct static_call_site *stop) in static_call_sort_entries() argument 109 sort(start, stop - start, sizeof(struct static_call_site), in static_call_sort_entries() 136 struct static_call_site *site, *stop; in __static_call_update() local 177 stop = __stop_static_call_sites; in __static_call_update() 181 stop = mod->static_call_sites + in __static_call_update() 188 site < stop && static_call_key(site) == key; site++) { in __static_call_update() 222 struct static_call_site *stop) in __static_call_init() argument 228 if (start == stop) in __static_call_init() 231 static_call_sort_entries(start, stop); in __static_call_init() 233 for (site = start; site < stop; site++) { in __static_call_init() [all …]
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | cache.c | 23 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() argument 26 stop &= ~(CONFIG_SYS_CACHELINE_SIZE - 1); in invalidate_dcache_range() 28 while (start <= stop) { in invalidate_dcache_range() 34 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument 36 return invalidate_dcache_range(start, stop); in flush_dcache_range()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | cache.c | 143 void flush_dcache_range(ulong start_addr, ulong stop) in flush_dcache_range() argument 149 if (start_addr == stop) in flush_dcache_range() 152 cache_loop(start_addr, stop, lsize, HIT_WRITEBACK_INV_D); in flush_dcache_range() 155 cache_loop(start_addr, stop, slsize, HIT_WRITEBACK_INV_SD); in flush_dcache_range() 161 void invalidate_dcache_range(ulong start_addr, ulong stop) in invalidate_dcache_range() argument 167 if (start_addr == stop) in invalidate_dcache_range() 171 cache_loop(start_addr, stop, slsize, HIT_INVALIDATE_SD); in invalidate_dcache_range() 173 cache_loop(start_addr, stop, lsize, HIT_INVALIDATE_D); in invalidate_dcache_range()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
H A D | 0004-autofs.init.in-remove-bashism.patch | 40 -function stop() { 41 +stop() { 45 @@ -125,7 +125,7 @@ function stop() { 53 stop 69 …echo $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestar… 95 -function stop() { 96 +stop() { 100 @@ -102,7 +102,7 @@ function stop() { 106 stop
|
/openbmc/phosphor-webui/app/assets/images/ |
H A D | logo.svg | 1 …stop offset="0" stop-color="#00b0da"/><stop offset="1" stop-color="#008abf"/></linearGradient><lin…
|
/openbmc/webui-vue/src/assets/images/ |
H A D | login-company-logo.svg | 6 <stop offset="0" stop-color="#00b0da" /> 7 <stop offset="1" stop-color="#008abf" /> 13 <stop offset="0" stop-color="#a5d440" /> 14 <stop offset="1" stop-color="#8cce3f" />
|
/openbmc/linux/arch/arm/kernel/ |
H A D | unwind.c | 106 const struct unwind_idx *stop) in search_index() argument 111 __func__, addr, start, origin, stop); in search_index() 119 stop = origin; in search_index() 127 while (start < stop - 1) { in search_index() 128 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index() 136 stop = mid; in search_index() 154 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin() argument 156 pr_debug("%s(%p, %p)\n", __func__, start, stop); in unwind_find_origin() 157 while (start < stop) { in unwind_find_origin() 158 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin() [all …]
|