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

/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelWorkLoop.cpp55 #define ERROR_LOG(x) IOLog x macro
57 #define ERROR_LOG(x) macro
H A DSCSIParallelTask.cpp64 #define ERROR_LOG(x) kprintf x macro
66 #define ERROR_LOG(x) macro
529 ERROR_LOG ( ( "Unknown feature request: %ld\n", ( int ) requestedFeature ) );
565 ERROR_LOG ( ( "Unknown feature request: %ld\n", ( int ) requestedFeature ) );
607 ERROR_LOG ( ( "Unknown feature request: %ld\n", ( int ) requestedFeature ) );
641 ERROR_LOG ( ( "Unknown feature request: %ld\n", ( int ) requestedFeature ) );
H A DSCSIParallelTimer.cpp55 #define ERROR_LOG(x) IOLog x macro
57 #define ERROR_LOG(x) macro
H A DIOSCSIParallelInterfaceController.cpp75 #define ERROR_LOG(x) IOLog x macro
77 #define ERROR_LOG(x) macro
719 ERROR_LOG ( ( "SetHBAProperty: Unrecognized property key = %s", key ) );
1045 ERROR_LOG ( ( "FreeSCSIParallelTask: Task %p seems to be still active. "
H A DIOSCSIParallelInterfaceDevice.cpp70 #define ERROR_LOG(x) IOLog x macro
72 #define ERROR_LOG(x) macro
1236 ERROR_LOG ( ( "SetDMABuffer failed, status = 0x%08x\n", status ) );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp91 #define ERROR_LOG(x) IOLog x; IOSleep(1) macro
93 #define ERROR_LOG(x) macro
596 ERROR_LOG ( ( "TerminateController: failed to de-register eventsource?\n" ) );
662 ERROR_LOG ( ( "HandleInterruptRequest: captured interrupt?" ) );
770 ERROR_LOG ( ( "CompleteTaskOnWorkloopThread: SetRealizedDataTransferCount (%llu bytes) returned FAIL", actuallyTransferred ) );
786 ERROR_LOG ( ( "CompleteTaskOnWorkloopThread: SetRealizedDataTransferCount (%llu bytes) returned FAIL", actuallyTransferred ) );
805 ERROR_LOG ( ( "CompleteTaskOnWorkloopThread: Failed transport - task = %p, transferDir = %d, transferSize = %lld, scsiStatus = 0x%X", parallelRequest, transferDir, transferSizeMax, scsiStatus ) );
821 ERROR_LOG ( ( "CompleteTaskOnWorkloopThread: Could not set sense data in parallel task" ) );
874 ERROR_LOG ( ( "AppleSCSIEmulatorAdapter::CreateTargetEmulator, targetID = %qd\n", targetParameters->targetID ) );
895 ERROR_LOG ( ( "logicalUni
[all...]
H A DAppleSCSILogicalUnitEmulator.cpp77 #define ERROR_LOG(x) IOLog x; IOSleep(1) macro
79 #define ERROR_LOG(x) macro
H A DAppleSCSITargetEmulator.cpp79 #define ERROR_LOG(x) IOLog x; IOSleep(1) macro
81 #define ERROR_LOG(x) macro
604 ERROR_LOG ( ( "Generating UNIT_ATTENTION for LUN inventory change\n" ) );
694 ERROR_LOG ( ( "No LUN found LUN = 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x\n",
701 ERROR_LOG ( ( "Special case INQUIRY to unknown LUN\n" ) );
727 ERROR_LOG ( ( "Something other than INQUIRY to unknown LUN, report error\n" ) );
780 ERROR_LOG ( ( "Generating UNIT_ATTENTION for LUN inventory change\n" ) );
868 ERROR_LOG ( ( "No LUN found LUN = %qd\n", logicalUnit ) );
873 ERROR_LOG ( ( "Special case INQUIRY to unknown LUN\n" ) );
899 ERROR_LOG ( ( "Somethin
[all...]
H A DAppleSCSIPDT00Emulator.cpp77 #define ERROR_LOG(x) IOLog x; IOSleep(1) macro
79 #define ERROR_LOG(x) macro
187 ERROR_LOG ( ( "fInquiryDataSize = %d\n", fInquiryDataSize ) );
188 ERROR_LOG ( ( "fInquiryPage00DataSize = %d\n", fInquiryPage00DataSize ) );
189 ERROR_LOG ( ( "fInquiryPage80DataSize = %d\n", fInquiryPage80DataSize ) );
190 ERROR_LOG ( ( "fInquiryPage83DataSize = %d\n", fInquiryPage83DataSize ) );
H A DAppleSCSIPDT03Emulator.cpp77 #define ERROR_LOG(x) IOLog x; IOSleep(1) macro
79 #define ERROR_LOG(x) macro
H A DAppleSCSIEmulatorAdapterUC.cpp71 #define ERROR_LOG(x) IOLog x; IOSleep(1) macro
73 #define ERROR_LOG(x) macro
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.cpp44 #define ERROR_LOG(args...) IOLog(args)
46 #define ERROR_LOG(args...) macro
207 ERROR_LOG("analyseSegments: MGET() 1 error\n");
238 ERROR_LOG("analyseSegments: MCLGET() error\n");
257 ERROR_LOG("analyseSegments: maxSegs limit 1 reached! %ld %ld\n",
265 ERROR_LOG("analyseSegments: MGET() error\n");
278 ERROR_LOG("analyseSegments: maxSegs limit 2 reached! %ld %ld %ld\n",
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp57 #define ERROR_LOG(x) IOLog x macro
59 #define ERROR_LOG(x) macro
209 ERROR_LOG ( ( "+ATAPITransportSysctl: gATAPIDebugFlags = 0x%08X\n", ( unsigned int ) gATAPIDebugFlags ) );
396 ERROR_LOG ( ( "Error in dynamic cast\n" ) );
406 ERROR_LOG ( ( "exiting, not an ATAPI device.\n" ) );
415 ERROR_LOG ( ( "device wouldn't open\n" ) );
442 ERROR_LOG ( ( "fDeviceIdentifyBuffer == NULL.\n" ) );
454 ERROR_LOG ( ( "fCommandPool == NULL.\n" ) );
466 ERROR_LOG ( ( "fPollingThread allocation failed.\n" ) );
478 ERROR_LOG ( ( "InspectDevic
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Dctest.c62 static char ERROR_LOG[MAX_TEST_LOG][MAXTESTNAME]; variable
407 strcpy(ERROR_LOG[ERRONEOUS_FUNCTION_COUNT++], pathToFunction);
525 fprintf(stdout, "[%s]\n",ERROR_LOG[i]);
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp64 #define ERROR_LOG(x) IOLog x macro
66 #define ERROR_LOG(x) macro

Completed in 132 milliseconds