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);
|