Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcapsicum.h52 #define CAPRIGHT(idx, bit) ((1ULL << (57 + (idx))) | (bit)) macro
74 #define CAP_READ CAPRIGHT(0, 0x0000000000000001ULL)
76 #define CAP_WRITE CAPRIGHT(0, 0x0000000000000002ULL)
78 #define CAP_SEEK_TELL CAPRIGHT(0, 0x0000000000000004ULL)
89 #define CAP_MMAP CAPRIGHT(0, 0x0000000000000010ULL)
105 #define CAP_CREATE CAPRIGHT(0, 0x0000000000000040ULL)
107 #define CAP_FEXECVE CAPRIGHT(0, 0x0000000000000080ULL)
109 #define CAP_FSYNC CAPRIGHT(0, 0x0000000000000100ULL)
111 #define CAP_FTRUNCATE CAPRIGHT(0, 0x0000000000000200ULL)
114 #define CAP_LOOKUP CAPRIGHT(0, 0x0000000000000400ULL)
[all …]