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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack.h228 static inline void smack_catset_bit(int cat, char *catsetp) argument
233 catsetp[(cat - 1) / 8] |= 0x80 >> ((cat - 1) % 8);

Completed in 57 milliseconds