Searched refs:tst_cap (Results 1 – 11 of 11) sorted by relevance
26 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()
34 struct tst_cap { struct70 void tst_cap_action(struct tst_cap *cap);81 void tst_cap_setup(struct tst_cap *cap, unsigned int action_mask);
219 struct tst_cap *caps;
60 struct tst_cap dropadmin = {66 struct tst_cap needadmin = {
29 .caps = (struct tst_cap []) {
47 .caps = (struct tst_cap []) {
58 .caps = (struct tst_cap []) {
189 .caps = (struct tst_cap []) {
179 .caps = (struct tst_cap []) {
173 .caps = (struct tst_cap []) {
1824 .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