/src/sbin/fsck_ext2fs/ |
utilities.c | 86 static void rwerror(const char *, daddr_t); 247 rwerror(const char *mesg, daddr_t blk) function in typeref:typename:void 318 rwerror("SEEK", blk); 321 rwerror("READ", blk); 323 rwerror("SEEK", blk); 356 rwerror("SEEK", blk); 361 rwerror("WRITE", blk); 363 rwerror("SEEK", blk);
|
utilities.c | 86 static void rwerror(const char *, daddr_t); 247 rwerror(const char *mesg, daddr_t blk) function in typeref:typename:void 318 rwerror("SEEK", blk); 321 rwerror("READ", blk); 323 rwerror("SEEK", blk); 356 rwerror("SEEK", blk); 361 rwerror("WRITE", blk); 363 rwerror("SEEK", blk);
|
/src/sbin/fsck_ffs/ |
utilities.c | 67 static void rwerror(const char *, daddr_t); 254 rwerror(const char *mesg, daddr_t blk) function in typeref:typename:void 359 rwerror("READ", blk); 394 rwerror("WRITE", blk);
|
utilities.c | 67 static void rwerror(const char *, daddr_t); 254 rwerror(const char *mesg, daddr_t blk) function in typeref:typename:void 359 rwerror("READ", blk); 394 rwerror("WRITE", blk);
|