/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_skip_unittest.cpp | 14 SkipAction skip; in TEST() local 15 EXPECT_TRUE(skip.trigger()); in TEST() 17 skip.setCallback([&](TriggerableActionInterface&) { i++; }); in TEST() 18 EXPECT_TRUE(skip.trigger()); in TEST() 20 EXPECT_TRUE(skip.trigger()); in TEST() 26 SkipAction skip; in TEST() local 27 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 28 EXPECT_TRUE(skip.trigger()); in TEST() 29 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 34 SkipAction skip; in TEST() local [all …]
|
/openbmc/linux/lib/ |
H A D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument 93 *skip = parse - input; in parse_header() 104 long skip = 0; in unlzo() local 154 if (!parse_header(in_buf, &skip, in_len)) { in unlzo() 158 in_buf += skip; in unlzo() 159 in_len -= skip; in unlzo() 168 *posp = skip; in unlzo() 173 skip = fill(in_buf + in_len, 4 - in_len); in unlzo() 174 if (skip > 0) in unlzo() 175 in_len += skip; in unlzo() [all …]
|
H A D | sg_split.c | 21 off_t skip, const size_t *sizes, in sg_calculate_split() argument 37 if (skip > sglen) { in sg_calculate_split() 38 skip -= sglen; in sg_calculate_split() 42 len = min_t(size_t, size, sglen - skip); in sg_calculate_split() 45 curr->skip_sg0 = skip; in sg_calculate_split() 51 while (!size && (skip + len < sglen) && (--nb_splits > 0)) { in sg_calculate_split() 54 skip += len; in sg_calculate_split() 55 len = min_t(size_t, size, sglen - skip); in sg_calculate_split() 58 curr->skip_sg0 = skip; in sg_calculate_split() 63 skip = 0; in sg_calculate_split() [all …]
|
H A D | iov_iter.c | 30 size_t skip = i->iov_offset; \ 32 len = min(n, __p->iov_len - skip); \ 34 base = __p->iov_base + skip; \ 37 skip += len; \ 39 if (skip < __p->iov_len) \ 43 skip = 0; \ 45 i->iov_offset = skip; \ 51 unsigned skip = i->iov_offset; \ 53 unsigned offset = p->bv_offset + skip; \ 58 len = min(min(n, (size_t)(p->bv_len - skip)), \ [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/ |
H A D | tag.c | 30 unsigned int skip, in sh_css_create_tag_descr() argument 38 tag_descr->skip = skip; in sh_css_create_tag_descr() 53 unsigned int skip; in sh_css_encode_tag_descr() local 68 skip = tag->skip; in sh_css_encode_tag_descr() 80 assert((num_captures == 0) && (skip == 0) && (offset == 0)); in sh_css_encode_tag_descr() 88 | ((skip & 0x000000FF) << TAG_OFFSET_SHIFT) in sh_css_encode_tag_descr()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | decompress.c | 43 static unsigned long skip; variable 66 if (end <= skip) { in flush() 72 if (decompressed_bytes < skip && end > skip) { in flush() 73 offset = skip - decompressed_bytes; in flush() 80 out = &output_buffer[decompressed_bytes - skip]; in flush() 130 skip = _skip; in partial_decompress() 142 return decompressed_bytes - skip; in partial_decompress()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | util.h | 55 void __dump_sg(struct scatterlist *sg, unsigned int skip, unsigned int len); 57 #define dump_sg(sg, skip, len) __dump_sg(sg, skip, len) argument 77 static inline void dump_sg(struct scatterlist *sg, unsigned int skip, in dump_sg() argument 84 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, 89 unsigned int len, unsigned int skip); 92 unsigned int len, unsigned int skip); 94 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes); 96 struct scatterlist **from_sg, u32 *skip,
|
H A D | util.c | 27 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, in spu_sg_at_offset() argument 36 while (next_index <= skip) { in spu_sg_at_offset() 44 *sge_offset = skip - index; in spu_sg_at_offset() 51 unsigned int len, unsigned int skip) in sg_copy_part_to_buf() argument 56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf() 60 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_to_buf() 70 unsigned int len, unsigned int skip) in sg_copy_part_from_buf() argument 75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf() 79 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_from_buf() 93 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes) in spu_sg_count() argument [all …]
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | gzfile.hpp | 15 bool gzGetLines(const std::string& filename, uint64_t skip, uint64_t top, in gzGetLines() argument 25 if (!readFile(logStream, skip, top, logEntries, logCount)) in gzGetLines() 54 bool readFile(gzFile logStream, uint64_t skip, uint64_t top, in readFile() argument 72 if (!hostLogEntryParser(bufferStr, skip, top, logEntries, logCount)) in readFile() 82 bool hostLogEntryParser(const std::string& bufferStr, uint64_t skip, in hostLogEntryParser() argument 112 if (logCount > skip && logCount <= (skip + top)) in hostLogEntryParser() 143 if (logCount > skip && logCount <= (skip + top)) in hostLogEntryParser() 179 if ((logCount + 1) > skip && (logCount + 1) <= (skip + top)) in hostLogEntryParser()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 160 | 47 for skip in $TEST_SKIP_BLOCKS; do 57 echo "== Converting the image with dd with skip=$skip ==" 59 $QEMU_IMG dd if="$TEST_IMG" of="$TEST_IMG.out" skip="$skip" -O "$IMGFMT" \ 62 dd if="$TEST_IMG" of="$TEST_IMG.out.dd" skip="$skip" status=none
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_batch.py | 57 skip = "skip_hw" variable 59 skip = "skip_sw" variable 73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument 77 device, prio, handle, skip, src_mac, dst_mac, share_action)) 80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument 84 device, prio, handle, skip, src_mac, dst_mac, share_action)) 87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument 106 cmd = formatter(device, prio, handle_start + index, skip, src_mac,
|
/openbmc/qemu/docs/spin/ |
H A D | win32-qemu-event.promela | 47 :: else -> skip; \ 49 :: else -> skip; \ 53 :: else -> skip; \ 64 :: else -> skip; \ 70 :: else -> skip; \ 74 :: else -> skip; \ 76 :: else -> skip; \ 87 :: else -> skip; 89 :: else -> skip;
|
H A D | aio_notify_bug.promela | 42 :: else -> skip; 56 :: event -> skip; \ 59 :: else -> skip; \ 71 :: event -> skip; \ 74 :: else -> skip; \ 102 :: true -> skip; 124 :: true -> skip; 129 :: !event && notifier_done -> do :: true -> skip; od;
|
H A D | aio_notify_accept.promela | 55 :: else -> skip; 62 :: else -> skip; 75 :: event -> skip; \ 78 :: else -> skip; \ 85 :: else -> skip; \ 114 :: true -> skip; 136 :: true -> skip; 141 :: !event && notifier_done -> do :: true -> skip; od;
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_net.py | 87 pytest.skip('No DHCP server available') 106 pytest.skip('No static network configuration is defined') 124 pytest.skip('Network not initialized') 141 pytest.skip('Network not initialized') 145 pytest.skip('No TFTP readable file to read') 182 pytest.skip('Network not initialized') 186 pytest.skip('No NFS readable file to read')
|
/openbmc/linux/tools/perf/tests/ |
H A D | time-utils-test.c | 66 u64 skip[TEST_MAX]; member 116 if (d->skip[i] && in test__perf_time__parse_for_ranges() 117 !perf_time__ranges_skip_sample(ptime, d->num, d->skip[i])) { in test__perf_time__parse_for_ranges() 118 pr_debug("failed to skip %" PRIu64 "\n", d->skip[i]); in test__perf_time__parse_for_ranges() 164 .skip = { b - 1, b + 2, }, in test__time_utils() 181 .skip = { b - 1, b + 2, c - 1, c + 124, e - 1, e + 6 }, in test__time_utils() 196 .skip = { b - 1, b + 10, }, in test__time_utils() 211 .skip = { b + 9, b + 20, }, in test__time_utils() 226 .skip = { b - 1, b + 20, }, in test__time_utils() 241 .skip = { b - 1, b + 10, b + 19, b + 30, b + 89, b + 101 }, in test__time_utils()
|
/openbmc/linux/kernel/ |
H A D | stacktrace.c | 78 unsigned int skip; member 89 if (c->skip > 0) { in stack_trace_consume_entry() 90 c->skip--; in stack_trace_consume_entry() 119 .skip = skipnr + 1, in stack_trace_save() 144 .skip = skipnr + (current == tsk), in stack_trace_save_tsk() 171 .skip = skipnr, in stack_trace_save_regs() 273 .skip = skipnr + 1, in stack_trace_save() 298 .skip = skipnr + (current == task), in stack_trace_save_tsk() 320 .skip = skipnr, in stack_trace_save_regs()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | stacktrace.c | 205 unsigned skip; member 213 if (trace_data->skip) { in stack_trace_cb() 214 --trace_data->skip; in stack_trace_cb() 228 .skip = trace->skip, in save_stack_trace_tsk() 244 unsigned skip; member 251 if (r->skip) { in return_address_cb() 252 --r->skip; in return_address_cb() 268 .skip = level, in return_address()
|
/openbmc/qemu/scripts/ |
H A D | modinfo-collect.py | 20 skip = False 23 if skip: 24 skip = False 27 skip = True 30 skip = True
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_metadata.py | 21 self.skip('No added recipes, skipping test') 57 self.skip('No added recipes, skipping test') 75 self.skip('No modified recipes, skipping test') 114 self.skip("Patch cannot be merged") 116 self.skip('No modified recipes, skipping pretest') 131 self.skip("Patch cannot be merged") 133 self.skip('No modified recipes, skipping pretest') 177 self.skip('No added recipes, skipping test') 200 self.skip("No modified recipes or older target branch, skipping test")
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | stacktrace.c | 17 int skip = trace->skip; in ia64_do_save_stack() local 24 if (skip == 0) { in ia64_do_save_stack() 29 skip--; in ia64_do_save_stack()
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 15 Add LTTNG_TOOLS_DISABLE_KERNEL_TESTS to skip the lttng kernel features 105 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 131 -skip $isroot "Root access is needed for kernel testing, skipping." 9 || 150 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 169 -skip $isroot "Root access is needed. Skipping all tests." "$NUM_TESTS" || 188 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 207 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 226 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 245 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 264 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || [all …]
|
/openbmc/linux/kernel/kcsan/ |
H A D | report.c | 281 int len, skip; in get_stack_skipnr() local 283 for (skip = 0; skip < num_entries; ++skip) { in get_stack_skipnr() 284 len = scnprintf(buf, sizeof(buf), "%ps", (void *)stack_entries[skip]); in get_stack_skipnr() 306 return skip; in get_stack_skipnr() 320 int skip; in replace_stack_entry() local 327 for (skip = 0; skip < num_entries; ++skip) { in replace_stack_entry() 328 unsigned long func = stack_entries[skip]; in replace_stack_entry() 335 *replaced = stack_entries[skip]; in replace_stack_entry() 336 stack_entries[skip] = ip; in replace_stack_entry() 337 return skip; in replace_stack_entry()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | boot_utils.robot | 13 # stack_mode If stack_mode is set to "skip", each test 20 # are performed. "skip" mode is useful when 39 # stack_mode If stack_mode is set to "skip", each test 46 # are performed. "skip" mode is useful when 65 # stack_mode If stack_mode is set to "skip", each test 72 # are performed. "skip" mode is useful when 91 # stack_mode If stack_mode is set to "skip", each test 98 # are performed. "skip" mode is useful when 117 # stack_mode If stack_mode is set to "skip", each test 124 # are performed. "skip" mode is useful when [all …]
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | stacktrace.c | 27 int skip = trace->skip; in save_stack_trace() local 36 if (skip) { in save_stack_trace() 37 skip--; in save_stack_trace()
|