Home
last modified time | relevance | path

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

/NextBSD/sys/dev/utopia/
HDutopia.c576 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()
HDutopia.h67 #define UTP_ST_DETACH 0x0010 /* detaching */ macro