Home
last modified time | relevance | path

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

/external/strace/xlat/
Dkey_perms.h55 #if defined(KEY_USR_VIEW) || (defined(HAVE_DECL_KEY_USR_VIEW) && HAVE_DECL_KEY_USR_VIEW)
57 static_assert((KEY_USR_VIEW) == (0x00010000), "KEY_USR_VIEW != 0x00010000");
60 # define KEY_USR_VIEW 0x00010000
220 XLAT(KEY_USR_VIEW),
Dkey_perms.in8 KEY_USR_VIEW 0x00010000
/external/syzkaller/sys/linux/
Dkey_386.const67 KEY_USR_VIEW = 65536
Dkey_amd64.const67 KEY_USR_VIEW = 65536
Dkey_ppc64le.const67 KEY_USR_VIEW = 65536
Dkey_arm.const67 KEY_USR_VIEW = 65536
Dkey_arm64.const67 KEY_USR_VIEW = 65536
Dkey.txt50 …S_READ, KEY_POS_WRITE, KEY_POS_SEARCH, KEY_POS_LINK, KEY_POS_SETATTR, KEY_USR_VIEW, KEY_USR_READ, …
/external/ltp/include/lapi/
Dkeyctl.h165 # define KEY_USR_VIEW 0x00010000 macro