Searched defs:pfatal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c76 pfatal(char *fmt, ...) function
209 pfatal(gettext("INTERNAL ERROR: GOT TO reply()"));
336 pfatal(gettext("WRITING ZERO'ED BLOCK %d TO DISK\n"),
349 pfatal(gettext("CANNOT %s: BLK %ld"), mesg, blk);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c128 pfatal("INTERNAL ERROR: GOT TO reply() in preen mode");
357 pfatal("WRITING ZERO'ED BLOCK %lld TO DISK\n", bp->b_bno);
389 pfatal("CANNOT %s: DISK BLOCK %lld: %s",
392 pfatal("CANNOT %s: DISK BLOCK %lld", mesg, blk);
924 pfatal(caddr_t fmt, ...) function
2582 pfatal("NAME=%s\n", pathbuf);
2587 pfatal("%s=%s\n", file_id(ino, dp->di_mode), pathbuf);
2589 pfatal("NAME=%s\n", pathbuf);

Completed in 261 milliseconds