Searched refs:checkfilesys (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.h107 int checkfilesys(disk_t *disk, int child);
H A Dfsck.c401 /* Construct a temporary disk_t for checkfilesys */
415 if ((retval = checkfilesys(&disk, 0)) != 0) {
604 * This first fork() will create the second process which calls checkfilesys().
605 * In checkfilesys() we will call fork again, followed by an exec. Observe that
613 * Also note that after we get our result from checkfilesys(), we immediately exit,
630 * Call checkfilesys. Note the exit() call. Also note that
631 * we pass 1 to checkfilesys since we are a child process
633 exit(checkfilesys(disk, 1));
649 int checkfilesys(disk_t *disk, int child) { function
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dext.h87 int checkfilesys(const char *);
H A Dmain.c174 erg = checkfilesys(*argv++);
H A Dcheck.c69 int checkfilesys(const char *fname) function
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dfsck_hfs.c111 static int checkfilesys __P((char * filesys));
313 ret |= checkfilesys(blockcheck(*argv++));
362 checkfilesys(char * filesys) function

Completed in 121 milliseconds