Lines Matching refs:tevent
38 struct tevent struct
43 struct tevent *next; argument
57 static void *time_add(struct tevent *item, void *list) in time_add() argument
59 register struct tevent *tp = (struct tevent*)list; in time_add()
80 static void *time_delete(register struct tevent *item, void *list) in time_delete()
82 register struct tevent *tp = (struct tevent*)list; in time_delete()
99 register struct tevent *tp = (struct tevent*)list; in print_alarms()
119 register struct tevent *tp = (struct tevent*)handle; in trap_timeout()
131 register struct tevent *tp, *tpnext; in sh_timetraps()
132 register struct tevent *tptop; in sh_timetraps()
136 tptop= (struct tevent*)sh.st.timetrap; in sh_timetraps()
165 register struct tevent *tp = (struct tevent*)fp; in setdisc()
185 register struct tevent *tp; in putval()
199 tp = (struct tevent*)fp; in putval()
215 tp = (struct tevent*)nv_stack(np, (Namfun_t*)0); in putval()
226 sizeof(struct tevent),
237 register struct tevent *tp; in b_alarm()
266 if(!(tp = newof(NIL(struct tevent*),struct tevent,1,0))) in b_alarm()