Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dmapping.c140 unmap_perm(security_class_t tclass, access_vector_t tperm) in unmap_perm() argument
147 if (tperm & (UINT32_C(1)<<i)) { in unmap_perm()
149 tperm &= ~(UINT32_C(1)<<i); in unmap_perm()
160 return tperm; in unmap_perm()
190 access_vector_t tperm = 0; in map_perm() local
194 tperm |= UINT32_C(1)<<i; in map_perm()
198 if (tperm == 0) { in map_perm()
203 return tperm; in map_perm()
Dmapping.h19 unmap_perm(security_class_t tclass, access_vector_t tperm);