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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c67 #define ErrorLog(x, args...) printf("%s:%d:%s: " x, baseName(__FILE__), __LINE__, __FUNCTION__, ## args) macro
70 #define DebugLog ErrorLog
76 #define VerboseLog ErrorLog
100 ErrorLog("malloc failed\n");
115 ErrorLog("malloc(%d) -> %p, total allocations %d\n", sz, ret, s + sz);
124 ErrorLog("freeing null\n");
145 ErrorLog("free(%p,%d) -> total allocations %d\n", ret, sz, s - sz);
242 ErrorLog("we found %s, but the type still isn't registered\n", providesName);
250 ErrorLog("tried to access a compressed file of unregistered type %d\n", type);
277 ErrorLog("vnode_getatt
[all...]

Completed in 15 milliseconds