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.c492 AA_DEBUG(DEBUG_UNPACK, in process_strs_entry()
563 AA_DEBUG(DEBUG_UNPACK, "process_strs %d i %d pos %ld", in unpack_strs_table()
569 AA_DEBUG(DEBUG_UNPACK, "!multi && c > 1"); in unpack_strs_table()
735 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
743 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
755 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
762 AA_DEBUG(DEBUG_UNPACK, "hdrs.table[%d].count=%d != tags->strs.table[%d]=%d", in verify_tags()
768 AA_DEBUG(DEBUG_UNPACK, "hdrs.table[%d].size=%d != strs.table[%d].size=%d", in verify_tags()
842 AA_DEBUG(DEBUG_UNPACK, "headers %ld size %d", (long) hdrs, size); in unpack_tag_headers()
981 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