Home
last modified time | relevance | path

Searched refs:excludes (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-depmod-Add-support-for-excluding-a-directory.patch8 already excludes directories named source or build. This change
70 + struct cfg_exclude *excludes;
92 + exc->next = cfg->excludes;
93 + cfg->excludes = exc;
122 + while (cfg->excludes) {
123 + struct cfg_exclude *tmp = cfg->excludes;
124 + cfg->excludes = cfg->excludes->next;
145 + for (exc = cfg->excludes; exc != NULL; exc = exc->next) {
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drm_work.bbclass49 excludes='${RM_WORK_EXCLUDE_ITEMS}'
76 excludes="$excludes recipe-sysroot-native"
111 elif ! echo "$excludes" | grep -q -w "$dir"; then
161 excludes = (d.getVar("RM_WORK_EXCLUDE") or "").split()
172 if pn in excludes:
H A Dcopyleft_filter.bbclass5 # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py49 excludes = [ 'log_check', r'^\+' ]
51 excludes.extend(self.log_check_expected_regexes)
53 excludes += [x for x in (self.d.getVar("IMAGE_LOG_CHECK_EXCLUDES") or "").split(" ") if x]
54 excludes = [re.compile(x) for x in excludes]
62 for ee in excludes:
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py220 excludes = []
224 excludes = f.readlines()
227 if 'singletask.lock\n' not in excludes:
228 excludes.append('singletask.lock\n')
230 for line in excludes:
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dperf.rst13 This attribute excludes userspace.
21 This attribute excludes the kernel.
36 This attribute excludes the hypervisor.
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dhelp.c60 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() argument
66 while (ci < cmds->cnt && ei < excludes->cnt) { in exclude_cmds()
67 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
H A Dhelp.h31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D01-kconfig-kernel-to-buildroot.patch30 - "Pressing <Y> includes, <N> excludes, <M> modularizes features. "
31 + "Pressing <Y> selects a feature, while <N> excludes a feature. "
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h116 u_long excludes[8]; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/daemontools/
H A Ddaemontools_0.76.bb8 each line and, for each log, includes or excludes lines matching specified \
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst34 This includes only active pixels and excludes other non-active
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dpo.m439 dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
40 dnl The second test excludes FreeBSD msgfmt.
57 dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
58 dnl The second test excludes FreeBSD xgettext.
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DOGL-Canada-2.030 The Information is licensed “as is”, and the Information Provider excludes all representations, war…
H A Dcopyleft-next-0.3.1132 ** Distributor of My Work excludes the implied warranties of title, **
199 using, or selling My Work, and excludes claims that would be infringed
H A Dcopyleft-next-0.3.0131 ** Distributor of My Work excludes the implied warranties of title, **
198 using, or selling My Work, and excludes claims that would be infringed
H A DNCGL-UK-2.048 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
H A DOGL-UK-1.039 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
H A DOPUBL-1.053 …on" is defined as a change to the semantic content of the document, and excludes mere changes in f…
H A DOGL-UK-3.040 The Information is licensed 'as is' and the Information Provider and/or Licensor excludes all repre…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/licenses/
H A Dcopyleft-next-0.3.0131 ** Distributor of My Work excludes the implied warranties of title, **
198 using, or selling My Work, and excludes claims that would be infringed
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dperf-security.rst182 but excludes raw tracepoints and ftrace function tracepoints
191 excludes system wide performance monitoring. CPU and system events
/OK3568_Linux_fs/kernel/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst280 exception filter bits. Setting ‘1’ excludes trace from the
785 (EL1) in the address range comparator. (the default setting excludes all
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Darcmsr_spec.rst210 length excludes these two bytes
880 (low byte 1st, excludes length and checksum byte)
/OK3568_Linux_fs/kernel/arch/m68k/math-emu/
H A Dfp_scan.S64 | normal fpu instruction? (this excludes fsave/frestore)

1234