Searched refs:DebugLog (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c70 #define DebugLog ErrorLog macro
72 #define DebugLog(x...) do { } while(0) macro
520 DebugLog("err %d\n", err);
616 DebugLog("decmpfs_validate_compressed_file ret %d, vp->v_flag %d\n", err, vp->v_flag);
1086 DebugLog("pagein: unknown flags 0x%08x\n", (flags & ~(UPL_IOSYNC | UPL_NOCOMMIT | UPL_NORDAHEAD)));
1138 DebugLog("decmpfs_fetch_uncompressed_data err %d\n", err);
1141 DebugLog("cmp_state == FILE_IS_CONVERTING\n");
1144 DebugLog("cmp_state == FILE_IS_COMPRESSED\n");
1150 DebugLog("cmp_state == FILE_IS_NOT_COMPRESSED\n");
1254 DebugLog("
[all...]

Completed in 25 milliseconds