Searched refs:B_EINTR (Results 1 – 2 of 2) sorted by relevance
226 #define B_EINTR 0x00000400 /* I/O was interrupted */ macro
4425 if (bp->b_flags & B_EINTR) { in bufwait()4426 bp->b_flags &= ~B_EINTR; in bufwait()