Searched refs:UTP_ST_DETACH (Results 1 – 2 of 2) sorted by relevance
576 utp->state |= UTP_ST_DETACH; in utopia_detach()577 while (utp->state & UTP_ST_DETACH) { in utopia_detach()606 if (utp->state & UTP_ST_DETACH) { in utopia_daemon()608 utp->state &= ~UTP_ST_DETACH; in utopia_daemon()
67 #define UTP_ST_DETACH 0x0010 /* detaching */ macro