Home
last modified time | relevance | path

Searched refs:xperror (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/fsck_msdos/
H A Dboot.c51 xperror("sector size < DOSBOOTBLOCKSIZE"); in readboot()
55 xperror("DOSBOOTBLOCKSIZE != DEV_BSIZE"); in readboot()
61 xperror("could not malloc boot block"); in readboot()
66 xperror("could not seek boot block"); in readboot()
72 xperror("could not read boot block"); in readboot()
133 xperror("could not seek fsinfo block"); in readboot()
143 xperror("could not malloc fsinfo"); in readboot()
176 xperror("Unable to seek FSInfo"); in readboot()
181 xperror("Unable to write FSInfo"); in readboot()
345 xperror("Unable to seek FSInfo"); in writefsinfo()
[all …]
H A Ddir.c222 xperror("No space for directory"); in resetDosDirSection()
300 xperror("Unable to read directory"); in delete()
309 xperror("Unable to write directory"); in delete()
447 xperror("Unable to read directory"); in readDosDirSection()
801 xperror("No space for directory"); in readDosDirSection()
810 xperror("No space for todo list"); in readDosDirSection()
827 xperror("Unable to write directory"); in readDosDirSection()
917 xperror("No space for buffer"); in reconnect()
941 xperror("could not read LOST.DIR"); in reconnect()
971 xperror("could not write LOST.DIR"); in reconnect()
H A Dfat.c88 xperror("No space for FAT"); in readfat()
98 xperror("Unable to read FAT"); in readfat()
106 xperror("Unable to read FAT"); in readfat()
442 xperror("No space for FAT"); in writefat()
500 xperror("Unable to write FAT"); in writefat()
H A Dcheck.c68 xperror("Can't open"); in checkfilesys()
/openbsd/sbin/fsck/
H A Dfsutil.c62 xperror("/"); in checkroot()
143 xperror(const char *s) in xperror() function
212 xperror(raw); in blockcheck()
H A Dfsutil.h28 void xperror(const char *);