Searched refs:io_res (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1147 ssize_t io_res; in updateclean() local 1321 if ((io_res = read(fsreadfd, cleanbuf.b_un.b_buf, size)) != size) { in updateclean() 1322 report_io_prob("READ FROM", bno, size, io_res); in updateclean() 1339 if ((io_res = write(fswritefd, cleanbuf.b_un.b_buf, size)) != size) { in updateclean() 1340 report_io_prob("WRITE TO", bno, size, io_res); in updateclean()
|