Searched refs:log_debug (Results 1 – 6 of 6) sorted by relevance
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstransd.c | 42 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro 44 #define log_debug(fmt, ...) ; macro 73 log_debug("%s\n", "cleanup_exit"); in cleanup_exit() 81 log_debug("%s\n", "clean_exit"); in clean_exit() 237 log_debug("Failed to read request header %d != %u\n",(int)count, in service_request() 245 log_debug("Header invalid data1_size=%u data2_size=%u\n", in service_request() 252 log_debug("Could not allocate %d bytes\n", data1_size); in service_request() 258 log_debug("Could not allocate %d bytes\n", data2_size); in service_request() 272 log_debug("Failed to read request data (%d)\n", (int)count); in service_request() 374 log_debug("The connection with fd (%d) hung up\n", in process_events()
|
D | mcstrans.c | 44 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro 46 #define log_debug(fmt, ...) ; macro 456 log_debug("%s\n", "add_constraint"); in add_constraint() 645 log_debug(" add_cache (%s,%s)\n", raw, trans); in add_cache() 731 log_debug("%d: %s", lineno, buffer); in process_trans() 944 log_debug(" found %s in hashtable returning %s\n", range, trans); in find_in_hashtable() 1018 log_debug(">>> %s classification regexp=%s\n", domain->name, buffer); in build_regexps() 1030 log_debug(">>> %s %s prefix regexp=%s\n", domain->name, g->name, buffer); in build_regexps() 1071 log_debug(">>> %s %s modifier regexp=%s\n", domain->name, g->name, buffer); in build_regexps() 1081 log_debug(">>> %s %s suffix regexp=%s\n", domain->name, g->name, buffer); in build_regexps() [all …]
|
/external/e2fsprogs/lib/quota/ |
D | common.h | 21 # define log_debug(format, arg ...) \ macro 25 # define log_debug(format, ...) macro
|
D | mkquota.c | 82 log_debug("setting quota ino in superblock: ino=%u, type=%d", ino, in quota_set_sb_inum() 301 log_debug("ADD_DATA: Inode: %u, UID/GID: %u/%u, space: %ld", ino, in quota_data_add() 327 log_debug("SUB_DATA: Inode: %u, UID/GID: %u/%u, space: %ld", ino, in quota_data_sub() 352 log_debug("ADJ_INODE: Inode: %u, UID/GID: %u/%u, adjust: %d", ino, in quota_data_inodes()
|
D | quotaio.c | 212 log_debug("Opening quota ino=%lu, type=%d", qf_ino, type); in quota_file_open() 312 log_debug("Creating quota ino=%lu, type=%d", qf_inum, type); in quota_file_create()
|
D | quotaio_tree.c | 257 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth); in do_insert_tree() 318 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u", in qtree_write_dquot() 332 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u", in qtree_write_dquot()
|