Searched defs:callout_t (Results 1 – 2 of 2) sorted by relevance
528 typedef struct callout_t struct530 struct callout_t *c_next; /* next callout in queue */ argument531 struct scr_softc *c_sc; /* soft c */532 int c_arg; /* function argument */533 void (*c_func)(struct scr_softc*,int); /* function to call */534 int c_time; /* ticks to the event */
50 } callout_t; typedef