Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/openbmc/openbmc-test-automation/test_lists/
H A Dskip_test_witherspoon2 --exclude Verify_Minimal_Memory_Buffer_Inventory
3 --exclude Verify_Minimal_Main_Planar_Inventory
4 --exclude Verify_Minimal_System_Inventory
6 --exclude io_board_Present
7 --exclude io_board_Fault
9 --exclude Test_Heartbeat_LED_And_Verify_Via_REST
10 --exclude Test_Beep_LED_And_Verify_Via_REST
11 --exclude Test_Identify_LED_And_Verify_Via_REST
13 --exclude Verify_Unrecoverable_Callout_Handling_For_NXDMAENG
15 --exclude Test_Non_SSL_Connection_To_Port_80
[all …]
H A Dskip_test_palmetto2 --exclude System_Present
3 --exclude Chassis_Present
5 --exclude Disable_PowerCap
7 --exclude Execute_ipmi_BT_capabilities_command
9 --exclude io_board_Present
10 --exclude io_board_Fault
11 --exclude Verify_Enabling_OCC_Turbo_Setting_Via_IPMI
12 --exclude Verify_Disabling_OCC_Turbo_Setting_Via_IPMI
13 --exclude Verify_Setting_OCC_Turbo_Via_REST
15 --exclude Set_BMC_Time_With_Split_And_Manual
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dperl-ptest.inc13 …tar -c --exclude=try --exclude=a.out --exclude='*.o' --exclude=libperl.so* --exclude=[Mm]akefile -…
14 … --exclude=cygwin --exclude=os2 --exclude=djgpp --exclude=qnx --exclude=symbian --exclude=haiku \
15 --exclude=vms --exclude=vos --exclude=NetWare --exclude=amigaos4 --exclude=buildcustomize.pl \
16 …--exclude='win32/config.*' --exclude=plan9 --exclude=README.plan9 --exclude=perlplan9.pod --exclud…
17 --exclude=veryclean.sh --exclude=realclean.sh --exclude=getioctlsizes \
18 --exclude=dl_aix.xs --exclude=sdbm.3 --exclude='cflags.SH' --exclude=[Mm]akefile.old \
19 …--exclude=miniperl --exclude=generate_uudmap --exclude=patches --exclude='config.log' * | ( cd ${D…
/openbmc/linux/tools/memory-model/scripts/
H A Dsimpletest.sh24 exclude="^[[:space:]]*\("
25 exclude="${exclude}spin_lock(\|spin_unlock(\|spin_trylock(\|spin_is_locked("
26 exclude="${exclude}\|rcu_read_lock(\|rcu_read_unlock("
27 exclude="${exclude}\|synchronize_rcu(\|synchronize_rcu_expedited("
28 exclude="${exclude}\|srcu_read_lock(\|srcu_read_unlock("
29 exclude="${exclude}\|synchronize_srcu(\|synchronize_srcu_expedited("
30 exclude="${exclude}\)"
31 if grep -q $exclude $litmus
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb_11.4.4.bb12 --exclude CMakeFiles \
13 --exclude cmake_install.cmake \
14 --exclude Makefile \
15 --exclude=*.a \
16 --exclude=*.h \
17 --exclude=*.o \
18 --exclude=*.so \
19 --exclude=*.d \
20 --exclude=*.txt
23 --exclude CMakeFiles \
[all …]
/openbmc/linux/arch/mips/pci/
H A Dfixup-sb1250.c39 struct sb1250_bus_dma_limit_exclude *exclude = data; in sb1250_bus_dma_limit() local
43 exclude_this = exclude->set && (dev->bus->number >= exclude->start && in sb1250_bus_dma_limit()
44 dev->bus->number <= exclude->end); in sb1250_bus_dma_limit()
45 ht_bridge = !exclude->set && (dev->vendor == PCI_VENDOR_ID_SIBYTE && in sb1250_bus_dma_limit()
51 exclude->start = dev->subordinate->number; in sb1250_bus_dma_limit()
52 exclude->end = pci_bus_max_busnr(dev->subordinate); in sb1250_bus_dma_limit()
53 exclude->set = true; in sb1250_bus_dma_limit()
55 exclude->start, exclude->end); in sb1250_bus_dma_limit()
66 struct sb1250_bus_dma_limit_exclude exclude = { .set = false }; in quirk_sb1250_pci_dac() local
68 pci_walk_bus(dev->bus, sb1250_bus_dma_limit, &exclude); in quirk_sb1250_pci_dac()
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch4 Subject: [PATCH] autoreconf-exclude.patch
20 + -x, --exclude=STEPS steps we should not run
28 +# Steps to exclude
29 +my @exclude;
39 + 'x|exclude=s' => \@exclude,
47 + @exclude = map { split /,/ } @exclude;
56 + @ex = grep (/^autopoint$/, @exclude);
68 + @ex = grep (/^libtoolize$/, @exclude);
81 + @ex = grep (/^gtkdocize$/, @exclude);
93 + @ex = grep (/^autoconf$/, @exclude);
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py30 layers = layers.exclude(
35 layer__name__icontains=search_term).exclude(
72 name__icontains=search_term).exclude(pk__in=primary_results)
74 layer_version__layer__name__icontains=search_term).exclude(
75 pk__in=primary_results).exclude(pk__in=secondary_results)
104 … secondary_results = distros.filter(name__icontains=search_term).exclude(pk__in=primary_results)
105 …ilter(layer_version__layer__name__icontains=search_term).exclude(pk__in=primary_results).exclude(p…
132 name__icontains=search_term).exclude(pk__in=primary_results)
134 layer_version__layer__name__icontains=search_term).exclude(
135 pk__in=primary_results).exclude(pk__in=secondary_results)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch4 Subject: Exclude VCS directory with writing from an archive
43 +# Test --exclude-vcs option with subcommands: EXTRACT, LIST, DIFF.
49 +# > The --exclude-vcs flag seems to exclude .gitignore but not .git when
52 +AT_SETUP([--exclude-vcs extract list compare])
53 +AT_KEYWORDS([exclude-vcs extract list compare exclude18])
80 +tar -xvf gitrepo.tar --exclude-vcs | sort
84 +tar -tf gitrepo.tar --exclude-vcs | sort
88 +tar -dvf gitrepo.tar --exclude-vcs gitrepo | sort
/openbmc/openbmc-test-automation/test_lists/witherspoon/
H A Dskip_inband_ipmi2 --exclude Verify_Disabling_And_Enabling_IPMI_Via_Host
3 --exclude Verify_Disabling_IPMI_Via_OOB_IPMI
4 --exclude Verify_IPMI_Disable_Persistency_After_BMC_Reboot
5 --exclude eSEL
H A Dskip_oob_ipmi2 --exclude Verify_Disabling_And_Enabling_IPMI_Via_Host
3 --exclude Verify_Disabling_IPMI_Via_OOB_IPMI
4 --exclude Verify_IPMI_Disable_Persistency_After_BMC_Reboot
5 --exclude Ipmi_Sol
/openbmc/linux/Documentation/arch/arm64/
H A Dperf.rst20 Userspace always runs at EL0 and thus this attribute will exclude EL0.
31 For the host this attribute will exclude EL1 and additionally EL2 on a VHE
34 For the guest this attribute will exclude EL1. Please note that EL2 is
46 For a non-VHE host this attribute will exclude EL2 as we consider the
57 These attributes exclude the KVM host and guest, respectively.
69 For non-VHE systems we exclude EL2 for exclude_host - upon entering and
73 For VHE systems we exclude EL1 for exclude_guest and exclude both EL0,EL2
75 to include/exclude EL0 as appropriate based on the exclude_host and
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/
H A Dlapack_3.12.1.bb81 --exclude CMakeFiles \
82 --exclude cmake_install.cmake \
83 --exclude Makefile
85 --exclude CMakeFiles \
86 --exclude cmake_install.cmake \
87 --exclude Makefile
89 --exclude CMakeFiles \
90 --exclude cmake_install.cmake \
91 --exclude Makefile
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb.sh168 filter_mode exclude &> /dev/null
301 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "exclude"
302 check_err $? "Default filter mode is not \"exclude\""
306 bridge mdb add dev br0 port $swp1 grp $grp vid 10 filter_mode exclude \
322 filter_mode exclude source_list $src1
337 # Check that group timer is set for temporary (*, G) EXCLUDE, but not
340 filter_mode exclude source_list $src1
343 check_err $? "(*, G) EXCLUDE entry not added as \"temp\" when should"
348 check_fail $? "(*, G) EXCLUDE entry does not have a pending group timer"
380 ## Filter mode (include / exclude) tests.
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_mdb.sh168 filter_mode exclude &> /dev/null
301 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "exclude"
302 check_err $? "Default filter mode is not \"exclude\""
306 bridge mdb add dev br0 port $swp1 grp $grp vid 10 filter_mode exclude \
322 filter_mode exclude source_list $src1
337 # Check that group timer is set for temporary (*, G) EXCLUDE, but not
340 filter_mode exclude source_list $src1
343 check_err $? "(*, G) EXCLUDE entry not added as \"temp\" when should"
348 check_fail $? "(*, G) EXCLUDE entry does not have a pending group timer"
380 ## Filter mode (include / exclude) tests.
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py55 for param, recipes in {'include':args.include,'exclude':args.exclude}.items():
76 if not len(set(workspace.keys()).difference(set(args.exclude))):
88 if recipe not in args.exclude:
108 …group.add_argument('--exclude', '-e', nargs='+', default=[], help='Exclude recipes into the tar ar…
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c372 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); in test__checkevent_exclude_host_modifier()
373 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); in test__checkevent_exclude_host_modifier()
383 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); in test__checkevent_exclude_guest_modifier()
384 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); in test__checkevent_exclude_guest_modifier()
418 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier()
419 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier()
420 TEST_ASSERT_VAL("wrong exclude host", !evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier()
433 TEST_ASSERT_VAL("wrong exclude idle", evsel->core.attr.exclude_idle); in test__checkevent_exclude_idle_modifier_1()
434 TEST_ASSERT_VAL("wrong exclude guest", !evsel->core.attr.exclude_guest); in test__checkevent_exclude_idle_modifier_1()
435 TEST_ASSERT_VAL("wrong exclude host", evsel->core.attr.exclude_host); in test__checkevent_exclude_idle_modifier_1()
[all …]
/openbmc/qemu/scripts/
H A Dmake-release77 exclude=(--exclude=.git)
81 exclude+=(--exclude=subprojects/"$(subproject_dir $sp)")
84 tar "${exclude[@]}" -cJf ${destination}.tar.xz ${destination}
/openbmc/linux/tools/perf/
H A Dperf-completion.sh7 local exclude i j first
8 # Which word separators to exclude?
9 exclude="${1//[^$COMP_WORDBREAKS]}"
11 if [ -z "$exclude" ]; then
25 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ]
62 local exclude cur_ words_ cword_
64 exclude=$2
67 __my_reassemble_comp_words_by_ref "$exclude"
/openbmc/openbmc-build-scripts/scripts/
H A Dgenerate-html-index.py5 and all its sub-directories. There are options to exclude certain files and
16 create_index_file(l_args.logs_dir_path, "/", l_args.exclude)
29 i_exclude_list A Python list of files and directories to exclude from
116 "--exclude",
119 help="A space-delimited list of files to exclude from the index.",
/openbmc/linux/net/bridge/
H A DKconfig47 Say N to exclude this support and reduce the binary size.
61 Say N to exclude this support and reduce the binary size.
73 Say N to exclude this support and reduce the binary size.
84 Say N to exclude this support and reduce the binary size.
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_filter.bbclass19 COPYLEFT_LICENSE_EXCLUDE[doc] = 'Space separated list of globs which exclude licenses'
38 COPYLEFT_PN_EXCLUDE[doc] = 'Space separated list of recipe names to exclude'
61 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d)
64 is_included, reason = oe.license.is_included(d.getVar('LICENSE'), include, exclude)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo.bbclass117 tar -C ${S}/src/${GO_IMPORT} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' . | \
119 tar -C ${B} -cf - --exclude-vcs --exclude '*.test' --exclude 'testdata' pkg | \
/openbmc/u-boot/include/linux/
H A Dlibfdt.h92 * Given a list of nodes to include and properties to exclude, find
97 * for all nodes but exclude the property "data", then you will get the
130 * @exc_prop: List of properties names to exclude
131 * @exc_prop_count: Number of properties in exclude list
151 * Given a nodes and properties to include and properties to exclude, find
166 * for all nodes but exclude the property "data", then you will get the
178 * The nodes/properties to include/exclude are defined by a function
182 * 0 - to exclude this part
240 * @return 0 to exclude, 1 to include, -1 if no information is
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch1 Hack in support for an "exclude" config option for the init module, so
61 +local($dir, $f, @stbuf, @rv, @exclude);
63 +@exclude = split(/,/, $config{exclude});
72 + $f =~ /^mandrake/ || grep {$_ eq $f} @exclude ) { next; }

12345678910>>...29