Searched refs:catsetp (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/security/smack/
H A Dsmackfs.c181 static inline void smack_catset_bit(unsigned int cat, char *catsetp) smack_catset_bit() argument
186 catsetp[(cat - 1) / 8] |= 0x80 >> ((cat - 1) % 8); smack_catset_bit()

Completed in 102 milliseconds