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

/freebsd-13-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c177 struct timer_entry;
179 TAILQ_HEAD(, timer_entry) head;
184 struct timer_entry { struct
185 TAILQ_ENTRY(timer_entry) next;
202 struct timer_entry *te, *te2;
224 struct timer_entry *te, *te2, *te3;
226 te = malloc(sizeof(struct timer_entry));
227 memset(te, 0, sizeof(struct timer_entry));

Completed in 99 milliseconds