Home
last modified time | relevance | path

Searched refs:__user_cap_header_struct (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dcap_helpers.c13 struct __user_cap_header_struct hdr = { in cap_enable_effective()
43 struct __user_cap_header_struct hdr = { in cap_disable_effective()
H A Dtest_verifier.c1239 struct __user_cap_header_struct hdr;
/openbmc/linux/include/uapi/linux/
H A Dcapability.h39 typedef struct __user_cap_header_struct { struct
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c95 struct __user_cap_header_struct hdr;
/openbmc/linux/include/linux/
H A Dcapability.h34 #define _USER_CAP_HEADER_SIZE (sizeof(struct __user_cap_header_struct))
/openbmc/qemu/linux-user/
H A Dsyscall.c395 _syscall2(int, capget, struct __user_cap_header_struct *, header,
397 _syscall2(int, capset, struct __user_cap_header_struct *, header,
11664 struct __user_cap_header_struct header; in _syscall2()