Lines Matching refs:OSReport
81 OSReport("End of program\n"); in main()
200 OSReport("Failed to create the file.\n"); in CreateFile()
205 OSReport("File created successfully name = [%s]\n", FileName); in CreateFile()
212 OSReport("Failed to get CARDStat\n"); in CreateFile()
217 OSReport("CARDStat successfully got.\n"); in CreateFile()
242 OSReport("Failed to CARDWrite.\n"); in CreateFile()
247 OSReport("CARDWrite successfully.\n"); in CreateFile()
254 OSReport("Failed to set CARDStat\n"); in CreateFile()
259 OSReport("CARDStat successfully set.\n"); in CreateFile()
281 OSReport("Please insert the memory card in slot B\n"); in MountCard()
292 OSReport("CARD failed to mount\n"); in MountCard()
298 OSReport("CARD mounted successfully\n"); in MountCard()
310 OSReport("Failed to format\n"); in MountCard()
315 OSReport("CARD formatted successfully\n"); in MountCard()
320 OSReport("Wrong Encoding.\n"); in MountCard()
325 OSReport("CARD is preformatted.\n"); in MountCard()
332 OSReport("CARD faile to Get the sector size.\n"); in MountCard()
337 OSReport("sectorSize = %d\n", sectorSize); in MountCard()
358 OSReport("CARD failed to unmount\n"); in UnmountCard()
363 OSReport("CARD Unmounted successfully\n"); in UnmountCard()
378 OSReport("Card was detached.\n"); in DetachCallback()
382 OSReport("Card was attached.\n"); in AttachCallback()
419 OSReport("CARD_RESULT_READY\n"); in PrintResult()