Lines Matching refs:OSReport
76 OSReport("End of program\n"); in main()
169 OSReport("Failed to create the file.\n"); in CreateFile()
174 OSReport("File created successfully name = [%s]\n", FileName); in CreateFile()
181 OSReport("Failed to get CARDStat\n"); in CreateFile()
186 OSReport("CARDStat successfully got.\n"); in CreateFile()
200 OSReport("Failed to CARDWrite.\n"); in CreateFile()
205 OSReport("CARDWrite successfully.\n"); in CreateFile()
212 OSReport("Failed to set CARDStat\n"); in CreateFile()
217 OSReport("CARDStat successfully set.\n"); in CreateFile()
239 OSReport("Please insert the memory card in slot B\n"); in MountCard()
250 OSReport("CARD failed to mount\n"); in MountCard()
256 OSReport("CARD mounted successfully\n"); in MountCard()
267 OSReport("Failed to format\n"); in MountCard()
272 OSReport("CARD formatted successfully\n"); in MountCard()
277 OSReport("Wrong Encoding.\n"); in MountCard()
282 OSReport("CARD is preformatted.\n"); in MountCard()
289 OSReport("CARD faile to Get the sector size.\n"); in MountCard()
294 OSReport("sectorSize = %d\n", sectorSize); in MountCard()
315 OSReport("CARD failed to unmount\n"); in UnmountCard()
320 OSReport("CARD Unmounted successfully\n"); in UnmountCard()
335 OSReport("Card was detached.\n"); in DetachCallback()
339 OSReport("Card was attached.\n"); in AttachCallback()
376 OSReport("CARD_RESULT_READY\n"); in PrintResult()