/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() 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 35 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() [all …]
|
/openbmc/linux/lib/ |
H A D | decompress_unlzo.c | 104 long skip = 0; in unlzo() local 158 in_buf += skip; in unlzo() 159 in_len -= skip; in unlzo() 168 *posp = skip; in unlzo() 174 if (skip > 0) in unlzo() 175 in_len += skip; in unlzo() 200 if (skip > 0) in unlzo() 201 in_len += skip; in unlzo() 219 if (skip > 0) in unlzo() 259 for (skip = 0; skip < 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 | 37 skip += len; \ 43 skip = 0; \ 64 skip += len; \ 66 skip = 0; \ 221 size_t skip; in fault_in_iov_iter_readable() local 224 for (p = iter_iov(i), skip = i->iov_offset; count; p++, skip = 0) { in fault_in_iov_iter_readable() 264 size_t skip; in fault_in_iov_iter_writeable() local 267 for (p = iter_iov(i), skip = i->iov_offset; count; p++, skip = 0) { in fault_in_iov_iter_writeable() 1063 size_t skip; in first_iovec_segment() local 1671 skip = 0; in iov_iter_extract_bvec_pages() [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 | 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 70 unsigned int len, unsigned int skip) in sg_copy_part_from_buf() argument 102 if (spu_sg_at_offset(sg_list, skip, &sg, &offset) < 0) in spu_sg_count() 140 u32 skip = *from_skip; in spu_msg_sg_add() local 152 entry_len = sg->length - skip; in spu_msg_sg_add() 154 offset = sg->offset + skip; in spu_msg_sg_add() 160 skip = 0; /* start at beginning of next entry */ in spu_msg_sg_add() 168 *from_skip = skip + frag_len; in spu_msg_sg_add() [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/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/qemu/scripts/ |
H A D | modinfo-collect.py | 20 skip = False 23 if skip: 24 skip = False 27 skip = True 30 skip = True
|
/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/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/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()
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_metadata.py | 33 self.skip('No added recipes, skipping test') 69 self.skip('No added recipes, skipping test') 85 self.skip('No modified recipes, skipping test') 116 self.skip('Patch cannot be merged') 118 self.skip('No modified recipes, skipping pretest') 131 self.skip('Patch cannot be merged') 133 self.skip('No modified recipes, skipping pretest') 171 self.skip('No added recipes, skipping test') 188 self.skip('No modified recipes or older target branch, skipping test')
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/ |
H A D | 0001-test_pytest_mock-skip-args-introspection-tests.patch | 4 Subject: [PATCH] test_pytest_mock: skip args introspection tests 24 +@pytest.mark.skip("Async not correctly detected, skip for now") 32 +@pytest.mark.skip("Async not correctly detected, skip for now")
|
/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/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 || 188 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 1052 -skip $ist_root "non-root user: skipping kprobe tests" 18 || { 1061 -skip $ist_root "non-root user: skipping uprobe tests" 6 || { 1070 -skip $ist_root "non-root user: skipping syscall tests" 30 || { 1193 -skip $isroot "Root access is needed. Skipping UST perf tests." 8 || 1209 +# If NB_TESTS is set, call skip() to skip number of tests. [all …]
|