Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dfdc.c585 fcp->c_flags |= FCFLG_WAITING; in fdc_attach()
592 while (fcp->c_flags & FCFLG_WAITING) { in fdc_attach()
610 fcp->c_flags |= FCFLG_WAITING; in fdc_attach()
613 while (fcp->c_flags & FCFLG_WAITING) { in fdc_attach()
925 if (fcp->c_flags & FCFLG_WAITING) { in fdc_abort()
2088 if ((fcp->c_flags & FCFLG_WAITING) && in fdmotort()
2101 fcp->c_flags ^= FCFLG_WAITING; in fdmotort()
2316 fcp->c_flags |= FCFLG_WAITING; in fdc_exec()
2320 while (fcp->c_flags & FCFLG_WAITING) { in fdc_exec()
2395 fcp->c_flags |= FCFLG_WAITING; in fdcheckdisk()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dfdc.h335 #define FCFLG_WAITING 0x20 /* waiting on I/O completion */ macro