HomeSort by: relevance | last modified time | path
    Searched defs:whyfailed (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/dumplfs/
dumplfs.c 776 const char *whyfailed = NULL; local in function:dump_segment
781 if (whyfailed == NULL && lfs_ss_getmagic(lfsp, sump) !=
783 whyfailed = "bad magic number";
788 if (whyfailed == NULL && lfs_ss_getsumsum(lfsp, sump) !=
791 whyfailed = "bad sumsum";
792 if (whyfailed == NULL && lfs_sb_getversion(lfsp) > 1 &&
794 whyfailed = "bad ident";
795 if (whyfailed != NULL) {
820 (long long)addr, whyfailed);

Completed in 11 milliseconds