HomeSort by: relevance | last modified time | path
    Searched refs:t_tail (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
dcm.c 150 tail = pp->t_tail & TX_MASK;
155 pp->t_tail = tail = (tail + 1) & TX_MASK;
  /src/sys/arch/hp300/dev/
dcmreg.h 132 vu_char t_tail; /* +19 */ member in struct:dcmpreg
dcm.c 1199 tail = pp->t_tail & TX_MASK;
1219 pp->t_tail = next;
1620 tail = pp->t_tail & TX_MASK;
1624 pp->t_tail = tail = (tail + 1) & TX_MASK;

Completed in 14 milliseconds