Lines Matching refs:OSReport
79 OSReport("Failed to alloc memory. Cannot print directory.\n"); in printDir()
109 OSReport("-"); in printDir()
113 OSReport("d"); in printDir()
117 OSReport("?"); in printDir()
120 stat.permission & NAND_PERM_OWNER_READ ? OSReport("r") : OSReport("-"); in printDir()
121 stat.permission & NAND_PERM_OWNER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
122 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()
123 stat.permission & NAND_PERM_GROUP_WRITE ? OSReport("w") : OSReport("-"); in printDir()
124 stat.permission & NAND_PERM_OTHER_READ ? OSReport("r") : OSReport("-"); in printDir()
125 stat.permission & NAND_PERM_OTHER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
126 OSReport(" %02x %08x %04x %s\n", stat.attribute, stat.ownerId, stat.groupId, name); in printDir()
173 OSReport("%s\n", path); in printCurrentDir()
204 OSReport("NANDInit() failed.\n"); in main()
208 OSReport("--- Current directory ---\n"); in main()
210 OSReport("\n"); in main()
212 OSReport("--- Under / directory ---\n"); in main()
214 OSReport("\n"); in main()
218 OSReport("--- Under /tmp directory ---\n"); in main()
220 OSReport("\n"); in main()
229 OSReport("--- Under /tmp/dir directory ---\n"); in main()
231 OSReport("\n"); in main()
236 OSReport("--- Under /tmp directory ---\n"); in main()
238 OSReport("\n"); in main()