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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c76 #define VerboseLog ErrorLog macro
78 #define VerboseLog(x...) do { } while(0) macro
1046 VerboseLog("aborting upl, flags 0x%08x\n", flags);
1051 VerboseLog("committing upl, flags 0x%08x\n", flags | UPL_COMMIT_CLEAR_DIRTY);
1213 VerboseLog("uplPos %lld uplSize %lld\n", uplPos, uplSize);
1262 VerboseLog("adjusted uplPos %lld uplSize %lld\n", (uint64_t)uplPos, (uint64_t)uplSize);
1290 VerboseLog("new uplPos %lld uplSize %lld\n", (uint64_t)uplPos, (uint64_t)uplSize);
1313 VerboseLog("curUplPos %lld curUplSize %lld\n", (uint64_t)curUplPos, (uint64_t)curUplSize);
1365 VerboseLog("uioPos %lld uioRemaining %lld\n", (uint64_t)uioPos, (uint64_t)uioRemaining);
1381 VerboseLog("uplOf
[all...]

Completed in 22 milliseconds