Home
last modified time | relevance | path

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

/original-bsd/sys/hp/dev/
H A Dhilvar.h64 #define HIL_QUEUEIN 0x08 /* device using shared Q input interface */ macro
H A Dhil.c164 if (dptr->hd_flags & (HIL_READIN|HIL_QUEUEIN))
170 dptr->hd_flags |= HIL_QUEUEIN;
242 dptr->hd_flags &= ~(HIL_QUEUEIN|HIL_READIN|HIL_NOBLOCK);
486 dptr->hd_flags &= ~HIL_QUEUEIN;
1003 if ((dptr->hd_flags & HIL_QUEUEIN) == 0)