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.c475 AA_DEBUG(DEBUG_UNPACK, in process_strs_entry()
546 AA_DEBUG(DEBUG_UNPACK, "process_strs %d i %d pos %ld", in unpack_strs_table()
552 AA_DEBUG(DEBUG_UNPACK, "!multi && c > 1"); in unpack_strs_table()
718 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
726 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
738 AA_DEBUG(DEBUG_UNPACK, in verify_tags()
745 AA_DEBUG(DEBUG_UNPACK, "hdrs.table[%d].count=%d != tags->strs.table[%d]=%d", in verify_tags()
751 AA_DEBUG(DEBUG_UNPACK, "hdrs.table[%d].size=%d != strs.table[%d].size=%d", in verify_tags()
825 AA_DEBUG(DEBUG_UNPACK, "headers %ld size %d", (long) hdrs, size); in unpack_tag_headers()
963 AA_DEBUG(DEBUG_UNPACK, "unpackin 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