Home
last modified time | relevance | path

Searched refs:KEY_POS_VIEW (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dkey_perms.h6 #if defined(KEY_POS_VIEW) || (defined(HAVE_DECL_KEY_POS_VIEW) && HAVE_DECL_KEY_POS_VIEW)
8 static_assert((KEY_POS_VIEW) == (0x01000000), "KEY_POS_VIEW != 0x01000000");
11 # define KEY_POS_VIEW 0x01000000
213 XLAT(KEY_POS_VIEW),
Dkey_perms.in1 KEY_POS_VIEW 0x01000000
/external/ltp/include/lapi/
Dkeyctl.h156 #ifndef KEY_POS_VIEW
157 # define KEY_POS_VIEW 0x01000000 macro
/external/syzkaller/sys/linux/
Dkey_arm.const44 KEY_POS_VIEW = 16777216
Dkey_amd64.const44 KEY_POS_VIEW = 16777216
Dkey_ppc64le.const44 KEY_POS_VIEW = 16777216
Dkey_arm64.const44 KEY_POS_VIEW = 16777216
Dkey_386.const44 KEY_POS_VIEW = 16777216
Dkey.txt33 # perm is a mask of KEY_POS_VIEW, etc consants, but they cover almost whole int32.
50 key_perm = KEY_POS_VIEW, KEY_POS_READ, KEY_POS_WRITE, KEY_POS_SEARCH, KEY_POS_LINK, KEY_POS_SETATTR…
/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key04.c44 KEY_POS_SEARCH|KEY_POS_READ|KEY_POS_VIEW)); in do_test()