Home
last modified time | relevance | path

Searched refs:DEBUG_UNPACK (Results 1 – 4 of 4) sorted by relevance

/linux/security/apparmor/
H A Dpolicy_unpack.c491 AA_DEBUG(DEBUG_UNPACK, in process_strs_entry()
562 AA_DEBUG(DEBUG_UNPACK, "process_strs %d i %d pos %ld", in unpack_strs_table()
568 AA_DEBUG(DEBUG_UNPACK, "!multi && c > 1"); in unpack_strs_table()
734 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
742 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
754 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
761 AA_DEBUG(DEBUG_UNPACK, "hdrs.table[%d].count=%d != tags->strs.table[%d]=%d", in verify_tags()
767 AA_DEBUG(DEBUG_UNPACK, "hdrs.table[%d].size=%d != strs.table[%d].size=%d", in verify_tags()
841 AA_DEBUG(DEBUG_UNPACK, "headers %ld size %d", (long) hdrs, size); in unpack_tag_headers()
979 AA_DEBUG(DEBUG_UNPACK, "unpacking tags"); in unpack_pdb()
[all …]
H A Dpolicy_compat.c268 AA_DEBUG(DEBUG_UNPACK, in compute_perms()
H A Dlib.c47 { "unpack", DEBUG_UNPACK },
/linux/security/apparmor/include/
H A Dlib.h33 #define DEBUG_UNPACK 0x20 macro