Home
last modified time | relevance | path

Searched defs:callout_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/shark/shark/
H A Dscr.c528 typedef struct callout_t struct
530 struct callout_t *c_next; /* next callout in queue */ argument
531 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 */
/netbsd-src/sys/sys/
H A Dcallout.h50 } callout_t; typedef