Searched refs:fplog (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_hfs.h65 void fplog(FILE *stream, const char *fmt, ...); // fprintf replacement that writes to both log file and standard out
67 #define fprintf fplog
H A Dfsck_hfs.c181 (void) fplog (stderr, "%s: invalid debug development argument. Assuming zero\n", progname);
223 (void) fplog(stderr, "%s: invalid mode argument \n", progname);
307 (void) fplog(stderr, "%s: missing special-device\n", progname);
733 (void)fplog(stderr, "sysctlbyname failed, not auto-setting cache size\n");
742 (void)fplog(stderr, "Safe mode and single-user, setting memsize to a maximum of 2gbytes\n");
845 (void) fplog(stderr, "usage: %s [-b [size] B [path] c [size] e [mode] ESdfglx m [mode] npqruy] special-device\n", progname);
846 (void) fplog(stderr, " b size = size of physical blocks (in bytes) for -B option\n");
847 (void) fplog(stderr, " B path = file containing physical block numbers to map to paths\n");
848 (void) fplog(stderr, " c size = cache size (ex. 512m, 1g)\n");
849 (void) fplog(stder
[all...]
H A Dutilities.c969 fplog(FILE *stream, const char *fmt, ...) function
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.c123 fplog(stderr, "%s(%p, %p, %zu): journal buffer wrap count = %d\n", __FUNCTION__, info, buffer, length, info->wrapCount);
140 fplog(stderr, "Journal read amount is 0, is that right?\n");
152 fplog(stderr, "%s(%d): Wanted to read %zu, but only read %zd\n", __FUNCTION__, __LINE__, amt, n);
198 fplog(stderr, "%s(%d): hdr->num_blocks == 0\n", __FUNCTION__, __LINE__);
216 fplog(stderr, "%s(%d): hdr has bad checksum, returning NULL\n", __FUNCTION__, __LINE__);
223 fplog(stderr, "%s(%d): hdr has bytes_used (%u) less than sizeof block (%zd)\n",
393 fplog(stderr, "%s: journal block size %u < min block size %zu for %s\n", __FUNCTION__, jBlkSize, min_fs_blksize, jdev_name);
397 fplog(stderr, "%s: journal block size %u is not a multiple of fs block size %zu for %s\n", __FUNCTION__, jBlkSize, min_fs_blksize, jdev_name);
402 fplog(stderr, "%s: unable to load journal header from %s\n", __FUNCTION__, jdev_name);
416 fplog(stder
[all...]
H A DBTree.c43 extern void fplog(FILE *stream, const char *fmt, ...);
516 if (debug) fplog(stderr, "Nodes are not contiguous -- this is fatal\n");
H A DHardLinkCheck.c237 fplog(stderr, "CNID %u: #%u: <%u, %u, %u>\n", inodeID, indx, list[indx].prev, list[indx].fileID, list[indx].next);
H A DSRepair.c1193 fplog(stderr, "\tFixBadFlags (folder): old = %#x, incorrect = %#x, correct = %#x\n", rec.hfsPlusFolder.flags, (int)p->incorrect, (int)p->correct);
1198 fplog(stderr, "\tFixBadFlags (parent folder): old = %#x, incorrect = %#x, correct = %#x\n", rec.hfsPlusFolder.flags, (int)p->incorrect, (int)p->correct);
1203 fplog(stderr, "\tFixBadFlags (file): old = %#x, incorrect = %#x, correct = %#x\n", rec.hfsPlusFolder.flags, (int)p->incorrect, (int)p->correct);
1240 fplog(where, fmt, ## __VA_ARGS__);
H A DSVerify1.c4492 fplog(stderr, "Unable to open block device %s: %s", block_device, strerror(errno));

Completed in 120 milliseconds