Home
last modified time | relevance | path

Searched refs:capset (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dcap_helpers.c8 int capset(cap_user_header_t header, const cap_user_data_t data);
33 err = capset(&hdr, data); in cap_enable_effective()
62 err = capset(&hdr, data); in cap_disable_effective()
/linux/kernel/
H A Dcapability.c216 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl134 124 n64 capset sys_capset
/linux/scripts/
H A Dsyscall.tbl118 91 common capset sys_capset
/linux/tools/scripts/
H A Dsyscall.tbl118 91 common capset sys_capset
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl150 185 common capset sys_capset
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl175 159 common capset sys_capset
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl138 126 common capset sys_capset
H A Dsyscall_32.tbl200 185 i386 capset sys_capset
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl36 22 common capset sys_capset
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl202 185 common capset sys_capset
/linux/security/
H A Dcommoncap.c1496 LSM_HOOK_INIT(capset, cap_capset),
H A Dsecurity.c638 return call_int_hook(capset, new, old, effective, inheritable, in security_capset()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl240 184 common capset sys_capset
/linux/security/selinux/
H A Dhooks.c7569 LSM_HOOK_INIT(capset, selinux_capset),