Lines Matching refs:first_event
1005 if (!c->first_event) /* Check CSDPS first */
1016 if (event->type != c->first_event + PSEVENTSTATUS) return False;
1033 if (!c->first_event) /* Check CSDPS first */
1042 return event->type == c->first_event + PSEVENTOUTPUT;
1054 if (!c->first_event) /* Check CSDPS first */
1062 return event->type >= c->first_event &&
1063 event->type < c->first_event + NPSEVENTS;
1076 if (!c->first_event) /* Check CSDPS first */
1084 if (event->type == c->first_event + PSEVENTSTATUS) {
1086 } else if (event->type == c->first_event + PSEVENTOUTPUT) {
1088 } else if (event->type == c->first_event + PSEVENTREADY) {
1107 if (!c->first_event) /* Check CSDPS first */
1118 if (event->type != c->first_event + PSEVENTREADY) return False;