| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/ |
| H A D | 0001-depmod-Add-support-for-excluding-a-directory.patch | 8 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 D | rm_work.bbclass | 49 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 D | copyleft_filter.bbclass | 5 # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | rootfs.py | 49 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__.py | 220 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 D | perf.rst | 13 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 D | help.c | 60 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 D | help.h | 31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 01-kconfig-kernel-to-buildroot.patch | 30 - "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 D | sym53c8xx.h | 116 u_long excludes[8]; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/daemontools/ |
| H A D | daemontools_0.76.bb | 8 each line and, for each log, includes or excludes lines matching specified \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2-selection-targets.rst | 34 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 D | po.m4 | 39 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 D | OGL-Canada-2.0 | 30 The Information is licensed “as is”, and the Information Provider excludes all representations, war…
|
| H A D | copyleft-next-0.3.1 | 132 ** 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 D | copyleft-next-0.3.0 | 131 ** 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 D | NCGL-UK-2.0 | 48 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
|
| H A D | OGL-UK-1.0 | 39 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
|
| H A D | OPUBL-1.0 | 53 …on" is defined as a change to the semantic content of the document, and excludes mere changes in f…
|
| H A D | OGL-UK-3.0 | 40 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 D | copyleft-next-0.3.0 | 131 ** 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 D | perf-security.rst | 182 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 D | coresight-etm4x-reference.rst | 280 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 D | arcmsr_spec.rst | 210 length excludes these two bytes 880 (low byte 1st, excludes length and checksum byte)
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_scan.S | 64 | normal fpu instruction? (this excludes fsave/frestore)
|