Searched refs:log_debug (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | mkquota.c | 98 log_debug("setting quota ino in superblock: ino=%u, type=%d", ino, in quota_set_sb_inum() 111 log_debug("Couldn't read bitmaps: %s", error_message(retval)); in quota_remove_inode() 139 log_debug("Couldn't write bitmaps: %s", error_message(retval)); in quota_remove_inode() 176 log_debug("Unable to allocate quota handle: %s", in quota_write_inode() 183 log_debug("Couldn't read bitmaps: %s", error_message(retval)); in quota_write_inode() 197 log_debug("Cannot initialize io on quotafile"); in quota_write_inode() 221 log_debug("Couldn't write bitmaps: %s", error_message(retval)); in quota_write_inode() 292 log_debug("Failed to allocate quota context"); in quota_init_context() 303 log_debug("Failed to allocate dictionary"); in quota_init_context() 383 log_debug("ADD_DATA: Inode: %u, UID/GID: %u/%u, space: %ld", ino, in quota_data_add() [all …]
|
D | common.h | 29 # define log_debug(format, arg ...) \ macro 33 # define log_debug(...) macro
|
D | quotaio.c | 235 log_debug("Opening quota ino=%lu, type=%d", qf_ino, qtype); in quota_file_open() 366 log_debug("Creating quota ino=%lu, type=%d", qf_inum, type); in quota_file_create()
|
D | quotaio_tree.c | 261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth); in do_insert_tree() 323 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u", in qtree_write_dquot() 338 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u", in qtree_write_dquot()
|
/external/selinux/mcstrans/src/ |
D | mcstransd.c | 41 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro 43 #define log_debug(fmt, ...) ; macro 72 log_debug("%s\n", "cleanup_exit"); in cleanup_exit() 80 log_debug("%s\n", "clean_exit"); in clean_exit() 218 log_debug("Failed to read request header %d != %u\n",(int)count, in service_request() 226 log_debug("Header invalid data1_size=%u data2_size=%u\n", in service_request() 233 log_debug("Could not allocate %d bytes\n", data1_size); in service_request() 239 log_debug("Could not allocate %d bytes\n", data2_size); in service_request() 253 log_debug("Failed to read request data (%d)\n", (int)count); in service_request() 355 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() 643 log_debug(" add_cache (%s,%s)\n", raw, trans); in add_cache() 729 log_debug("%d: %s", lineno, buffer); in process_trans() 942 log_debug(" found %s in hashtable returning %s\n", range, trans); in find_in_hashtable() 1016 log_debug(">>> %s classification regexp=%s\n", domain->name, buffer); in build_regexps() 1028 log_debug(">>> %s %s prefix regexp=%s\n", domain->name, g->name, buffer); in build_regexps() 1069 log_debug(">>> %s %s modifier regexp=%s\n", domain->name, g->name, buffer); in build_regexps() 1079 log_debug(">>> %s %s suffix regexp=%s\n", domain->name, g->name, buffer); in build_regexps() [all …]
|