Searched refs:eq_header (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/qbus/
H A Dqd.c174 * "*eq_header[]" is an array of pointers to the start of each event queue
180 struct qdinput *eq_header[NQD]; /* event queue header pntrs */ variable in typeref:struct:qdinput
764 * inits the eq_header[unit] structure used here.
778 eq_header[unit]->header.events =
779 (struct _vs_event *)((int)eq_header[unit] + sizeof(struct qdinput));
781 eq_header[unit]->header.size = MAXEVENTS;
782 eq_header[unit]->header.head = 0;
783 eq_header[unit]->header.tail = 0;
974 ((VTOP(eq_header[unit])*4) + (mfpr(PR_SBR)|0x80000000));
1106 if (ISEMPTY(eq_header[uni
[all...]

Completed in 154 milliseconds