Home
last modified time | relevance | path

Searched refs:DEBUG_INIT (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/et/
Derror_message.c224 #define DEBUG_INIT 0x8000 macro
235 if (debug_mask & DEBUG_INIT) in init_debug()
245 debug_mask |= DEBUG_INIT; in init_debug()
246 if (debug_mask == DEBUG_INIT) in init_debug()
266 debug_mask = DEBUG_INIT; in init_debug()
271 debug_mask = DEBUG_INIT; in init_debug()
/external/e2fsprogs/lib/blkid/
Dcache.c86 if (!(blkid_debug_mask & DEBUG_INIT)) { in blkid_get_cache()
91 blkid_debug_mask |= DEBUG_INIT; in blkid_get_cache()
DblkidP.h145 #define DEBUG_INIT 0x8000 macro