Lines Matching refs:perm
197 * aa_perm_mask_to_str - convert a perm mask to its short string
205 unsigned int i, perm = 1;
208 for (i = 0; i < num_chrs; perm <<= 1, i++) {
209 if (mask & perm) {
225 unsigned int i, perm = 1;
228 for (i = 0; i < 32; perm <<= 1, i++) {
229 if (mask & perm) {
334 /* for v5 perm mapping in the policydb, the other set is used
335 * to extend the general perm set
423 * perm masks appropriately.