Home
last modified time | relevance | path

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

/original-bsd/sys/hp/dev/
H A Dhil.c152 if (dptr->hd_flags & HIL_PSEUDO)
166 dptr->hd_flags |= HIL_READIN;
168 if (dptr->hd_flags & HIL_READIN)
170 dptr->hd_flags |= HIL_QUEUEIN;
173 dptr->hd_flags |= HIL_NOBLOCK;
312 dptr->hd_flags |= HIL_ASLEEP;
455 dptr->hd_flags |= HIL_NOBLOCK;
485 dptr->hd_flags |= HIL_READIN;
486 dptr->hd_flags &= ~HIL_QUEUEIN;
620 dptr->hd_flags |= HIL_NOBLOCK;
[all …]
H A Dhilvar.h53 int hd_flags; /* device state */ member