Home
last modified time | relevance | path

Searched refs:tst_cap (Results 1 – 11 of 11) sorted by relevance

/external/ltp/lib/
Dtst_capability.c26 static void do_cap_drop(uint32_t *set, uint32_t mask, const struct tst_cap *cap) in do_cap_drop()
35 const struct tst_cap *cap) in do_cap_req()
46 void tst_cap_action(struct tst_cap *cap) in tst_cap_action()
82 void tst_cap_setup(struct tst_cap *caps, unsigned int action_mask) in tst_cap_setup()
84 struct tst_cap *cap; in tst_cap_setup()
/external/ltp/include/
Dtst_capability.h34 struct tst_cap { struct
70 void tst_cap_action(struct tst_cap *cap);
81 void tst_cap_setup(struct tst_cap *cap, unsigned int action_mask);
Dtst_test.h219 struct tst_cap *caps;
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl06.c60 struct tst_cap dropadmin = {
66 struct tst_cap needadmin = {
/external/ltp/lib/newlib_tests/
Dtst_capability02.c29 .caps = (struct tst_cap []) {
Dtst_capability01.c47 .caps = (struct tst_cap []) {
/external/ltp/testcases/kernel/syscalls/capget/
Dcapget01.c58 .caps = (struct tst_cap []) {
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl02.c189 .caps = (struct tst_cap []) {
/external/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog03.c179 .caps = (struct tst_cap []) {
Dbpf_prog02.c173 .caps = (struct tst_cap []) {
/external/ltp/doc/
Dtest-writing-guidelines.txt1824 .caps = (struct tst_cap []) {
1833 a NULL terminated array containing two 'tst_cap' structs. 'TST_CAP_REQ'
1841 .caps = (struct tst_cap []) {
1860 tst_cap *cap)' directly which can be called at any time. This also helps if