Home
last modified time | relevance | path

Searched refs:skip (Results 251 – 275 of 1281) sorted by relevance

1...<<11121314151617181920>>...52

/openbmc/linux/tools/testing/vsock/
H A Dutil.h33 bool skip; member
/openbmc/linux/tools/perf/util/
H A Ddsos.h37 bool (skip)(struct dso *dso, int parm), int parm);
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dmeson.build22 'skip']
/openbmc/linux/drivers/media/usb/gspca/
H A Dstk1135.c487 int skip = sizeof(struct stk1135_pkt_header); in sd_pkt_scan() local
525 skip = 8; /* the header is longer */ in sd_pkt_scan()
529 gspca_frame_add(gspca_dev, pkt_type, data + skip, len - skip); in sd_pkt_scan()
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot41 Redfish Power On stack_mode=skip
83 Redfish Power On stack_mode=skip
105 Redfish Power On stack_mode=skip
166 Redfish Power On stack_mode=skip
/openbmc/linux/arch/microblaze/kernel/
H A Dhead.S113 beqid r5, skip /* Skip if NULL pointer */
121 beqid r2, skip /* Skip if no data */
128 skip: label
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-fim.c97 struct v4l2_ctrl *skip = fim->ctrl[FIM_CL_NUM_SKIP]; in reset_fim() local
106 fim->num_skip = skip->cur.val; in reset_fim()
114 fim->num_skip = skip->val; in reset_fim()
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h383 .skip -(((144f-143f)-(141b-140b)) > 0) * ((144f-143f)-(141b-140b)),0x90
421 .skip -((alt_max_2(new_len1, new_len2) - (old_len)) > 0) * \
443 .skip -((alt_max_3(new_len1, new_len2, new_len3) - (old_len)) > 0) * \
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh15 dd if="$pkg" skip="$o" iflag=skip_bytes status=none $*
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dmusl-legacy-error.bb22 # We will skip parsing for non-musl systems
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra74x-p.dtsi26 ti,irqs-skip = <10 67 68 133 139 140>;
/openbmc/linux/drivers/staging/media/sunxi/
H A DKconfig9 kernel: saying N will just cause Kconfig to skip all the
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c468 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
471 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
472 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
483 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
485 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
487 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/openbmc/linux/fs/ubifs/
H A Drecovery.c462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
466 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
479 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmemfd_secret.c28 #define skip(fmt, ...) ksft_test_result_skip(fmt, ##__VA_ARGS__) macro
148 skip("%s is not supported\n", name); in check_child_status()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Ddiag.sh59 local skip="${4-SKIP}"
66 if [ "$nr" = "$skip" ] && ! mptcp_lib_expect_all_features; then
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h48 if (_metadata->skip) \
67 _metadata->skip = 1; \
/openbmc/linux/include/linux/
H A Dkernel.h382 extern void trace_dump_stack(int skip);
411 static inline void trace_dump_stack(int skip) { } in trace_dump_stack() argument
/openbmc/linux/include/net/
H A Dpkt_sched.h18 int skip; member
300 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump()
/openbmc/linux/arch/mips/kvm/
H A Dfpu.S29 bgez t0, 1f # no: skip odd doubles
73 bgez t0, 1f # no: skip odd doubles
/openbmc/linux/net/ipv6/
H A Dudp_offload.c142 goto skip; in udp6_gro_receive()
151 skip: in udp6_gro_receive()
/openbmc/openbmc-test-automation/extended/
H A Dtest_bios_update.robot22 # "skip" indicates to OBMC Boot Test that it should only process boot stack
25 ${stack_mode} skip
/openbmc/qemu/tests/tcg/
H A DMakefile.target72 skip-test = @printf " SKIPPED %s on $(TARGET_NAME) because %s\n" $1 $2
80 $(call skip-test,"$1 check","no reference"))
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h234 uint64_t skip:7; member
236 uint64_t skip:7;
1339 uint64_t skip:7; member
1341 uint64_t skip:7;
1390 uint64_t skip:7; member
1392 uint64_t skip:7;
1429 uint64_t skip:7; member
1431 uint64_t skip:7;
1479 uint64_t skip:7; member
1481 uint64_t skip:7;
[all …]
/openbmc/linux/drivers/net/wireless/microchip/
H A DKconfig9 kernel: saying N will just cause the configurator to skip all the

1...<<11121314151617181920>>...52