Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/sys/
H A Dfdvar.h351 #define FDCFLG_WAITING 0x04 /* waiting on I/O completion */ macro
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c3879 fdc->c_flags |= FDCFLG_WAITING; in fdexec()
3880 while (fdc->c_flags & FDCFLG_WAITING) { in fdexec()
4560 if (fdc->c_flags & FDCFLG_WAITING) { in fdintr_dma()
4569 fdc->c_flags ^= FDCFLG_WAITING; in fdintr_dma()
4634 if (fdc->c_flags & FDCFLG_WAITING) { in fd_lointr()
4638 fdc->c_flags ^= FDCFLG_WAITING; in fd_lointr()
4830 fdc->c_flags |= FDCFLG_WAITING; in fdreset()
4851 fdc->c_flags |= FDCFLG_WAITING; in fdreset()