Home
last modified time | relevance | path

Searched full:skip (Results 1 – 25 of 4542) sorted by relevance

12345678910>>...182

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
14 {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
18 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
19 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
23 {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
24 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
25 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
32 {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
33 {FNAME("netnum") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A Drun-ptest8 SKIP=""
10 SKIP="$SKIP async-\* event-\*"
12 SKIP="$SKIP cmdMZ-6.6"
14 SKIP="$SKIP exit-1.\*"
16 SKIP="$SKIP \*io-46.1"
18 SKIP="$SKIP io-13.6"
20 SKIP="$SKIP socket-\* socket_inet-\*"
22 SKIP="$SKIP httpProxy-\*"
26 ./tcltest tests/all.tcl -file $i -skip "$SKIP"
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Drun-ptest9 SKIP=""
11 SKIP="$SKIP async-\* event-\*"
13 SKIP="$SKIP cmdMZ-6.6"
15 SKIP="$SKIP exit-1.\*"
17 SKIP="$SKIP \*io-46.1"
19 SKIP="$SKIP io-13.6"
21 SKIP="$SKIP socket-\* socket_inet-\*"
25 ./tcltest tests/all.tcl -file $i -skip "$SKIP"
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_skip_unittest.cpp14 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 Ddecompress_unlzo.c41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument
61 /* get version (2bytes), skip library version (2), in parse_header()
82 /* skip mode and mtime_low */ in parse_header()
85 parse += 4; /* skip mtime_high */ in parse_header()
88 /* don't care about the file name, and skip checksum */ in parse_header()
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()
[all …]
H A Dsg_split.c21 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 Diov_iter.c30 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/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py33 Skip test based on value of a data store's variable.
36 check it against value; if are equal it will skip the test
43 msg = ('Checking if %r value is %r to skip test' %
52 Skip test based on value of a data store's variable.
55 check it against value; if are not equal it will skip the
62 msg = ('Checking if %r value is not %r to skip test' %
71 Skip test if value is in data store's variable.
76 msg = ('Checking if %r value contains %r to skip '
85 Skip test if value is not in data store's variable.
111 Skip test based on DISTRO_FEATURES.
[all …]
/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/
H A Drun-ptest3 # If there is numa support, run the tests. Otherwise skip all the tests.
12 echo "SKIP: numademo"
18 echo "SKIP: ./../test/bind_range"
19 echo "SKIP: ./../test/checkaffinity"
20 echo "SKIP: ./../test/checktopology"
21 echo "SKIP: ./../test/distance"
22 echo "SKIP: ./../test/nodemap"
23 echo "SKIP: ./../test/tbitmap"
24 echo "SKIP: numactl_regress"
25 echo "SKIP: numademo"
/openbmc/openbmc-test-automation/lib/
H A Dboot_utils.robot13 # 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/tools/testing/kunit/test_data/
H A Dtest_skip_all_tests.log5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped
6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped
7 ok 3 - string_stream_test_get_string # SKIP all tests skipped
8 ok 1 - string-stream-test # SKIP
12 ok 1 - example_simple_test # SKIP all tests skipped
14 ok 2 - example_skip_test # SKIP this test should be skipped
15 ok 2 - example # SKIP
/openbmc/linux/arch/powerpc/boot/
H A Ddecompress.c43 static unsigned long skip; variable
65 /* skip this entire block */ in flush()
66 if (end <= skip) { in flush()
71 /* skip some data at the start, but keep the rest of the block */ 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()
104 * @skip number of output bytes to ignore
112 * The skip functionality is mainly there so the program and discover
130 skip = _skip; in partial_decompress()
[all …]
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_awg_utils.c20 SKIP, enumerator
39 /* skip, repeat and replay arg should not exceed 1023. in awg_generate_instr()
54 case SKIP: in awg_generate_instr()
61 /* SKIP instruction not needed */ in awg_generate_instr()
66 /* SKIP 0 not permitted but we want to skip 1 in awg_generate_instr()
67 * pixel. So we transform SKIP into SET in awg_generate_instr()
128 /* skip trailing pixel */ in awg_generate_line_signal()
133 ret |= awg_generate_instr(SKIP, val, 0, 0, fwparams); in awg_generate_line_signal()
142 /* skip the number of active pixel */ in awg_generate_line_signal()
144 ret |= awg_generate_instr(SKIP, val, 0, 1, fwparams); in awg_generate_line_signal()
[all …]
/openbmc/linux/drivers/crypto/bcm/
H A Dutil.h55 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,
87 /* Copy sg data, from skip, length len, to dest */
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 Dutil.c19 * @skip: [in] Distance from the start of the scatterlist, in bytes
20 * @sge: [out] Scatterlist entry at skip bytes from start
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()
49 /* Copy len bytes of sg data, starting at offset skip, to a dest buffer */
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()
67 * into the scatterlist dest, starting skip bytes into the scatterlist.
[all …]
/openbmc/qemu/docs/spin/
H A Dwin32-qemu-event.promela47 :: 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 Daio_notify_bug.promela42 :: 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;
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
H A Dtag.c24 * @param[in] skip
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/qemu/tests/qemu-iotests/
H A D1604 # qemu-img dd test for the skip option
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/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch15 Add LTTNG_TOOLS_DISABLE_KERNEL_TESTS to skip the lttng kernel features
21 SKIP in result.
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 ||
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp19 bool gzGetLines(const std::string& filename, uint64_t skip, uint64_t top, in gzGetLines() argument
29 if (!readFile(logStream, skip, top, logEntries, logCount)) in gzGetLines()
58 bool readFile(gzFile logStream, uint64_t skip, uint64_t top, in readFile() argument
76 if (!hostLogEntryParser(bufferStr, skip, top, logEntries, logCount)) in readFile()
86 bool hostLogEntryParser(const std::string& bufferStr, uint64_t skip, in hostLogEntryParser() argument
116 if (logCount > skip && logCount <= (skip + top)) in hostLogEntryParser()
147 if (logCount > skip && logCount <= (skip + top)) in hostLogEntryParser()
179 // Solved an edge case that the log doesn't in skip and top range, in hostLogEntryParser()
183 if ((logCount + 1) > skip && (logCount + 1) <= (skip + top)) in hostLogEntryParser()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch30 echo " --skip-cleanup Skip post-build cleanup" >&2
31 echo " --skip-gcc-check Skip gcc version matching check" >&2
35 …inux:,jobs:,target:,name:,output:,oot-module:,debug,cross-compile:,skip-gcc-check,skip-cleanup" --…
36 …bs:,target:,name:,output:,oot-module:,debug,cross-compile:,distro:,skip-gcc-check,skip-cleanup" --…
48 --skip-cleanup)
/openbmc/qemu/target/hexagon/
H A Dgen_idef_parser_funcs.py56 ## Skip the priv instructions
59 ## Skip the guest instructions
62 ## Skip instructions that saturate in a ternary expression
65 ## Skip instructions using switch
68 ## Skip trap instructions
71 ## Skip 128-bit instructions
85 ## Skip interleave/deinterleave instructions
88 ## Skip instructions using bit reverse
99 ## Skip other unsupported instructions
122 ## Skip instructions that are incompatible with short-circuit
/openbmc/linux/kernel/
H A Dstacktrace.c78 unsigned int skip; member
89 if (c->skip > 0) { in stack_trace_consume_entry()
90 c->skip--; in stack_trace_consume_entry()
108 * @skipnr: Number of entries to skip at the start of the stack trace
119 .skip = skipnr + 1, in stack_trace_save()
132 * @skipnr: Number of entries to skip at the start of the stack trace
143 /* skip this function if they are tracing us */ in stack_trace_save_tsk()
144 .skip = skipnr + (current == tsk), in stack_trace_save_tsk()
160 * @skipnr: Number of entries to skip at the start of the stack trace
171 .skip = skipnr, in stack_trace_save_regs()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dnetdevice.sh11 # Kselftest framework requirement - SKIP code is 4.
23 echo "SKIP: $netdev: interface already up"
66 echo "SKIP: $netdev: already have an IP"
71 echo "SKIP: $netdev: set IP address"
82 echo "SKIP: $netdev: ethtool: invalid number of arguments"
89 echo "SKIP: $netdev: ethtool $2 not supported"
110 echo "SKIP: ethtool not present"
116 echo "SKIP: Cannot create a tmp file"
142 echo "SKIP: $netdev: interface kept up"
182 echo "SKIP: Need root privileges"
[all …]

12345678910>>...182