Home
last modified time | relevance | path

Searched refs:exclude (Results 176 – 200 of 274) sorted by relevance

1234567891011

/openbmc/qemu/
H A D.travis.yml229 --disable-user --target-list-exclude=${MAIN_SOFTMMU_TARGETS}"
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl819 my $exclude = 0;
831 $exclude = 1;
838 if (!$exclude) {
/openbmc/linux/scripts/
H A Dget_maintainer.pl869 my $exclude = 0;
881 $exclude = 1;
888 if (!$exclude) {
H A Dspdxcheck.py368 fname = args.exclude
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dbuildtables.py38 self.queryset = build.package_set.all().exclude(recipe=None)
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/
H A Drpidistro-vlc_3.0.17.bb28 …${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '', 'file://3008-vo-Makefile.am-exclude-libgl_pl…
/openbmc/phosphor-host-ipmid/
H A Dmeson.options39 option('libuserlayer', type: 'feature', description: 'Option to exclue exclude libuserlayer')
/openbmc/linux/net/tipc/
H A Dname_table.c630 u32 exclude, bool mcast) in tipc_nametbl_lookup_group() argument
654 if (p->sk.ref == exclude && p->sk.node == self) in tipc_nametbl_lookup_group()
H A Dsocket.c1014 u32 node, port, exclude; in tipc_send_group_anycast() local
1025 exclude = tipc_group_exclude(tsk->group); in tipc_send_group_anycast()
1032 exclude, false)) in tipc_send_group_anycast()
1168 u32 dstcnt, exclude; in tipc_send_group_mcast() local
1173 exclude = tipc_group_exclude(grp); in tipc_send_group_mcast()
1175 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, exclude, true)) in tipc_send_group_mcast()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.3.rst45 - gcsections: add nativesdk-cairo to exclude list
H A Drelease-notes-4.1.2.rst140 - rm_work: exclude the SSTATETASKS from the rm_work tasks sinature
H A Dmigration-2.3.rst234 exclude GPLv3 or set :term:`PREFERRED_VERSION`
254 of the GPLv3 components for those that need to exclude GPLv3-licensed
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,tphy.yaml101 Register shared by multiple ports, exclude port's private register.
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dlocal.conf.sample.extended237 # set the files that you'd like to exclude from the diff:
238 #ARCHIVER_MODE[diff-exclude] ?= ".pc autom4te.cache patches"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dautotools.bbclass40 EXTRA_AUTORECONF += "--exclude=autopoint"
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/
H A Dopenssh_9.7p1.bb69 EXTRA_AUTORECONF += "--exclude=aclocal"
/openbmc/linux/Documentation/doc-guide/
H A Dkernel-doc.rst551 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
/openbmc/linux/Documentation/fb/
H A Dintel810.rst201 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2,
/openbmc/linux/Documentation/dev-tools/
H A Dgcov.rst65 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c4110 const struct pci_device_id *exclude; in pciserial_init_one() local
4128 exclude = pci_match_id(blacklist, dev); in pciserial_init_one()
4129 if (exclude) { in pciserial_init_one()
4130 if (exclude->driver_data) in pciserial_init_one()
4132 (const char *)exclude->driver_data); in pciserial_init_one()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-2.5-AU29 … Rights. Nothing in this Licence excludes or modifies, or is intended to exclude or modify, (inclu…
54 …igitally perform. You may not offer or impose any terms on the Work that exclude, alter or restric…
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml177 azoteq,ati-exclude:
515 azoteq,ati-exclude:
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dkickstart.rst157 - ``--exclude-path``: This option is a Wic-specific option that
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch190 +// root-delegation-only exclude { "DE"; "MUSEUM"; };
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass172 git_exclude_file = os.path.join(s_dir, '.git/info/exclude')

1234567891011