Home
last modified time | relevance | path

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

/original-bsd/sys/hp/dev/
H A Dhilvar.h55 struct clist hd_queue; /* event queue for HPUX-style input */ member
H A Dhil.c178 ndflush(&dptr->hd_queue, dptr->hd_queue.c_cc);
243 ndflush(&dptr->hd_queue, dptr->hd_queue.c_cc);
307 while (dptr->hd_queue.c_cc == 0) {
322 cc = hilq_to_b(&dptr->hd_queue, buf,
667 if (dptr->hd_queue.c_cc) {
942 if (dptr->hd_queue.c_cc <= (HILMAXCLIST - (len+5))) {
943 putc(len+5, &dptr->hd_queue);
944 (void) b_to_q((char *)&tstamp, sizeof tstamp, &dptr->hd_queue);
945 (void) b_to_q((char *)hilp->hl_pollbuf, len, &dptr->hd_queue);