HomeSort by: relevance | last modified time | path
    Searched defs:eq_header (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
qd.c 174 * "*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[unit]))
    [all...]
qd.c 174 * "*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[unit]))
    [all...]

Completed in 58 milliseconds