Home
last modified time | relevance | path

Searched refs:skip (Results 76 – 100 of 1281) sorted by relevance

12345678910>>...52

/openbmc/linux/arch/x86/include/asm/
H A Dlinkage.h27 #define FUNCTION_PADDING .skip CONFIG_FUNCTION_ALIGNMENT, 0x90;
94 #define CFI_POST_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
96 #define CFI_PRE_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
/openbmc/u-boot/tools/binman/
H A Dcontrol.py131 skip = []
135 skip.append(name)
136 if skip:
137 print 'Skipping images: %s\n' % ', '.join(skip)
/openbmc/linux/arch/arc/kernel/
H A Dstacktrace.c190 if (trace->skip > 0) in __collect_all()
191 trace->skip--; in __collect_all()
208 if (trace->skip > 0) in __collect_all_but_sched()
209 trace->skip--; in __collect_all_but_sched()
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_reorder.S20 if (p0.new) jump:nt skip
29 skip: label
/openbmc/qemu/tests/tcg/sh4/
H A DMakefile.target9 $(call skip-test, $<, "BROKEN")
11 $(call skip-test, $<, "BROKEN")
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dpower.c148 u8 skip; in iwl_static_sleep_cmd() local
171 skip = 0; in iwl_static_sleep_cmd()
177 skip = table[lvl].no_dtim; in iwl_static_sleep_cmd()
180 max_sleep[IWL_POWER_VEC_SIZE - 1] = skip + 1; in iwl_static_sleep_cmd()
187 cpu_to_le32(period * (skip + 1)); in iwl_static_sleep_cmd()
194 if (skip) in iwl_static_sleep_cmd()
237 skip, period); in iwl_static_sleep_cmd()
/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.softmmu-target55 $(call skip-test, $<, "MANUAL ONLY")
58 $(call skip-test, $<, "MANUAL ONLY")
87 $(call skip-test, "BUILD of $@", "missing compiler support")
89 $(call skip-test, "RUN of pauth-3", "not built")
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_server_power_operations_sub_menu.robot41 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
54 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
89 Redfish Power Off stack_mode=skip
97 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
107 Redfish Power Off stack_mode=skip
115 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
126 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
141 [Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-test_ctypes.test_find-skip-without-tools-sdk.patch4 Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk
26 + @unittest.skip("Needs IMAGE_FEATURE += \"tools-sdk\"")
31 + @unittest.skip("Needs IMAGE_FEATURE += \"tools-sdk\"")
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ftp.c67 char skip; member
76 .skip = ' ',
84 .skip = ' ',
100 .skip = '(',
288 char skip, char term, in find_pattern() argument
313 if (skip) { in find_pattern()
314 for (i = plen; data[i] != skip; i++) in find_pattern()
321 pr_debug("Skipped up to 0x%hhx delimiter!\n", skip); in find_pattern()
449 search[dir][i].skip, in help()
/openbmc/u-boot/test/py/tests/
H A Dtest_sleep.py22 pytest.skip('sleep is not accurate')
25 pytest.skip('sleep command not supported')
/openbmc/linux/drivers/cxl/core/
H A Dhdm.c251 skip_start = res->start - cxled->skip; in __cxl_dpa_release()
253 if (cxled->skip) in __cxl_dpa_release()
255 cxled->skip = 0; in __cxl_dpa_release()
338 cxled->skip = skipped; in __cxl_dpa_reserve()
484 resource_size_t start, avail, skip; in cxl_dpa_alloc() local
519 skip = 0; in cxl_dpa_alloc()
536 skip = skip_end - skip_start + 1; in cxl_dpa_alloc()
815 u64 size, base, skip, dpa_size, lo, hi; in init_hdm_decoder() local
943 skip = (hi << 32) + lo; in init_hdm_decoder()
944 rc = devm_cxl_dpa_reserve(cxled, *dpa_base + skip, dpa_size, skip); in init_hdm_decoder()
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py7 skip = 0 variable in ResultState
76 return sum(1 for t in self._testsuite if t.result == ResultState.skip)
97 if t.result == ResultState.skip or t.result == ResultState.noresult:
127 if t.result == ResultState.skip:
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.mako.cpp143 skip = values["skipOn"]
144 if skip == "assert":
146 elif skip == "deassert":
149 assert "Unknown skip value " + str(skip)
/openbmc/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh22 function skip() { function
94 skip "failed to set kernel.ftrace_enabled = $1"
169 skip "unable to load module ${mod}, verify CONFIG_TEST_LIVEPATCH=m and run self-tests as root"
185 skip "unable to load module ${mod}, verify CONFIG_TEST_LIVEPATCH=m and run self-tests as root"
/openbmc/linux/tools/testing/ktest/examples/include/
H A Dmin-config.conf50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net
58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_btf.c13 bool skip = false; variable
45 skip = true; in dump_task_struct()
H A Dtest_core_reloc_module.c21 bool skip; member
66 data.skip = true; in BPF_PROG()
100 data.skip = true; in BPF_PROG()
/openbmc/openbmc/poky/scripts/contrib/
H A Ddevtool-stress.py68 if args.skip:
69 skip = args.skip.split(',')
71 skip = []
89 for item in skip:
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py60 for skip in skips:
61 if (test.id()+'.').startswith(skip+'.'):
62 … setattr(test, 'setUp', skipfuncgen('Skip by the command line argument "%s"' % skip))
65 for skip in skips:
66 if (cid + '.').startswith(skip + '.'):
67 … setattr(tclass, 'setUpHooker', skipfuncgen('Skip by the command line argument "%s"' % skip))
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c386 bool skip = true; in __cmd_test() local
394 skip = false; in __cmd_test()
397 if (skip) in __cmd_test()
522 const char *skip = NULL; in cmd_test() local
525 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test()
557 if (skip != NULL) in cmd_test()
558 skiplist = intlist__new(skip); in cmd_test()
/openbmc/u-boot/arch/arm/dts/
H A Dbcm283x-uboot.dtsi14 skip-init;
19 skip-init;
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c252 int i, len = 0, skip = 0; in dialog_clear() local
271 if (skip == 0) in dialog_clear()
274 skip--; in dialog_clear()
276 if (skip == 0) in dialog_clear()
279 skip--; in dialog_clear()
281 if (skip < strlen(pos->text)) { in dialog_clear()
282 waddstr(stdscr, pos->text + skip); in dialog_clear()
283 skip = 0; in dialog_clear()
285 skip -= strlen(pos->text); in dialog_clear()
287 if (skip == 0) in dialog_clear()
[all …]
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c252 int i, len = 0, skip = 0; in dialog_clear() local
271 if (skip == 0) in dialog_clear()
274 skip--; in dialog_clear()
276 if (skip == 0) in dialog_clear()
279 skip--; in dialog_clear()
281 if (skip < strlen(pos->text)) { in dialog_clear()
282 waddstr(stdscr, pos->text + skip); in dialog_clear()
283 skip = 0; in dialog_clear()
285 skip -= strlen(pos->text); in dialog_clear()
287 if (skip == 0) in dialog_clear()
[all …]
/openbmc/linux/fs/reiserfs/
H A Dxattr.c544 size_t skip = 0; in reiserfs_xattr_set_handle() local
564 skip = file_pos = sizeof(struct reiserfs_xattr_header); in reiserfs_xattr_set_handle()
565 if (chunk + skip > PAGE_SIZE) in reiserfs_xattr_set_handle()
566 chunk = PAGE_SIZE - skip; in reiserfs_xattr_set_handle()
576 memcpy(data + skip, buffer + buffer_pos, chunk); in reiserfs_xattr_set_handle()
579 skip); in reiserfs_xattr_set_handle()
586 skip = 0; in reiserfs_xattr_set_handle()
703 size_t skip = 0; in reiserfs_xattr_get() local
722 chunk -= skip; in reiserfs_xattr_get()
736 memcpy(buffer + buffer_pos, data + skip, chunk); in reiserfs_xattr_get()
[all …]

12345678910>>...52