Searched defs:DARWIN_IOKIT_LOG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp314 # define DARWIN_IOKIT_LOG(a) Log(a) macro
320 # define DARWIN_IOKIT_LOG(a) RTPrintf a macro
323 # define DARWIN_IOKIT_LOG(a) RTLogPrintf a macro
341 DARWIN_IOKIT_LOG(("%+*s%s", (int)(uintptr_t)pvUser, "", pszKey));
346 DARWIN_IOKIT_LOG((" [%d-", Type));
351 DARWIN_IOKIT_LOG(("dictionary] =\n"
354 DARWIN_IOKIT_LOG(("%-*s}\n", (int)(uintptr_t)pvUser, ""));
357 DARWIN_IOKIT_LOG(("bool] = %s\n", CFBooleanGetValue((CFBooleanRef)pvValue) ? "true" : "false"));
383 case kCFNumberSInt8Type: DARWIN_IOKIT_LOG(("SInt8] = %RI8 (%#RX8)\n", NumType, u.s8, u.s8)); break;
384 case kCFNumberSInt16Type: DARWIN_IOKIT_LOG(("SInt1
[all...]

Completed in 45 milliseconds