Searched refs:FDCFLG_WAITING (Results 1 – 2 of 2) sorted by relevance
351 #define FDCFLG_WAITING 0x04 /* waiting on I/O completion */ macro
3879 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()