Lines Matching refs:OSReport
76 OSReport("Failed to alloc memory. Cannot print directory.\n"); in printDir()
106 OSReport("-"); in printDir()
110 OSReport("d"); in printDir()
114 OSReport("?"); in printDir()
117 stat.permission & NAND_PERM_OWNER_READ ? OSReport("r") : OSReport("-"); in printDir()
118 stat.permission & NAND_PERM_OWNER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
119 stat.permission & NAND_PERM_GROUP_READ ? OSReport("r") : OSReport("-"); in printDir()
120 stat.permission & NAND_PERM_GROUP_WRITE ? OSReport("w") : OSReport("-"); in printDir()
121 stat.permission & NAND_PERM_OTHER_READ ? OSReport("r") : OSReport("-"); in printDir()
122 stat.permission & NAND_PERM_OTHER_WRITE ? OSReport("w") : OSReport("-"); in printDir()
123 OSReport(" %02x %08x %04x %s\n", stat.attribute, stat.ownerId, stat.groupId, name); in printDir()
170 OSReport("%s\n", path); in printCurrentDir()
201 OSReport("NANDInit() failed.\n"); in main()
205 OSReport("--- Current directory ---\n"); in main()
207 OSReport("\n"); in main()
209 OSReport("--- Under / directory ---\n"); in main()
211 OSReport("\n"); in main()
215 OSReport("--- Under /tmp directory ---\n"); in main()
217 OSReport("\n"); in main()
226 OSReport("--- Under /tmp/dir directory ---\n"); in main()
228 OSReport("\n"); in main()
233 OSReport("--- Under /tmp directory ---\n"); in main()
235 OSReport("\n"); in main()