Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/sys/
H A Dfdvar.h221 #define FD_STATE_SUSPENDED 0x1 /* Device suspended for cpr */ macro
/titanic_44/usr/src/uts/sun/io/
H A Dfd.c260 while (fdc->c_un->un_state == FD_STATE_SUSPENDED) {\
1392 fdc->c_un->un_state = FD_STATE_SUSPENDED; in fd_detach()
6192 if ((fdc->c_un->un_state == FD_STATE_SUSPENDED) || in fd_pm_lower_power()