| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 199 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 207 *effective = cred->cap_effective; in cap_capget() 243 const kernel_cap_t *effective, in cap_capset() argument 265 if (!cap_issubset(*effective, *permitted)) in cap_capset() 268 new->cap_effective = *effective; in cap_capset() 552 bool *effective, in bprm_caps_from_vfs_caps() argument 560 *effective = true; in bprm_caps_from_vfs_caps() 587 return *effective ? ret : 0; in bprm_caps_from_vfs_caps() 674 bool *effective, bool *has_fcap) in get_file_caps() argument 705 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | capability.c | 171 kdata[i].effective = pE.cap[i]; in SYSCALL_DEFINE2() 226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 250 effective.cap[i] = kdata[i].effective; in SYSCALL_DEFINE2() 255 effective.cap[i] = 0; in SYSCALL_DEFINE2() 261 effective.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2() 270 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-cgroup.rst | 23 | **bpftool** **cgroup** { **show** | **list** } *CGROUP* [**effective**] 24 | **bpftool** **cgroup tree** [*CGROUP_ROOT*] [**effective**] 39 **bpftool cgroup { show | list }** *CGROUP* [**effective**] 45 If **effective** is specified retrieve effective programs that 49 **bpftool cgroup tree** [*CGROUP_ROOT*] [**effective**] 58 If **effective** is specified retrieve effective programs that
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 134 cgrp->bpf.effective[type], in cgroup_bpf_release() 275 old_array = rcu_replace_pointer(cgrp->bpf.effective[type], old_array, in activate_effective_progs() 292 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() 557 desc->bpf.effective[type], in replace_effective_prog() 703 desc->bpf.effective[type], in purge_effective_progs() 771 struct bpf_prog_array *effective; in __cgroup_bpf_query() local 775 effective = rcu_dereference_protected(cgrp->bpf.effective[type], in __cgroup_bpf_query() 779 cnt = bpf_prog_array_length(effective); in __cgroup_bpf_query() 796 return bpf_prog_array_copy_to_user(effective, prog_ids, cnt); in __cgroup_bpf_query() 1065 cgrp->bpf.effective[type], skb, __bpf_prog_run_save_cb); in __cgroup_bpf_run_filter_skb() [all …]
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_iso.h | 58 unsigned char effective[17];/* effective date */ member 96 unsigned char effective[17];/* effective date */ member
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | dump_pagetables.c | 255 pgprotval_t effective; in effective_prot() local 260 effective = (higher_prot & prot & (_PAGE_USER | _PAGE_RW)) | in effective_prot() 263 effective = prot; in effective_prot() 266 st->prot_levels[level] = effective; in effective_prot()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 76 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at 81 3. Calculate new combined scales from "effective" input window to requested user 102 "effective" crop:
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-eventconvert.c | 333 assert(out->mods.effective_mods == in->mods.effective); in test_values_XIDeviceEvent() 338 assert(out->group.effective_group == in->group.effective); in test_values_XIDeviceEvent() 439 in.mods.effective = 11; in test_convert_XIDeviceEvent() 443 in.group.effective = 15; in test_convert_XIDeviceEvent() 562 in.mods.effective = 1L; in test_convert_XIDeviceEvent() 564 in.mods.effective = 1L << 8; in test_convert_XIDeviceEvent() 566 in.mods.effective = 1L << 16; in test_convert_XIDeviceEvent() 568 in.mods.effective = 1L << 24; in test_convert_XIDeviceEvent() 570 in.mods.effective = ~0L; in test_convert_XIDeviceEvent() 589 in.mods.effective = 1; in test_convert_XIDeviceEvent() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/debug/ |
| H A D | omap2plus.S | 30 10: adr \rp, 99f @ get effective addr of 99f 34 sub \tmp, \rp, \rv @ make it effective
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | eventstr.h | 123 uint32_t effective;/**< XKB effective modifiers */ member 129 uint8_t effective;/**< XKB effective group */ member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 855 cap->data[1].effective |= 1 << (38 /* CAP_PERFMON */ - 32); in set_admin() 856 cap->data[1].effective |= 1 << (39 /* CAP_BPF */ - 32); in set_admin() 858 cap->data[1].effective &= ~(1 << (38 - 32)); in set_admin() 859 cap->data[1].effective &= ~(1 << (39 - 32)); in set_admin() 1128 bpf_priv = cap->data[1].effective & (1 << (39/* CAP_BPF */ - 32)); in is_admin() 1129 perfmon_priv = cap->data[1].effective & (1 << (38/* CAP_PERFMON */ - 32)); in is_admin()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 142 extern int cap_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritabl… 144 const kernel_cap_t *effective, 267 kernel_cap_t *effective, 271 const kernel_cap_t *effective, 535 kernel_cap_t *effective, in security_capget() argument 539 return cap_capget(target, effective, inheritable, permitted); in security_capget() 544 const kernel_cap_t *effective, in security_capset() argument 548 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | freezer-subsystem.rst | 66 When read, returns the effective state of the cgroup - "THAWED", 82 THAWED. Note that the effective state may not change to THAWED if 83 the parent-state is still freezing. If a cgroup's effective state
|
| /OK3568_Linux_fs/buildroot/package/libapparmor/ |
| H A D | Config.in | 7 AppArmor is an effective and easy-to-use Linux application
|
| /OK3568_Linux_fs/buildroot/package/szip/ |
| H A D | Config.in | 10 provide fast and effective compression, specifically for the
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sunxi-bananapi-m2-plus-v1.2.dtsi | 10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | fe-get-frontend.rst | 36 This ioctl call queries the currently effective frontend parameters. For
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | capability.h | 45 __u32 effective; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | capability.h | 45 __u32 effective; member
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0006-qgstreamerplayersession-add-seek-direct-to-ensure-se.patch | 5 effective
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | capability.h | 45 __u32 effective; member
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pm_qos_interface.rst | 21 (effective) target value. The aggregated target value is updated with changes 193 whatever is necessary to transfer the effective requirement value to the 196 Whenever the effective latency tolerance changes for the device, its 197 .set_latency_tolerance() callback will be executed and the effective value will
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/startup-notification/ |
| H A D | startup-notification_0.12.bb | 9 # effective license is LGPL
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | cxl.rst | 18 both access system memory directly and with the same effective 58 the AFU needs to read a particular effective address, it sends 126 effective address of a work queue or status block where the AFU 193 using the same effective addresses. No additional calls are 221 defined by the AFU. Typically this is an effective
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 296 /* { dg-require-effective-target lp64 } */ 308 /* { dg-require-effective-target lp64 } */ 320 /* { dg-require-effective-target lp64 } */
|