| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbPrKeyEv.c | 52 XkbBehavior behavior; in XkbProcessKeyboardEvent() local 65 behavior = xkbi->desc->server->behaviors[key]; in XkbProcessKeyboardEvent() 71 if (!(behavior.type & XkbKB_Permanent)) { in XkbProcessKeyboardEvent() 72 switch (behavior.type) { in XkbProcessKeyboardEvent() 90 ndx = (behavior.data & (~XkbKB_RGAllowNone)); in XkbProcessKeyboardEvent() 99 if (behavior.data & XkbKB_RGAllowNone) { in XkbProcessKeyboardEvent() 130 if (behavior.type == XkbKB_Overlay1) in XkbProcessKeyboardEvent() 148 (behavior.data >= xkbi->desc->min_key_code) && in XkbProcessKeyboardEvent() 149 (behavior.data <= xkbi->desc->max_key_code)) { in XkbProcessKeyboardEvent() 150 event->detail.key = behavior.data; in XkbProcessKeyboardEvent() [all …]
|
| H A D | xkbtext.c | 1246 XkbBehaviorText(XkbDescPtr xkb, XkbBehavior * behavior, unsigned format) in XkbBehaviorText() argument 1251 if (behavior->type == XkbKB_Default) in XkbBehaviorText() 1254 snprintf(buf, sizeof(buf), "{ %3d, 0x%02x }", behavior->type, in XkbBehaviorText() 1255 behavior->data); in XkbBehaviorText() 1260 type = behavior->type & XkbKB_OpMask; in XkbBehaviorText() 1261 permanent = ((behavior->type & XkbKB_Permanent) != 0); in XkbBehaviorText() 1270 g = ((behavior->data) & (~XkbKB_RGAllowNone)) + 1; in XkbBehaviorText() 1271 if (XkbKB_RGAllowNone & behavior->data) { in XkbBehaviorText() 1287 kc = behavior->data; in XkbBehaviorText()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | device_cgroup.c | 45 enum devcg_behavior behavior; member 167 return (devcg->behavior != DEVCG_DEFAULT_NONE); in is_devcg_online() 185 dev_cgroup->behavior = DEVCG_DEFAULT_ALLOW; in devcgroup_online() 190 dev_cgroup->behavior = parent_dev_cgroup->behavior; in devcgroup_online() 202 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_offline() 218 dev_cgroup->behavior = DEVCG_DEFAULT_NONE; in devcgroup_css_alloc() 282 if (devcgroup->behavior == DEVCG_DEFAULT_ALLOW) { in devcgroup_seq_show() 394 enum devcg_behavior behavior) in verify_new_ex() argument 402 if (dev_cgroup->behavior == DEVCG_DEFAULT_ALLOW) { in verify_new_ex() 403 if (behavior == DEVCG_DEFAULT_ALLOW) { in verify_new_ex() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-bridge-emul.c | 367 const struct pci_bridge_reg_behavior *behavior; in pci_bridge_emul_conf_read() local 383 behavior = bridge->pcie_cap_regs_behavior; in pci_bridge_emul_conf_read() 387 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_read() 402 *value &= behavior[reg / 4].ro | behavior[reg / 4].rw | in pci_bridge_emul_conf_read() 403 behavior[reg / 4].w1c; in pci_bridge_emul_conf_read() 429 const struct pci_bridge_reg_behavior *behavior; in pci_bridge_emul_conf_write() local 456 behavior = bridge->pcie_cap_regs_behavior; in pci_bridge_emul_conf_write() 460 behavior = bridge->pci_regs_behavior; in pci_bridge_emul_conf_write() 464 new = old & (~mask | ~behavior[reg / 4].rw); in pci_bridge_emul_conf_write() 467 new |= (value << shift) & (behavior[reg / 4].rw & mask); in pci_bridge_emul_conf_write() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | madvise.c | 49 static int madvise_need_mmap_write(int behavior) in madvise_need_mmap_write() argument 51 switch (behavior) { in madvise_need_mmap_write() 71 unsigned long start, unsigned long end, int behavior) in madvise_behavior() argument 78 switch (behavior) { in madvise_behavior() 121 error = ksm_madvise(vma, start, end, behavior, &new_flags); in madvise_behavior() 127 error = hugepage_madvise(vma, &new_flags, behavior); in madvise_behavior() 795 int behavior) in madvise_dontneed_free() argument 842 if (behavior == MADV_DONTNEED) in madvise_dontneed_free() 844 else if (behavior == MADV_FREE) in madvise_dontneed_free() 903 static int madvise_inject_error(int behavior, in madvise_inject_error() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | mmap.c | 65 static size_t madvise__scnprintf_behavior(int behavior, char *bf, size_t size) in madvise__scnprintf_behavior() argument 70 …if (behavior < strarray__madvise_advices.nr_entries && strarray__madvise_advices.entries[behavior]… in madvise__scnprintf_behavior() 71 return scnprintf(bf, size, "MADV_%s", strarray__madvise_advices.entries[behavior]); in madvise__scnprintf_behavior() 73 return scnprintf(bf, size, "%#", behavior); in madvise__scnprintf_behavior()
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | code-of-conduct.rst | 19 Examples of behavior that contributes to creating a positive environment 29 Examples of unacceptable behavior by participants include: 44 Maintainers are responsible for clarifying the standards of acceptable behavior 46 any instances of unacceptable behavior. 67 Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
| /OK3568_Linux_fs/yocto/meta-clang/ |
| H A D | CODE_OF_CONDUCT.md | 14 Examples of behavior that contributes to creating a positive environment 23 Examples of unacceptable behavior by participants include: 37 behavior and are expected to take appropriate and fair corrective action in 38 response to any instances of unacceptable behavior. 57 Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | disable-Wvarargs-with-clang.patch | 7 behavior, we relegate this to be just a warning instead 8 of error and keep the behavior as it was. Right fix would 13 …t that undergoes default argument promotion to 'va_start' has undefined behavior [-Werror,-Wvararg…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gimp/babl/ |
| H A D | babl_0.1.92.bb | 14 CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore " 15 CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore "
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 4 This target emulates the behavior of bad sectors at arbitrary 10 requests on specific blocks (to emulate the behavior of a hard disk 13 When the failure behavior is enabled (i.e.: when the output of 22 This emulates the "remapped sector" behavior of a drive with bad 71 Check the status of the read behavior ("bypass" indicates that all I/O 111 To enable the "fail read on bad block" behavior, send the "enable" message:: 129 therefore emulating the "remap" behavior of hard disk drives:: 302 This target seeks to provide a device that can exhibit the behavior
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 14 Steps to reproduce the behavior: 20 **Expected behavior**
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | memory-allocation.rst | 32 The GFP flags control the allocators behavior. They tell what memory 87 GFP flags and reclaim behavior 112 **default** page allocator behavior is used. That means that not costly 114 that behavior so failures have to be checked properly by callers 117 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior 123 behavior and all allocation requests try really hard. The request 127 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | syscall64-abi.rst | 74 Syscall behavior can change if the processor is in transactional or suspended 75 transaction state, and the syscall can affect the behavior of the transaction. 84 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF 95 behavior should not be relied upon.
|
| /OK3568_Linux_fs/kernel/arch/xtensa/ |
| H A D | Kconfig.debug | 18 The default linker behavior is to combine identical literal 28 Enable this option to test S32C1I instruction behavior at boot.
|
| /OK3568_Linux_fs/kernel/scripts/selinux/mdp/ |
| H A D | mdp.c | 154 #define FS_USE(behavior, fstype) \ in main() argument 156 behavior, fstype, mls ? ":" SYSTEMLOW : "") in main()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 9 Because VM is getting complex (one of reasons is memcg...), memcg's behavior 10 is complex. This is a document for memcg's internal behavior. 114 But brief explanation of the behavior of memcg around shmem will be 161 (Memory behavior under GB and Memory behavior under MB shows very
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | drivetemp.rst | 38 drives as well. The same behavior is observed if the 'hdtemp' or 'smartd' 44 drives experience similar behavior.
|
| /OK3568_Linux_fs/kernel/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 27 all these different devices has also allowed the behavior of each 29 This divergence of behavior has been very significant for CD-ROM 35 maintain uniform behavior across all the Linux CD-ROM drivers. 37 This document describes an effort to establish Uniform behavior across 66 importantly, it appeared that the behavior of the `standard` commands 73 behavior was usually different. 94 **one** Linux CD-ROM interface with consistent behavior for all 123 importantly, this led to the divergence of behavior, which has already 127 CD-ROM drive behavior, and to provide a common set of services to the various 165 place where the behavior of all CD-ROM-devices is defined and [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | jfs.rst | 16 iocharset=none specifies the default behavior explicitly. 34 previously specified in order to restore normal behavior.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | mem_alignment.rst | 30 To change the alignment trap behavior, simply echo a number into 34 bit behavior when set
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat.txt | 18 This tool is useful for observing guest behavior from the host perspective. 19 Often conclusions about performance or buggy behavior can be drawn from the
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/ |
| H A D | README | 6 Functional tests shall test the documented behavior of the futex operation 7 code under test. This includes checking for proper behavior under normal use,
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 63 the special behavior this device has. The device allows to read 67 Because of the non-standard behavior also the error values are 69 is returned for other operations, e.g. SEEK_CUR. This behavior
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-behave_1.2.6.bb | 1 SUMMARY = "A behavior-driven development framework, Python style"
|