Home
last modified time | relevance | path

Searched refs:IS_IO_ERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c100 if (IS_IO_ERROR(fd, w, timeout))
186 if (IS_IO_ERROR(fd, w, timeout))
248 if (IS_IO_ERROR(fd, w, timeout))
H A Dfflush.c142 if (IS_IO_ERROR(fd, t, *timeout))
H A Drefill.c256 if (IS_IO_ERROR(fd, r, timeout))
H A Dlocal.h294 #define IS_IO_ERROR(fd, ret, to) \ macro