Home
last modified time | relevance | path

Searched refs:KEY_USR_SEARCH (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dkey_perms.h76 #if defined(KEY_USR_SEARCH) || (defined(HAVE_DECL_KEY_USR_SEARCH) && HAVE_DECL_KEY_USR_SEARCH)
78 static_assert((KEY_USR_SEARCH) == (0x00080000), "KEY_USR_SEARCH != 0x00080000");
81 # define KEY_USR_SEARCH 0x00080000
223 XLAT(KEY_USR_SEARCH),
Dkey_perms.in11 KEY_USR_SEARCH 0x00080000
/external/syzkaller/sys/linux/
Dkey_386.const65 KEY_USR_SEARCH = 524288
Dkey_amd64.const65 KEY_USR_SEARCH = 524288
Dkey_ppc64le.const65 KEY_USR_SEARCH = 524288
Dkey_arm.const65 KEY_USR_SEARCH = 524288
Dkey_arm64.const65 KEY_USR_SEARCH = 524288
Dkey.txt50 …OS_LINK, KEY_POS_SETATTR, KEY_USR_VIEW, KEY_USR_READ, KEY_USR_WRITE, KEY_USR_SEARCH, KEY_USR_LINK,…
/external/ltp/include/lapi/
Dkeyctl.h168 # define KEY_USR_SEARCH 0x00080000 macro