Lines Matching refs:OSReport
81 OSReport("End of program\n"); in main()
215 OSReport("Failed to create the file.\n"); in CreateFile()
220 OSReport("File created successfully name = [%s]\n", FileName); in CreateFile()
227 OSReport("Failed to get CARDStat\n"); in CreateFile()
232 OSReport("CARDStat successfully got.\n"); in CreateFile()
257 OSReport("Failed to CARDWrite.\n"); in CreateFile()
262 OSReport("CARDWrite successfully.\n"); in CreateFile()
269 OSReport("Failed to set CARDStat\n"); in CreateFile()
274 OSReport("CARDStat successfully set.\n"); in CreateFile()
296 OSReport("Please insert the memory card in slot B\n"); in MountCard()
307 OSReport("CARD failed to mount\n"); in MountCard()
313 OSReport("CARD mounted successfully\n"); in MountCard()
325 OSReport("Failed to format\n"); in MountCard()
330 OSReport("CARD formatted successfully\n"); in MountCard()
335 OSReport("Wrong Encoding.\n"); in MountCard()
340 OSReport("CARD is preformatted.\n"); in MountCard()
347 OSReport("CARD faile to Get the sector size.\n"); in MountCard()
352 OSReport("sectorSize = %d\n", sectorSize); in MountCard()
373 OSReport("CARD failed to unmount\n"); in UnmountCard()
378 OSReport("CARD Unmounted successfully\n"); in UnmountCard()
393 OSReport("Card was detached.\n"); in DetachCallback()
397 OSReport("Card was attached.\n"); in AttachCallback()
434 OSReport("CARD_RESULT_READY\n"); in PrintResult()