Searched refs:timer_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c176 struct timer_entry;
178 TAILQ_HEAD(, timer_entry) head;
183 struct timer_entry { struct
184 TAILQ_ENTRY(timer_entry) next;
201 struct timer_entry *te, *te2;
223 struct timer_entry *te, *te2, *te3;
225 te = malloc(sizeof(struct timer_entry));
226 memset(te, 0, sizeof(struct timer_entry));

Completed in 96 milliseconds