Home
last modified time | relevance | path

Searched refs:FDCFLG_WAITING (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdvar.h351 #define FDCFLG_WAITING 0x04 /* waiting on I/O completion */ macro
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c3882 fdc->c_flags |= FDCFLG_WAITING; in fdexec()
3883 while (fdc->c_flags & FDCFLG_WAITING) { in fdexec()
4563 if (fdc->c_flags & FDCFLG_WAITING) { in fdintr_dma()
4572 fdc->c_flags ^= FDCFLG_WAITING; in fdintr_dma()
4637 if (fdc->c_flags & FDCFLG_WAITING) { in fd_lointr()
4641 fdc->c_flags ^= FDCFLG_WAITING; in fd_lointr()
4833 fdc->c_flags |= FDCFLG_WAITING; in fdreset()
4854 fdc->c_flags |= FDCFLG_WAITING; in fdreset()