Lines Matching refs:tmp
276 const char *tmp; in unpack_strdup() local
278 int res = unpack_str(e, &tmp, name); in unpack_strdup()
284 *string = kmemdup(tmp, res, GFP_KERNEL); in unpack_strdup()
442 u32 tmp = 0; in unpack_rlimits() local
443 if (!unpack_u32(e, &tmp, NULL)) in unpack_rlimits()
445 profile->rlimits.mask = tmp; in unpack_rlimits()
481 u32 tmp; in unpack_profile() local
508 if (!unpack_u32(e, &tmp, NULL)) in unpack_profile()
510 profile->xmatch_len = tmp; in unpack_profile()
516 if (!unpack_u32(e, &tmp, NULL)) in unpack_profile()
518 if (tmp & PACKED_FLAG_HAT) in unpack_profile()
520 if (!unpack_u32(e, &tmp, NULL)) in unpack_profile()
522 if (tmp == PACKED_MODE_COMPLAIN) in unpack_profile()
524 else if (tmp == PACKED_MODE_KILL) in unpack_profile()
526 else if (tmp == PACKED_MODE_UNCONFINED) in unpack_profile()
528 if (!unpack_u32(e, &tmp, NULL)) in unpack_profile()
530 if (tmp) in unpack_profile()
751 struct aa_load_ent *tmp, *ent; in aa_unpack() local
799 list_for_each_entry_safe(ent, tmp, lh, list) { in aa_unpack()