Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 90) sorted by relevance

1234

/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c198 m.data.v1.effective = 0x7FFFFFFFU; in capng_fill()
202 m.data.v3[0].effective = 0xFFFFFFFFU; in capng_fill()
205 m.data.v3[1].effective = 0xFFFFFFFFU; in capng_fill()
311 m.data.v3[0].effective = in load_data()
313 m.data.v3[1].effective = in load_data()
316 m.data.v3[0].effective = 0; in load_data()
317 m.data.v3[1].effective = 0; in load_data()
360 m.data.v3[idx].effective |= MASK(capability); in update_effective()
362 m.data.v3[idx].effective &= ~(MASK(capability)); in update_effective()
406 v1_update(action, capability, &m.data.v1.effective); in capng_update()
[all …]
/external/strace/
Dcapability.c32 uint32_t effective; member
112 print_cap_bits(data[0].effective, len > 1 ? data[1].effective : 0); in print_cap_data()
/external/libcap-ng/libcap-ng-0.7/
DChangeLog23 - Fix effective capabilities read from file descriptor
27 - In netcap and pscap use the effective uid
52 - Use bit mask on effective capabilities check in have_capabilities
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-load-store-vsx.ll4 ;; whether it is used as base or offset. If used as base, the effective
6 ;; an offset the content will be used in the effective address. We observed that
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java471 boolean[] effective = new boolean[n]; in toStackMap2()
475 effective[0] = prev.incoming > 0; in toStackMap2()
477 int num = effective[0] ? 1 : 0; in toStackMap2()
480 if (effective[i] = isTarget(bb, blocks[i - 1])) { in toStackMap2()
492 if (effective[i]) in toStackMap2()
/external/valgrind/memcheck/tests/linux/
Dcapget.c29 d.effective, in main()
Dcapget.stderr.exp3 effective 0
Dcapget.stderr.exp24 effective 0x........
/external/llvm/test/MC/Mips/
Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
Dmips_abi_flags_xx_set.s36 # An explicit .gnu_attribute must be checked against the effective
Dnooddspreg-cmdarg.s41 # An explicit .gnu_attribute must be checked against the effective
Dnooddspreg.s43 # An explicit .gnu_attribute must be checked against the effective
Dmips_abi_flags_xx.s44 # An explicit .gnu_attribute must be checked against the effective
/external/kernel-headers/original/uapi/linux/
Dcapability.h46 __u32 effective; member
/external/llvm/test/MC/Mips/mips64/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r2/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r3/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r5/
Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r5/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/msa/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r2/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r3/
Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/icu/icu4c/source/data/brkitr/
Dtitle.txt35 # Short rule, will be effective only when moving to the start of text,
/external/openssh/
Duidswap.c293 cap.effective = cap.permitted = (1 << CAP_SYS_BOOT); in permanently_set_uid()

1234