• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/

Lines Matching refs:PRINT

33 #define PRINT(x)	printf x
35 #define PRINT(x)
311 PRINT ( ( "Invalid targetID.\n" ) );
325 PRINT ( ( "Invalid LUN.\n" ) );
362 PRINT ( ( "Invalid byte count. Must be a multiple of 512 bytes\n" ) );
375 PRINT ( ( "Create, Destroy, and Inventory are mutually exclusive.\n" ) );
390 PRINT ( ( "Create, Destroy, and Inventory are mutually exclusive.\n" ) );
405 PRINT ( ( "Create, Destroy, and Inventory are mutually exclusive.\n" ) );
508 PRINT ( ( "CreateTargetLUN, targetID = %qd, logicalUnit = %qd, capacity = %qd\n", targetID, logicalUnit, capacity ) );
552 PRINT ( ( "lun.inquiryData = %p\n", &gInquiryData ) );
553 PRINT ( ( "lun.inquiryData = %p\n", &gInquiryPage00Data ) );
554 PRINT ( ( "lun.inquiryData = %p\n", &page80 ) );
555 PRINT ( ( "lun.inquiryData = %p\n", &page83 ) );
557 PRINT ( ( "gInquiryPage00Data = 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x\n",
566 PRINT ( ( "sizeof ( gInquiryData ) = %ld\n", sizeof ( gInquiryData ) ) );
567 PRINT ( ( "sizeof ( gInquiryPage00Data ) = %ld\n", sizeof ( gInquiryPage00Data ) ) );
568 PRINT ( ( "sizeof ( page80 ) = %ld\n", sizeof ( page80 ) ) );
569 PRINT ( ( "sizeof ( page83 ) = %ld\n", sizeof ( page83 ) ) );
570 PRINT ( ( "sizeof ( EmulatorTargetParamsStruct ) = %ld\n", sizeof ( EmulatorTargetParamsStruct ) ) );
571 PRINT ( ( "sizeof ( EmulatorLUNParamsStruct ) = %ld\n", sizeof ( EmulatorLUNParamsStruct ) ) );
589 PRINT ( ( "Open /dev/random failed\n" ) );
598 PRINT ( ( "Reading from /dev/random failed\n" ) );
641 PRINT ( ( "DestroyTargetLUN, targetID = %qd, logicalUnit = %qd\n", targetID, logicalUnit ) );
695 PRINT ( ( "DestroyTarget, targetID = %qd\n", targetID ) );